[SPIP] +2.1.12
[velocampus/web/www.git] / www / prive / style_vieilles_def.html
1 [(#REM)
2
3 Ce squelette definit les styles de l'espace prive
4
5 Note: l'entete "Vary:" sert a repousser l'entete par
6 defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
7 genant en cas de "rotation du cookie de session" apres
8 un changement d'IP (effet de clignotement).
9
10 ATTENTION: il faut absolument le charset sinon Firefox croit que
11 c'est du text/html !
12 ]
13 #CACHE{3600*100,cache-client}
14 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
15 #HTTP_HEADER{Vary: Accept-Encoding}
16
17 #SET{claire,##ENV{couleur_claire,edf3fe}}
18 #SET{foncee,##ENV{couleur_foncee,3874b0}}
19 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
20 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
21
22 /* * */
23 .toile_claire {
24 background-color: #GET{claire};
25 }
26
27 .toile_foncee { background-color: #GET{foncee};}
28 .toile_blanche { background-color: #fff;}
29 .toile_noire { background-color: #000;}
30 .toile_gris_sombre { background-color: #333;}
31 .toile_gris_fort { background-color: #999999;}
32 .toile_gris_moyen { background-color: #ccc;}
33 .toile_gris_leger { background-color: #eee;}
34
35 .bordure_claire { border: 1px solid #GET{claire};}
36 .bordure_foncee { border: 1px solid #GET{foncee};}
37 .bordure_claire_basse { border-bottom: 1px solid #GET{claire};}
38 .bordure_claire_left { border-#GET{left}: 1px solid #GET{claire};}
39 .bordure_claire_right { border-#GET{right}: 1px solid #GET{claire};}
40 .bordure_grise_basse { border-bottom: 1px solid #999999;}
41 .bordure_grise_left { border-#GET{left}: 1px solid #999999;}
42 .bordure_grise_right { border-#GET{right}: 1px solid #999999;}
43 .bordure_foncee_pointillee { border: 2px; border-style: dotted; border-color: #GET{foncee};}
44
45 .ligne_claire { color: #GET{claire};}
46 .ligne_blanche { color: white;}
47 .ligne_foncee { color: #GET{foncee};}
48 .ligne_noire { color: #000;}
49
50
51 /* * Formulaires */
52
53 .forml { margin-top: 0px; width: 100%; display: block; padding: 3px; background-color: #f0f0f0; border: 1px solid #GET{claire}; background-position: center bottom; float: none; behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]); font-size: 12px; }
54 .formo { margin-top: 0px; width: 100%; display: block; padding: 3px; background-color: #fff; border: 1px solid #GET{claire}; background-position: center bottom; float: none; behavior: url([(#CHEMIN{win_width.htc}|url_absolue)]); font-size: 12px; }
55 .fondl { margin-top: 0px; padding: 3px; background-color: #e4e4e4; border: 1px solid #GET{claire}; background-position: center bottom; float: none; font-size: 11px; }
56 .fondo {
57 margin-top: 0px;
58 background:#GET{foncee};
59 border: 1px outset #GET{claire};
60 float: none;
61 color: #fff;
62 font-size: 11px;
63 font-weight: bold;
64 }
65
66 input[type="submit"] {
67 font-weight: bold;
68 margin-top: 3px;
69 }
70 .fondf { margin-top: 0px; background-color: #fff; border-style: solid ; border-width: 1px; border-color: #e86519; color: #e86519; }