Subversion Repositories Applications.referentiel

Rev

Rev 18 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 33
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
3
/* Général */
4
 
-
 
5
/*--------------------------------------------------------------------------------------------------------------*/
-
 
6
/* Tests */
-
 
7
.test {
4
.discretion{
8
	width:800px;}
5
	color:#A9A9A9;
9
.test h2{
-
 
10
	padding:5px 5px 5px 20px;
-
 
11
	background:white url(images/ouvrir.png) no-repeat center left;
-
 
12
	font-size:1em;
6
	font-size:10px;
13
	font-weight:bold;
7
	font-weight:normal;}
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{
8
.description{
26
	background-color:#f0f0f0;
9
	background-color:#f0f0f0;
27
	white-space:pre-wrap;}
10
	white-space:pre-wrap;}
28
.test .message p{
-
 
29
	background-color:#FFFFDD;
-
 
30
	border:1px solid #FFD700;}
-
 
31
.test .resultat{
11
.resultat{
32
	text-transform:uppercase;
12
	text-transform:uppercase;}
33
	float:right;}
-
 
34
.test .ok{
13
.ok{
35
	background-color:#9ED30D !important;}
14
	background-color:#9ED30D !important;}
36
.test .ko{
15
.ko{
37
	background-color:#E9584C !important;}
16
	background-color:#E9584C !important;}
38
.test .espace{
-
 
39
	background-color:yellow !important;}
-
 
40
17
.espace{
-
 
18
	background-color:yellow !important;}
-
 
19
 
-
 
20
/*--------------------------------------------------------------------------------------------------------------*/
-
 
21
/* Demande de traitements */
-
 
22
#zone-form form{
-
 
23
	display:inline;}
-
 
24
 
-
 
25
/*--------------------------------------------------------------------------------------------------------------*/
-
 
26
/* Traitement */
-
 
27
#resultats {
-
 
28
	width:1024px;}
-
 
29
#resultats .numero{
-
 
30
	font-weight:bold;
-
 
31
	width:2%;}
-
 
32
#resultats .nom{
-
 
33
	font-weight:bold;
-
 
34
	width:30%;}
-
 
35
/*--------------------------------------------------------------------------------------------------------------*/
-
 
36
/* Résultat */
-
 
37
#ref-resultat .resultat{
-
 
38
	width:20px;
-
 
39
	padding:5px;}
-
 
40
#ref-resultat .description, #ref-resultat .message{
-
 
41
	width:800px;
-
 
42
	padding:5px;}
-
 
43
#ref-resultat .message p{
-
 
44
	background-color:#f0f0f0;}
-
 
45
41
46