Subversion Repositories ALCASAR

Rev

Rev 734 | Rev 2172 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 734 Rev 737
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
 
5
 
6
*/
6
*/
7
 
7
 
8
 
8
 
9
/* règles générales */
9
/* règles générales */
10
 
10
 
11
/* Couleurs de polices */
11
/* Couleurs de polices */
12
:link, :visited, :hover:link, :hover:visited  {
12
:link, :visited, :hover:link, :hover:visited  {
13
	color: #000000;
13
	color: #000000;
14
}
14
}
15
BODY {
15
BODY {
16
	color: #666666;
16
	color: #666666;
17
}
17
}
18
 
18
 
19
/* Style de police */
19
/* Style de police */
20
 
20
 
21
BODY, :link, :visited, :hover:link, :hover:visited  {
21
BODY, :link, :visited, :hover:link, :hover:visited  {
22
	font-family: "DejaVu Sans";
22
	font-family: "DejaVu Sans";
23
}
23
}
24
 
24
 
25
 
25
 
26
/*Couleurs de fond */
26
/*Couleurs de fond */
27
 
27
 
28
BODY {
28
BODY {
29
	background-color: #666666;
29
	background-color: #666666;
30
}
30
}
31
 
31
 
32
 
32
 
33
/* Règles des balises HTML */
33
/* Règles des balises HTML */
34
 
34
 
35
P {
35
P {
36
	text-align: justify;
36
	text-align: justify;
37
}
37
}
38
 
38
 
39
BODY {
39
BODY {
40
	background-image: url(/images/fond.png);
40
	background-image: url(/images/fond.png);
41
	background-repeat: repeat-x;
41
	background-repeat: repeat-x;
42
	text-align: center;
42
	text-align: center;
43
	font-size: 12px;
43
	font-size: 12px;
44
	margin: 0px;
44
	margin: 0px;
45
}
45
}
46
 
46
 
47
TABLE {
47
TABLE {
48
	font-size: 90%;
48
	font-size: 90%;
49
}
49
}
50
IMG {
50
IMG {
51
	height: 150px;
51
	height: 150px;
52
}
52
}
53
 
53
 
54
/*Boite de dialogue de deconnection*/
54
/*Boite de dialogue de deconnection*/
55
 
55
 
56
#statusPage, #loggedOutPage {
56
#statusPage, #loggedOutPage {
57
	width: 450px;
57
	width: 450px;
58
	margin: 12px auto;
58
	margin: 12px auto;
59
}
59
}
60
 
60
 
61
#Chilli {
61
#Chilli {
62
	width: 450px;
62
	width: 450px;
63
	margin: 10px auto 10px auto;
63
	margin: 10px auto 10px auto;
64
}
64
}
65
 
65
 
66
#auth_reussi {
66
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
67
	width: 450px;
67
	width: 450px;
68
	margin-top: 12px;
-
 
69
	padding-top: 5px;
68
	padding-top: 5px;
70
	padding-left: 10px;
69
	padding-left: 10px;
71
	padding-right: 10px;
70
	padding-right: 10px;
72
	padding-bottom: 0px;
71
	padding-bottom: 0px;
73
}
72
}
-
 
73
#auth_reussi {
-
 
74
	margin-top: 12px;
-
 
75
}
74
.text_auth {
76
.text_auth {
75
	font-size: 20px;
77
	font-size: 20px;
76
}
78
}
77
.text_auth_welcom {
79
.text_auth_welcom {
78
	font-size: 16px;
80
	font-size: 16px;
79
}
81
}
80
.text_auth, .text_auth_welcom {
82
.text_auth, .text_auth_welcom, .alert {
81
	font-weight: bold;
83
	font-weight: bold;
-
 
84
}
-
 
85
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
82
	text-align: center;
86
	text-align: center;
83
}
87
}
84
.lien_deco {
88
.lien_deco {
85
	text-align: center;
-
 
86
	font-size: 18px;
89
	font-size: 18px;
87
	margin-bottom: 15px;
90
	margin-bottom: 15px;
88
}
91
}
89
.log_out {
92
.log_out {
90
	font-size: 24px;
93
	font-size: 24px;
91
	text-align: center;
-
 
92
	margin-top: 30px;
94
	margin-top: 30px;
93
}
95
}
94
 
96
 
95
/*
97
/*
96
Ajout stephane weber
98
Ajout stephane weber
97
*/
99
*/
98
#errorTable, #statusTable, #waitTable, #disconnectTable {
100
#errorTable, #statusTable, #waitTable, #disconnectTable {
99
	BACKGROUND-COLOR: #ffffff;
101
	BACKGROUND-COLOR: #ffffff;
100
}
-
 
101
#errorTable, #statusTable, #waitTable, #disconnectTable  {
-
 
102
	width: 450px;
-
 
103
	margin: 1px;
102
	margin: 1px;
104
	padding-top: 5px;
-
 
105
	padding-left: 10px;
-
 
106
	padding-right: 10px;
-
 
107
	padding-bottom: 0px;
-
 
108
}
-
 
109
#errorTable, #statusTable, #waitTable, #disconnectTable  {
-
 
110
	border: 1px #efefef solid;
103
	border: 1px #efefef solid;
111
 
104
 
112
/* ombrage css3*/
105
/* ombrage css3*/
113
 
106
 
114
	-moz-box-shadow: 0px 0px 6px #000; 
107
	-moz-box-shadow: 0px 0px 6px #000; 
115
	-webkit-box-shadow: 0px 0px 6px #000;
108
	-webkit-box-shadow: 0px 0px 6px #000;
116
	box-shadow: 0px 0px 6px #000;
109
	box-shadow: 0px 0px 6px #000;
117
}
110
}
118
.chilliLabel {
111
.chilliLabel {
119
	/* A DEFINIR*/
-
 
120
	/*
-
 
121
	text-align: right;
-
 
122
	padding-right: 5px;
-
 
123
	*/
-
 
124
	font-weight: bold;
112
	font-weight: bold;
125
	width: 192px;	
-
 
126
}
113
}
127
.chilliValue {
114
.chilliValue {
128
	/* A DEFINIR*/
115
	/* A DEFINIR*/
129
	width: 236px;
-
 
130
}
116
}
131
.wait {
117
.wait {
132
	height: 16px;
118
	height: 16px;
133
}
119
}
134
/*
120
/*
135
Fin Ajout stephane weber
121
Fin Ajout stephane weber
136
*/
122
*/
137
#conHistoryLabel {
123
#conHistoryLabel {
138
	text-align: center;
-
 
139
	padding-top: 4px;
124
	padding-top: 6px;
140
	padding-bottom: 3px;
125
	padding-bottom: 5px;
141
}
126
}
142
#conHistory ul {
127
#conHistory ul {
143
	list-style-type: none;
128
	list-style-type: none;
144
	padding-left: 100px;
-
 
145
	text-align: left;
129
	text-align: left;
-
 
130
	padding-left: 80px;
-
 
131
}
-
 
132
.alert {
-
 
133
	font-size: 14px;
-
 
134
	color: red;
-
 
135
	margin-top: 5px;
-
 
136
	height: 40px;
-
 
137
}
-
 
138
.link_logout {
-
 
139
	padding-top: 20px;
-
 
140
	padding-bottom: 20px;
-
 
141
}
-
 
142
.text_warn {
-
 
143
	margin: 0px;
-
 
144
	font-size: 9px;
146
}
145
}
147
 
146