Subversion Repositories ALCASAR

Rev

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

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