Subversion Repositories ALCASAR

Rev

Rev 509 | Rev 2003 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
509 richard 1
/* 	
2
	Feuille de style pour les pages d'interceptions cot? utilisateurs d'ALCASAR
3
	Auteur : St?phane ERARD
4
	Licence : GNU GPL
5
 
6
*/
7
 
8
 
9
/* r?gles g?n?rales */
10
 
11
/* Couleurs de polices */
647 richard 12
:link, :visited, :hover:link, :hover:visited, H1  {
509 richard 13
	color: #000000;
14
}
15
BODY {
16
	color: #666666;
17
}
18
 
19
/* Style de police */
20
 
21
BODY, :link, :visited, :hover:link, :hover:visited  {
22
	font-family: "DejaVu Sans";
23
}
24
 
25
 
26
/*Couleurs de fond */
27
 
28
BODY {
29
	background-color: #666;
30
}
31
 
32
 
33
/* R?gles des balises HTML */
34
 
35
P {
36
	text-align: justify;
37
}
38
 
39
BODY {
40
	background-image: url(../images/fond.png);
41
	background-repeat: repeat-x;
42
	text-align: center;
43
	font-size: 12px;
44
	margin: 0px;
45
}
46
 
47
TABLE {
647 richard 48
/*	font-size: 90%;*/
509 richard 49
}
50
IMG {
51
	height: 150px;
52
}
53
 
54
/*Boite de dialogue de deconnection*/
55
 
56
#page {
647 richard 57
	width: 590px;
509 richard 58
	margin: 12px auto;
59
}
60
 
647 richard 61
#pass_chg {
62
	position: relative;
63
}
509 richard 64
 
647 richard 65
#pass_chg IMG {
66
	position: relative;
67
	float: left;
68
	top: -60px;
69
	left: -50px;
70
}
71
 
72
#pass_chg_content {
73
	position: relative;
74
	float: left;
75
	top: -40px;
76
	width: 100%;
77
}
78
 
79
#lien_pass {
80
	font-size: 50%;
81
	text-align: right;
82
}
83
 
84
#info_pass {
85
	visibility: hidden;
86
	position: absolute;
87
	top: -1500px;
88
/*	background-color: white;
89
	width: 500px;
90
 
91
	margin: 30px;
92
	padding: 15px;
93
 ombrage css3
94
 
95
	-moz-box-shadow: 0px 0px 12px #000; 
96
	-webkit-box-shadow: 0px 0px 12px #000;
97
	box-shadow: 0px 0px 12px #000;*/
98
 
99
}
100
 
509 richard 101
#block_pass {
647 richard 102
	position: relative;
509 richard 103
	background-color: white;
104
	width: 500px;
647 richard 105
	height: 345px;
106
	margin: 30px;
509 richard 107
	padding: 15px;
108
/* ombrage css3*/
109
 
110
	-moz-box-shadow: 0px 0px 12px #000; 
111
	-webkit-box-shadow: 0px 0px 12px #000;
112
	box-shadow: 0px 0px 12px #000;
113
}
114
#block_pass SPAN {
115
	float: left;
116
	margin-top: 5px;
117
}
118
 
119
#titre_pass {
120
	font-size: 20px;
121
}
122
 
647 richard 123
#btn_pass, #btn_retour {
509 richard 124
	float: right;
125
	margin-top: 20px;
647 richard 126
}
509 richard 127
 
647 richard 128
#btn_pass {
509 richard 129
}
130
 
647 richard 131
#btn_retour {
132
	margin-right: 20px;
133
}
134
 
509 richard 135
#btn_pass:hover {
136
}
137
 
138
#champs_pass {
647 richard 139
	margin: auto;
509 richard 140
}
141
 
142
#champs_pass TD {
143
	padding: 4px;
144
}
145
 
146
#champs_pass TD INPUT {
147
	border: 1px solid #aaa;
647 richard 148
	width: 195px;
509 richard 149
}
150
 
151
TD.first_item {
647 richard 152
	text-align: right;
153
	width: 255px;
509 richard 154
}
155
.lien_deco {
156
	text-align: center;
157
	font-size: 18px;
158
	margin-bottom: 15px;
159
}
160
.log_out {
161
	font-size: 24px;
162
	text-align: center;
163
	margin-top: 30px;
164
}
647 richard 165
.btn_form {
166
	cursor: pointer;
167
	height: 26px;
168
	width: 130px;
169
	border: none;
170
	background: #999 url(../images/bg.png) 0 0 repeat-x;
171
	font-weight: bold;
172
 
173
/* ombrage css3*/
174
 
175
	-moz-box-shadow: 2px 2px 2px #000; 
176
	-webkit-box-shadow: 2px 2px 2px #000;
177
	box-shadow: 2px 2px 2px #000;
178
}
179
.btn_form:hover {
180
	background-color: red;
181
 
182
/* ombrage css3*/
183
 
184
	-moz-box-shadow: 2px 2px 2px #666; 
185
	-webkit-box-shadow: 2px 2px 2px #666;
186
	box-shadow: 2px 2px 2px #666;
187
}