Subversion Repositories ALCASAR

Rev

Rev 737 | Rev 2345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 737 Rev 2172
Line 1... Line 1...
1
/* 	
1
/*
2
	Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
2
	Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
3
	Auteur : Stéphane ERARD
3
	Auteur : Stéphane ERARD
4
	Licence : GNU GPL
4
	Licence : GNU GPL
5
 
-
 
6
*/
5
*/
7
 
6
 
8
 
7
 
9
/* règles générales */
8
/* règles générales */
10
 
9
 
11
/* Couleurs de polices */
10
/* Couleurs de polices */
12
:link, :visited, :hover:link, :hover:visited  {
11
:link, :visited, :hover:link, :hover:visited  {
13
	color: #000000;
12
	color: #000000;
14
}
13
}
15
BODY {
14
body {
16
	color: #666666;
15
	color: #666666;
17
}
16
}
18
 
17
 
19
/* Style de police */
18
/* Style de police */
20
 
19
 
21
BODY, :link, :visited, :hover:link, :hover:visited  {
20
body, :link, :visited, :hover:link, :hover:visited  {
22
	font-family: "DejaVu Sans";
21
	font-family: "DejaVu Sans";
23
}
22
}
24
 
23
 
25
 
24
 
26
/*Couleurs de fond */
25
/*Couleurs de fond */
27
 
26
 
28
BODY {
27
body {
29
	background-color: #666666;
28
	background-color: #666666;
30
}
29
}
31
 
30
 
32
 
31
 
33
/* Règles des balises HTML */
32
/* Règles des balises HTML */
34
 
33
 
35
P {
34
p {
36
	text-align: justify;
35
	text-align: justify;
37
}
36
}
38
 
37
 
39
BODY {
38
body {
40
	background-image: url(/images/fond.png);
39
	background-image: url(/images/fond.png);
41
	background-repeat: repeat-x;
40
	background-repeat: repeat-x;
42
	text-align: center;
41
	text-align: center;
43
	font-size: 12px;
42
	font-size: 12px;
44
	margin: 0px;
43
	margin: 0px;
45
}
44
}
46
 
45
 
47
TABLE {
46
table {
48
	font-size: 90%;
47
	font-size: 90%;
49
}
48
}
50
IMG {
49
img {
51
	height: 150px;
50
	height: 150px;
52
}
51
}
53
 
52
 
54
/*Boite de dialogue de deconnection*/
53
/*Boite de dialogue de deconnection*/
55
 
54
 
Line 96... Line 95...
96
 
95
 
97
/*
96
/*
98
Ajout stephane weber
97
Ajout stephane weber
99
*/
98
*/
100
#errorTable, #statusTable, #waitTable, #disconnectTable {
99
#errorTable, #statusTable, #waitTable, #disconnectTable {
101
	BACKGROUND-COLOR: #ffffff;
100
	background-color: #ffffff;
102
	margin: 1px;
101
	margin: 1px;
103
	border: 1px #efefef solid;
102
	border: 1px #efefef solid;
104
 
103
 
105
/* ombrage css3*/
104
/* ombrage css3*/
106
 
105
 
Line 141... Line 140...
141
}
140
}
142
.text_warn {
141
.text_warn {
143
	margin: 0px;
142
	margin: 0px;
144
	font-size: 9px;
143
	font-size: 9px;
145
}
144
}
-
 
145
 
-
 
146
#close-warning {
-
 
147
	padding: 5px;
-
 
148
	text-align: center;
-
 
149
}