Subversion Repositories ALCASAR

Rev

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

Rev 1989 Rev 1992
Line -... Line 1...
-
 
1
 
1
/* 	
2
/* 	
2
	Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
3
	CSS for ALCASAR interception page 
3
	Auteur : Stéphane ERARD
4
	Auteur : Stéphane ERARD
4
	Licence : GNU GPL
5
	Licence : GNU GPL
5
 
-
 
6
*/
6
*/
7
 
7
 
8
 
8
 
9
/* règles générales */
9
/* règles générales */
10
 
10
 
Line 41... Line 41...
41
 
41
 
42
INPUT, #contenu_acces, #contenu_error, #logon, #auth_reussi {
42
INPUT, #contenu_acces, #contenu_error, #logon, #auth_reussi {
43
	background-color: #ffffff;
43
	background-color: #ffffff;
44
}
44
}
45
 
45
 
46
/* R�gles des balises HTML */
46
/* Règles des balises HTML */
47
 
47
 
48
H1, H2, #aide-certif {
48
H1, H2, #aide-certif {
49
	text-align: center;	
49
	text-align: center;	
50
	padding: 0px;
50
	padding: 0px;
51
	margin: 3px;
51
	margin: 3px;
Line 53... Line 53...
53
P, UL, LI{
53
P, UL, LI{
54
	text-align: justify;
54
	text-align: justify;
55
}
55
}
56
 
56
 
57
BODY {
57
BODY {
58
	background-image: url(http://alcasar/images/fond.png);
58
	background-image: url(images/fond.png);
59
	background-repeat: repeat-x;
59
	background-repeat: repeat-x;
60
	text-align: center;
60
	text-align: center;
61
	font-size: 12px;
61
	font-size: 12px;
62
	margin: 0px;
62
	margin: 0px;
63
}
63
}
Line 194... Line 194...
194
	-moz-box-shadow: 1px 4px 10px #000; 
194
	-moz-box-shadow: 1px 4px 10px #000; 
195
	-webkit-box-shadow: 1px 4px 10px #000;
195
	-webkit-box-shadow: 1px 4px 10px #000;
196
	box-shadow: 1px 4px 10px #000;
196
	box-shadow: 1px 4px 10px #000;
197
}
197
}
198
#cadre_titre .titre_controle {
198
#cadre_titre .titre_controle {
199
	background-image: url(http://alcasar/images/fond-bandeau.png);
199
	background-image: url(images/fond-bandeau.png);
200
	background-repeat: repeat-x;
200
	background-repeat: repeat-x;
201
}
201
}
202
#cadre_titre .titre_refus  {
202
#cadre_titre .titre_refus  {
203
	background-image: url(http://alcasar/images/fond-bandeau-rouge.png);
203
	background-image: url(images/fond-bandeau-rouge.png);
204
	background-repeat: repeat-x;
204
	background-repeat: repeat-x;
205
}
205
}
206
#boite_logo{
206
#boite_logo{
207
	position: absolute;
207
	position: absolute;
208
	top: -30px;
208
	top: -30px;
Line 330... Line 330...
330
}
330
}
331
.box_menu {
331
.box_menu {
332
	position: absolute;
332
	position: absolute;
333
	height: 35px;
333
	height: 35px;
334
	width: 310px;
334
	width: 310px;
335
	background-image: url(http://alcasar/images/fond-bdd.png);
335
	background-image: url(images/fond-bdd.png);
336
	background-repeat: repeat-x;
336
	background-repeat: repeat-x;
337
 
337
 
338
/* ombrage CSS3 */
338
/* ombrage CSS3 */
339
	-moz-box-shadow: 1px 1px 6px #666; 
339
	-moz-box-shadow: 1px 1px 6px #666; 
340
	-webkit-box-shadow: 1px 1px 6px #666;
340
	-webkit-box-shadow: 1px 1px 6px #666;
Line 385... Line 385...
385
}
385
}
386
 
386
 
387
/*Animation visuel des cadres liens (Gecko et ie9)*/
387
/*Animation visuel des cadres liens (Gecko et ie9)*/
388
#box_conn:hover, #box_certif:hover, #box_mdp:hover, #box_acc:hover  {
388
#box_conn:hover, #box_certif:hover, #box_mdp:hover, #box_acc:hover  {
389
/*	cursor: pointer;*/
389
/*	cursor: pointer;*/
390
	background-image: url(http://alcasar/images/fond-bdd_rouge.png);
390
	background-image: url(images/fond-bdd_rouge.png);
391
	background-repeat: repeat-x;
391
	background-repeat: repeat-x;
392
 
392
 
393
/* ombrage CSS3 */
393
/* ombrage CSS3 */
394
	-moz-box-shadow: 0px 0px 0px #fff; 
394
	-moz-box-shadow: 0px 0px 0px #fff; 
395
	-webkit-box-shadow: 0px 0px 0px #fff;
395
	-webkit-box-shadow: 0px 0px 0px #fff;
Line 483... Line 483...
483
	width: 50px;
483
	width: 50px;
484
	height: 50px;
484
	height: 50px;
485
	top: 75px;
485
	top: 75px;
486
	left: 75px;
486
	left: 75px;
487
}
487
}
-
 
488