Subversion Repositories ALCASAR

Rev

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

Rev 2003 Rev 2241
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
 
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, H1  {
12
:link, :visited, :hover:link, :hover:visited, h1  {
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: #666;
29
	background-color: #666;
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
#page {
56
#page {
57
	width: 590px;
57
	width: 590px;
58
	margin: 12px auto;
58
	margin: 12px auto;
59
}
59
}
60
 
60
 
61
#pass_chg {
61
#pass_chg {
62
	position: relative;
62
	position: relative;
63
}
63
}
64
 
64
 
65
#pass_chg IMG {
65
#pass_chg img {
66
	position: relative;
66
	position: relative;
67
	float: left;
67
	float: left;
68
	top: -60px;
68
	top: -60px;
69
	left: -50px;
69
	left: -50px;
70
}
70
}
Line 109... Line 109...
109
 
109
 
110
	-moz-box-shadow: 0px 0px 12px #000; 
110
	-moz-box-shadow: 0px 0px 12px #000; 
111
	-webkit-box-shadow: 0px 0px 12px #000;
111
	-webkit-box-shadow: 0px 0px 12px #000;
112
	box-shadow: 0px 0px 12px #000;
112
	box-shadow: 0px 0px 12px #000;
113
}
113
}
114
#block_pass SPAN {
114
#block_pass span {
115
	float: left;
115
	float: left;
116
	margin-top: 5px;
116
	margin-top: 5px;
117
}
117
}
118
 
118
 
119
#titre_pass {
119
#titre_pass {
Line 136... Line 136...
136
#btn_pass:hover {
136
#btn_pass:hover {
137
}
137
}
138
 
138
 
139
#champs_pass {
139
#champs_pass {
140
	margin: auto;
140
	margin: auto;
141
	padding-top: 50;
141
	padding-top: 50px;
142
	padding-right: 20;
142
	padding-right: 20px;
143
}
143
}
144
 
144
 
145
#champs_pass TD {
145
#champs_pass td {
146
	padding: 4px;
146
	padding: 4px;
147
}
147
}
148
 
148
 
149
#champs_pass TD INPUT {
149
#champs_pass td input {
150
	border: 1px solid #aaa;
150
	border: 1px solid #aaa;
151
	width: 195px;
151
	width: 195px;
152
}
152
}
153
 
153
 
154
TD.first_item {
154
td.first_item {
155
	text-align: right;
155
	text-align: right;
156
	width: 100px;
156
	width: 100px;
157
}
157
}
158
.lien_deco {
158
.lien_deco {
159
	text-align: center;
159
	text-align: center;