Rev 1992 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log
Rev | Author | Line No. | Line |
---|---|---|---|
1992 | richard | 1 | |
360 | richard | 2 | /* |
1992 | richard | 3 | CSS for ALCASAR interception page |
509 | richard | 4 | Auteur : Stéphane ERARD |
360 | richard | 5 | Licence : GNU GPL |
6 | */ |
||
7 | |||
8 | |||
509 | richard | 9 | /* règles générales */ |
354 | richard | 10 | |
360 | richard | 11 | /* Couleurs de polices */ |
12 | :link, :visited, :hover:link, :hover:visited, H2, #box_url, #box_refuse { |
||
509 | richard | 13 | color: #000000; |
354 | richard | 14 | } |
360 | richard | 15 | BODY, H, #boite-logon { |
509 | richard | 16 | color: #666666; |
360 | richard | 17 | } |
18 | #acces_controle, .log_out { |
||
509 | richard | 19 | color: white; |
360 | richard | 20 | } |
354 | richard | 21 | |
360 | richard | 22 | /* Style de police */ |
23 | |||
24 | BODY, :link, :visited, :hover:link, :hover:visited { |
||
509 | richard | 25 | font-family: "DejaVu Sans"; |
360 | richard | 26 | } |
27 | INPUT, #box_url { |
||
509 | richard | 28 | font-family: arial; |
360 | richard | 29 | } |
30 | #acces_controle, #box_url, #box_bienvenue, #cadre_titre SPAN { |
||
509 | richard | 31 | font-weight: bold; |
360 | richard | 32 | } |
509 | richard | 33 | .box_menu :link , .box_menu :visited, .box_menu :hover:link, .box_menu :hover:visited { |
34 | text-decoration: none; |
||
35 | } |
||
360 | richard | 36 | /*Couleurs de fond */ |
37 | |||
38 | BODY { |
||
509 | richard | 39 | background-color: #666666; |
360 | richard | 40 | } |
41 | |||
1410 | richard | 42 | INPUT, #contenu_acces, #contenu_error, #logon, #auth_reussi { |
509 | richard | 43 | background-color: #ffffff; |
360 | richard | 44 | } |
45 | |||
1992 | richard | 46 | /* Règles des balises HTML */ |
360 | richard | 47 | |
354 | richard | 48 | H1, H2, #aide-certif { |
509 | richard | 49 | text-align: center; |
354 | richard | 50 | padding: 0px; |
51 | margin: 3px; |
||
52 | } |
||
53 | P, UL, LI{ |
||
509 | richard | 54 | text-align: justify; |
354 | richard | 55 | } |
56 | |||
57 | BODY { |
||
1999 | richard | 58 | background-image: url(/images/fond.png); |
509 | richard | 59 | background-repeat: repeat-x; |
60 | text-align: center; |
||
61 | font-size: 12px; |
||
62 | margin: 0px; |
||
354 | richard | 63 | } |
64 | H1 { |
||
509 | richard | 65 | font-size: 55px; |
354 | richard | 66 | } |
67 | H2 { |
||
509 | richard | 68 | font-size: 30px; |
354 | richard | 69 | } |
70 | H6, #aide-certif{ |
||
509 | richard | 71 | font-size: 100%; |
354 | richard | 72 | } |
73 | UL { |
||
509 | richard | 74 | margin: 5px; |
75 | padding-bottom: 5px; |
||
76 | padding-left: 10px; |
||
77 | padding-right: 115px; |
||
78 | padding-top: 5px; |
||
354 | richard | 79 | } |
80 | LI { |
||
509 | richard | 81 | list-style-type: square; |
82 | padding-top: 2px; |
||
354 | richard | 83 | } |
84 | TABLE { |
||
509 | richard | 85 | font-size: 90%; |
354 | richard | 86 | } |
87 | IMG { |
||
509 | richard | 88 | height: 150px; |
354 | richard | 89 | } |
90 | INPUT { |
||
509 | richard | 91 | border: #666666 1px solid; |
92 | padding: 2px; |
||
93 | font-family: arial; |
||
94 | height: 22px; |
||
354 | richard | 95 | } |
96 | |||
509 | richard | 97 | /* taille et position des logos */ |
354 | richard | 98 | #logo-alcasar { |
509 | richard | 99 | position: absolute; |
100 | bottom: 25px; |
||
101 | right: 5px; |
||
102 | height: 130px; |
||
354 | richard | 103 | } |
104 | #logo-organ { |
||
509 | richard | 105 | position: relative; |
106 | top: 0px; |
||
107 | right: -10px; |
||
108 | max-width: 150px; |
||
109 | max-height: 150px; |
||
354 | richard | 110 | } |
111 | |||
509 | richard | 112 | /* placement et proportion de la boite de saisie et de l'aide */ |
354 | richard | 113 | #logon { |
509 | richard | 114 | position: relative; |
115 | width: 620px; |
||
116 | top: 20px; |
||
117 | /* ombrage css3*/ |
||
360 | richard | 118 | -moz-box-shadow: 0px 0px 12px #000; |
119 | -webkit-box-shadow: 0px 0px 12px #000; |
||
120 | box-shadow: 0px 0px 12px #000; |
||
354 | richard | 121 | } |
122 | #boite-logon { |
||
1349 | richard | 123 | background-image: linear-gradient(#efefef, #d5d5d5); |
509 | richard | 124 | padding: 10px; |
125 | width: 420px; |
||
126 | height: 189px; |
||
354 | richard | 127 | } |
128 | #boite-logon TD { |
||
509 | richard | 129 | padding-top: 10px; |
1349 | richard | 130 | padding-left: 30px; |
354 | richard | 131 | } |
132 | #boite-info { |
||
509 | richard | 133 | border: 0px; |
134 | margin-top: 25px; |
||
135 | width: 580px; |
||
136 | padding-top: 10px; |
||
354 | richard | 137 | } |
509 | richard | 138 | /*boite de dialogue de deconnection*/ |
354 | richard | 139 | |
140 | #auth_reussi { |
||
509 | richard | 141 | width: 450px; |
142 | margin-top: 12px; |
||
143 | padding-top: 5px; |
||
144 | padding-left: 10px; |
||
145 | padding-right: 10px; |
||
146 | padding-bottom: 0px; |
||
354 | richard | 147 | } |
148 | .text_auth { |
||
509 | richard | 149 | font-size: 20px; |
354 | richard | 150 | } |
151 | .lien_deco { |
||
509 | richard | 152 | text-align: center; |
153 | font-size: 18px; |
||
154 | margin-bottom: 15px; |
||
354 | richard | 155 | } |
156 | .log_out { |
||
509 | richard | 157 | font-size: 24px; |
158 | text-align: center; |
||
159 | margin-top: 30px; |
||
354 | richard | 160 | } |
360 | richard | 161 | #boite-logon, #auth_reussi, #logon { |
509 | richard | 162 | border: 1px #efefef solid; |
360 | richard | 163 | |
164 | /* ombrage css3*/ |
||
165 | |||
166 | -moz-box-shadow: 0px 0px 6px #000; |
||
167 | -webkit-box-shadow: 0px 0px 6px #000; |
||
168 | box-shadow: 0px 0px 6px #000; |
||
169 | } |
||
509 | richard | 170 | #liens_redir { |
171 | position: relative; |
||
172 | bottom: -100px; |
||
173 | left: 90px; |
||
174 | text-align: center; |
||
175 | } |
||
176 | #liens_redir P A { |
||
177 | font-size: 12px; |
||
178 | text-align: center; |
||
179 | margin: 15px; |
||
180 | } |
||
181 | /* style de la page accès controlé*/ |
||
360 | richard | 182 | |
359 | richard | 183 | #cadre_titre{ |
509 | richard | 184 | position: relative; |
185 | width: 730px; |
||
186 | height: 98px; |
||
187 | margin-top: 40px; |
||
188 | margin-left: auto; |
||
189 | margin-right: auto; |
||
190 | z-index: 2; |
||
360 | richard | 191 | |
192 | /* ombrage css3 */ |
||
193 | |||
194 | -moz-box-shadow: 1px 4px 10px #000; |
||
195 | -webkit-box-shadow: 1px 4px 10px #000; |
||
196 | box-shadow: 1px 4px 10px #000; |
||
359 | richard | 197 | } |
198 | #cadre_titre .titre_controle { |
||
1999 | richard | 199 | background-image: url(/images/fond-bandeau.png); |
509 | richard | 200 | background-repeat: repeat-x; |
359 | richard | 201 | } |
202 | #cadre_titre .titre_refus { |
||
1999 | richard | 203 | background-image: url(/images/fond-bandeau-rouge.png); |
509 | richard | 204 | background-repeat: repeat-x; |
359 | richard | 205 | } |
206 | #boite_logo{ |
||
509 | richard | 207 | position: absolute; |
208 | top: -30px; |
||
209 | left: -50px; |
||
210 | width: 150px; |
||
211 | height: 150px; |
||
212 | z-index: 2; |
||
359 | richard | 213 | } |
214 | #acces_controle { |
||
509 | richard | 215 | text-align: center; |
216 | font-size: 40px; |
||
217 | padding-top: 25px; |
||
218 | padding-bottom: 27px; |
||
219 | margin: 0px; |
||
359 | richard | 220 | } |
221 | #logo_acces { |
||
509 | richard | 222 | position: relative; |
223 | top: 0px; |
||
224 | left: 0px; |
||
359 | richard | 225 | } |
226 | #contenu_acces { |
||
509 | richard | 227 | position: relative; |
228 | width: 640px; |
||
229 | height: 400px; |
||
230 | top: -20px; |
||
231 | padding-top: 0px; |
||
232 | margin-left: auto; |
||
233 | margin-right: auto; |
||
234 | z-index: 1; |
||
360 | richard | 235 | |
236 | /* ombrage CSS3 */ |
||
237 | |||
238 | -moz-box-shadow: 1px 1px 10px #000; |
||
239 | -webkit-box-shadow: 1px 1px 10px #000; |
||
240 | box-shadow: 1px 1px 10px #000; |
||
359 | richard | 241 | } |
1410 | richard | 242 | |
243 | #contenu_error { |
||
244 | position: relative; |
||
245 | width: 640px; |
||
246 | height: auto; |
||
247 | top: -20px; |
||
248 | padding-top: 40px; |
||
249 | padding-bottom: 40px; |
||
250 | padding-left: 40px; |
||
251 | padding-right: 40px; |
||
252 | margin-left: auto; |
||
253 | margin-right: auto; |
||
254 | z-index: 1; |
||
255 | |||
256 | /* ombrage CSS3 */ |
||
257 | |||
258 | -moz-box-shadow: 1px 1px 10px #000; |
||
259 | -webkit-box-shadow: 1px 1px 10px #000; |
||
260 | box-shadow: 1px 1px 10px #000; |
||
261 | } |
||
262 | |||
359 | richard | 263 | #logo_acces IMG, #box_refuse IMG { |
509 | richard | 264 | width: 95px; |
265 | height: 95px; |
||
359 | richard | 266 | } |
267 | |||
268 | /* Boite des liens*/ |
||
269 | |||
270 | #box_url { |
||
509 | richard | 271 | position: relative; |
272 | top: 35px; |
||
273 | text-align: right; |
||
274 | font-size: 14px; |
||
275 | margin-right: 20px; |
||
359 | richard | 276 | } |
277 | #box_bienvenue { |
||
509 | richard | 278 | font-size: 18px; |
359 | richard | 279 | } |
280 | #cadre_titre SPAN { |
||
509 | richard | 281 | position: absolute; |
282 | top: 70px; |
||
283 | width: 510px; |
||
284 | left: 110px; |
||
285 | font-size: 14px; |
||
286 | color: red; |
||
287 | text-align: center; |
||
288 | border: 2px red solid; |
||
289 | padding: 2px; |
||
290 | background-color: white; |
||
359 | richard | 291 | } |
363 | richard | 292 | #contenu_acces SPAN { |
509 | richard | 293 | position: relative; |
294 | bottom: -150px; |
||
295 | font-family: "courier new"; |
||
363 | richard | 296 | } |
1410 | richard | 297 | #contenu_error SPAN { |
298 | position: relative; |
||
299 | bottom: -150px; |
||
300 | font-family: "courier new"; |
||
301 | } |
||
359 | richard | 302 | #box_refuse { |
509 | richard | 303 | font-size: 16px; |
304 | margin-left: 130px; |
||
305 | margin-right: 20px; |
||
306 | margin-top: 40px; |
||
307 | width: 460px; |
||
359 | richard | 308 | } |
309 | #box_refuse IMG { |
||
509 | richard | 310 | position: absolute; |
311 | top: -10px; |
||
312 | left: -110px; |
||
359 | richard | 313 | } |
314 | #box_refuse, #box_bienvenue { |
||
509 | richard | 315 | position: relative; |
316 | top: 55px; |
||
359 | richard | 317 | } |
509 | richard | 318 | |
319 | .box_menu IMG { |
||
320 | position: absolute; |
||
321 | width: 70px; |
||
322 | height: 70px; |
||
323 | top: -25px; |
||
359 | richard | 324 | } |
1410 | richard | 325 | .box_menu, #logon , #contenu_acces, #contenu_error, #acces_controle, #cadre_titre, #box_info{ |
509 | richard | 326 | /* Arrondi CSS3 Firefox*/ |
327 | -moz-border-radius: 10px; |
||
328 | /* Arrondi CSS3 Autres Nav*/ |
||
329 | border-radius: 10px; |
||
359 | richard | 330 | } |
509 | richard | 331 | .box_menu { |
332 | position: absolute; |
||
333 | height: 35px; |
||
334 | width: 310px; |
||
1999 | richard | 335 | background-image: url(/images/fond-bdd.png); |
509 | richard | 336 | background-repeat: repeat-x; |
360 | richard | 337 | |
338 | /* ombrage CSS3 */ |
||
339 | -moz-box-shadow: 1px 1px 6px #666; |
||
340 | -webkit-box-shadow: 1px 1px 6px #666; |
||
341 | box-shadow: 1px 1px 6px #666; |
||
359 | richard | 342 | } |
509 | richard | 343 | .div-cache { |
344 | visibility: hidden; |
||
345 | position: absolute; |
||
346 | top: -1000px; |
||
359 | richard | 347 | } |
509 | richard | 348 | #box_conn { |
349 | top: 120px; |
||
359 | richard | 350 | } |
509 | richard | 351 | #box_certif { |
352 | top: 190px; |
||
359 | richard | 353 | } |
509 | richard | 354 | #box_mdp { |
355 | top: 260px; |
||
359 | richard | 356 | } |
509 | richard | 357 | #box_acc { |
358 | top: 330px; |
||
359 | richard | 359 | } |
509 | richard | 360 | #box_certif, #box_acc { |
361 | left: 60px; |
||
362 | text-align: right; |
||
363 | } |
||
364 | #box_conn, #box_mdp { |
||
365 | left: 20px; |
||
366 | text-align: left; |
||
367 | } |
||
368 | #box_conn IMG, #box_mdp IMG { |
||
369 | left: 5px; |
||
370 | } |
||
371 | #box_certif IMG, #box_acc IMG { |
||
372 | right: 5px; |
||
373 | } |
||
374 | #box_conn SPAN, #box_certif SPAN, #box_mdp SPAN, #box_acc SPAN { |
||
375 | position: relative; |
||
376 | font-size: 12px; |
||
377 | font-weight: bold; |
||
378 | top: 10px; |
||
379 | } |
||
380 | #box_conn SPAN, #box_mdp SPAN { |
||
381 | margin-left: 80px; |
||
382 | } |
||
383 | #box_certif SPAN, #box_acc SPAN { |
||
384 | margin-right: 80px; |
||
385 | } |
||
386 | |||
387 | /*Animation visuel des cadres liens (Gecko et ie9)*/ |
||
388 | #box_conn:hover, #box_certif:hover, #box_mdp:hover, #box_acc:hover { |
||
389 | /* cursor: pointer;*/ |
||
1999 | richard | 390 | background-image: url(/images/fond-bdd_rouge.png); |
509 | richard | 391 | background-repeat: repeat-x; |
392 | |||
393 | /* ombrage CSS3 */ |
||
394 | -moz-box-shadow: 0px 0px 0px #fff; |
||
395 | -webkit-box-shadow: 0px 0px 0px #fff; |
||
396 | box-shadow: 0px 0px 0px #fff; |
||
397 | } |
||
398 | #box_conn:hover a, #box_certif:hover a, #box_mdp:hover a, #box_acc:hover a .box_menu a:hover, .box_menu a:visited:hover, #box_info :link:hover, #box_info :visited:hover { |
||
399 | color: red; |
||
400 | |||
401 | } |
||
402 | |||
403 | /*Mise en page de la bulle d'info (coté droit)*/ |
||
404 | #box_info H2 { |
||
405 | font-size: 14px; |
||
406 | margin: 10px auto; |
||
407 | } |
||
408 | #box_info P { |
||
409 | font-size: 11px; |
||
410 | margin: 10px; |
||
411 | } |
||
412 | #box_info IMG { |
||
413 | position: absolute; |
||
414 | bottom: -60px; |
||
415 | right: 10px; |
||
416 | height: 120px; |
||
417 | } |
||
418 | #box_info { |
||
419 | position: absolute; |
||
420 | top: 118px; |
||
421 | right: 20px; |
||
422 | width: 230px; |
||
423 | height: 250px; |
||
424 | background-color: #efefef; |
||
425 | |||
426 | /* ombrage CSS3 */ |
||
427 | -moz-box-shadow: 1px 1px 6px #666; |
||
428 | -webkit-box-shadow: 1px 1px 6px #666; |
||
429 | box-shadow: 1px 1px 6px #666; |
||
430 | } |
||
431 | #box_info :link, #box_info :visited { |
||
432 | text-decoration: none; |
||
433 | } |
||
566 | stephane | 434 | #box_info UL{ |
435 | text-align: left; |
||
436 | padding : 0 0 0 15px; |
||
437 | margin : 10px; |
||
438 | } |
||
439 | #box_info LI{ |
||
440 | text-align: left; |
||
441 | font-size: 10px; |
||
442 | list-style-type : disc; |
||
443 | padding : 0 0 0 0; |
||
913 | richard | 444 | } |
445 | #authorized_domain{ |
||
446 | height: 40px; |
||
447 | width: 450px; |
||
448 | text-align: left; |
||
449 | display: block; |
||
450 | /* border: 1px solid red;*/ |
||
451 | margin-right: 50px; |
||
452 | } |
||
453 | #authorized_domain LI{ |
||
454 | text-align: center; |
||
455 | list-style-type : none; |
||
456 | margin-right : 10px; |
||
457 | display: block; |
||
458 | float: left; |
||
1410 | richard | 459 | } |
1452 | richard | 460 | |
461 | #corner { |
||
462 | position: fixed; |
||
463 | bottom: 0; |
||
464 | right: 0; |
||
465 | |||
466 | } |
||
467 | |||
468 | #adm { |
||
469 | display: block; |
||
470 | width: 100px; |
||
471 | height: 100px; |
||
472 | } |
||
473 | .corn IMG:hover { |
||
474 | position: absolute; |
||
475 | width: 100px; |
||
476 | height: 100px; |
||
477 | top: 0px; |
||
478 | left: 0px; |
||
479 | } |
||
480 | |||
481 | .corn IMG { |
||
482 | position: absolute; |
||
483 | width: 50px; |
||
484 | height: 50px; |
||
485 | top: 75px; |
||
486 | left: 75px; |
||
1989 | raphael.pi | 487 | } |
1992 | richard | 488 |