Subversion Repositories Applications.referentiel

Rev

Rev 6 | Rev 33 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 jpm 1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
4
 
5
/*--------------------------------------------------------------------------------------------------------------*/
6
/* Tests */
7
.test {
8
	width:800px;}
9
.test h2{
10
	padding:5px 5px 5px 20px;
11
	background:white url(images/ouvrir.png) no-repeat center left;
12
	font-size:1em;
13
	font-weight:bold;
14
	text-transform:none;
15
	width:775px;}
16
.test h2.active{ /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
17
	background:white url(images/fermer.png) no-repeat center left;}
18
.test .message, .test .description{
19
	margin:0 0 5px;
20
	padding:5px;
21
	overflow:hidden;
22
	font-size:1em;
23
	width:790px;
24
	clear:both;}
25
.test .description{
26
	background-color:#f0f0f0;
27
	white-space:pre-wrap;}
28
.test .message p{
29
	background-color:#FFFFDD;
30
	border:1px solid #FFD700;}
31
.test .resultat{
32
	text-transform:uppercase;
33
	float:right;}
34
.test .ok{
35
	background-color:#9ED30D !important;}
36
.test .ko{
37
	background-color:#E9584C !important;}
38
.test .espace{
39
	background-color:yellow !important;}