X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fprive%2Fstyle_vieilles_def.html;fp=www%2Fprive%2Fstyle_vieilles_def.html;h=c893a9f1d186d0258ea5c55f00e45e1948174104;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/prive/style_vieilles_def.html b/www/prive/style_vieilles_def.html new file mode 100644 index 0000000..c893a9f --- /dev/null +++ b/www/prive/style_vieilles_def.html @@ -0,0 +1,70 @@ +[(#REM) + + Ce squelette definit les styles de l'espace prive + + Note: l'entete "Vary:" sert a repousser l'entete par + defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) + genant en cas de "rotation du cookie de session" apres + un changement d'IP (effet de clignotement). + + ATTENTION: il faut absolument le charset sinon Firefox croit que + c'est du text/html ! +] +#CACHE{3600*100,cache-client} +#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} +#HTTP_HEADER{Vary: Accept-Encoding} + +#SET{claire,##ENV{couleur_claire,edf3fe}} +#SET{foncee,##ENV{couleur_foncee,3874b0}} +#SET{left,#ENV{ltr}|choixsiegal{left,left,right}} +#SET{right,#ENV{ltr}|choixsiegal{left,right,left}} + +/* * */ +.toile_claire { + background-color: #GET{claire}; +} + +.toile_foncee { background-color: #GET{foncee};} +.toile_blanche { background-color: #fff;} +.toile_noire { background-color: #000;} +.toile_gris_sombre { background-color: #333;} +.toile_gris_fort { background-color: #999999;} +.toile_gris_moyen { background-color: #ccc;} +.toile_gris_leger { background-color: #eee;} + +.bordure_claire { border: 1px solid #GET{claire};} +.bordure_foncee { border: 1px solid #GET{foncee};} +.bordure_claire_basse { border-bottom: 1px solid #GET{claire};} +.bordure_claire_left { border-#GET{left}: 1px solid #GET{claire};} +.bordure_claire_right { border-#GET{right}: 1px solid #GET{claire};} +.bordure_grise_basse { border-bottom: 1px solid #999999;} +.bordure_grise_left { border-#GET{left}: 1px solid #999999;} +.bordure_grise_right { border-#GET{right}: 1px solid #999999;} +.bordure_foncee_pointillee { border: 2px; border-style: dotted; border-color: #GET{foncee};} + +.ligne_claire { color: #GET{claire};} +.ligne_blanche { color: white;} +.ligne_foncee { color: #GET{foncee};} +.ligne_noire { color: #000;} + + +/* * Formulaires */ + +.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; } +.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; } +.fondl { margin-top: 0px; padding: 3px; background-color: #e4e4e4; border: 1px solid #GET{claire}; background-position: center bottom; float: none; font-size: 11px; } +.fondo { + margin-top: 0px; + background:#GET{foncee}; + border: 1px outset #GET{claire}; + float: none; + color: #fff; + font-size: 11px; + font-weight: bold; +} + +input[type="submit"] { + font-weight: bold; + margin-top: 3px; +} +.fondf { margin-top: 0px; background-color: #fff; border-style: solid ; border-width: 1px; border-color: #e86519; color: #e86519; }