Subversion Repositories ALCASAR

Rev

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

Rev 737 Rev 2172
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
 
56
#statusPage, #loggedOutPage {
55
#statusPage, #loggedOutPage {
57
	width: 450px;
56
	width: 450px;
58
	margin: 12px auto;
57
	margin: 12px auto;
59
}
58
}
60
 
59
 
61
#Chilli {
60
#Chilli {
62
	width: 450px;
61
	width: 450px;
63
	margin: 10px auto 10px auto;
62
	margin: 10px auto 10px auto;
64
}
63
}
65
 
64
 
66
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
65
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
67
	width: 450px;
66
	width: 450px;
68
	padding-top: 5px;
67
	padding-top: 5px;
69
	padding-left: 10px;
68
	padding-left: 10px;
70
	padding-right: 10px;
69
	padding-right: 10px;
71
	padding-bottom: 0px;
70
	padding-bottom: 0px;
72
}
71
}
73
#auth_reussi {
72
#auth_reussi {
74
	margin-top: 12px;
73
	margin-top: 12px;
75
}
74
}
76
.text_auth {
75
.text_auth {
77
	font-size: 20px;
76
	font-size: 20px;
78
}
77
}
79
.text_auth_welcom {
78
.text_auth_welcom {
80
	font-size: 16px;
79
	font-size: 16px;
81
}
80
}
82
.text_auth, .text_auth_welcom, .alert {
81
.text_auth, .text_auth_welcom, .alert {
83
	font-weight: bold;
82
	font-weight: bold;
84
}
83
}
85
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
84
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
86
	text-align: center;
85
	text-align: center;
87
}
86
}
88
.lien_deco {
87
.lien_deco {
89
	font-size: 18px;
88
	font-size: 18px;
90
	margin-bottom: 15px;
89
	margin-bottom: 15px;
91
}
90
}
92
.log_out {
91
.log_out {
93
	font-size: 24px;
92
	font-size: 24px;
94
	margin-top: 30px;
93
	margin-top: 30px;
95
}
94
}
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
 
107
	-moz-box-shadow: 0px 0px 6px #000; 
106
	-moz-box-shadow: 0px 0px 6px #000; 
108
	-webkit-box-shadow: 0px 0px 6px #000;
107
	-webkit-box-shadow: 0px 0px 6px #000;
109
	box-shadow: 0px 0px 6px #000;
108
	box-shadow: 0px 0px 6px #000;
110
}
109
}
111
.chilliLabel {
110
.chilliLabel {
112
	font-weight: bold;
111
	font-weight: bold;
113
}
112
}
114
.chilliValue {
113
.chilliValue {
115
	/* A DEFINIR*/
114
	/* A DEFINIR*/
116
}
115
}
117
.wait {
116
.wait {
118
	height: 16px;
117
	height: 16px;
119
}
118
}
120
/*
119
/*
121
Fin Ajout stephane weber
120
Fin Ajout stephane weber
122
*/
121
*/
123
#conHistoryLabel {
122
#conHistoryLabel {
124
	padding-top: 6px;
123
	padding-top: 6px;
125
	padding-bottom: 5px;
124
	padding-bottom: 5px;
126
}
125
}
127
#conHistory ul {
126
#conHistory ul {
128
	list-style-type: none;
127
	list-style-type: none;
129
	text-align: left;
128
	text-align: left;
130
	padding-left: 80px;
129
	padding-left: 80px;
131
}
130
}
132
.alert {
131
.alert {
133
	font-size: 14px;
132
	font-size: 14px;
134
	color: red;
133
	color: red;
135
	margin-top: 5px;
134
	margin-top: 5px;
136
	height: 40px;
135
	height: 40px;
137
}
136
}
138
.link_logout {
137
.link_logout {
139
	padding-top: 20px;
138
	padding-top: 20px;
140
	padding-bottom: 20px;
139
	padding-bottom: 20px;
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
}
146
 
150