[SPIP] +2.1.12
[velocampus/web/www.git] / www / prive / style_prive_ie.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 /*style for horizontal list <div class='h-list'><ul ><li><tag class='menu-item'></tag></li></ul></div>*/
18 /*for IE item list must be specified in .menu-item*/
19 /*possible added classes lefted centered righted vcentered*/
20
21 /*clear without markup*/
22 .h-list ul {height:1%}
23 /*end clear without markup*/
24
25 .h-list li {/*display:inline*/float:[(#ENV{ltr}|choixsiegal{left,left,right})]}
26 * html .h-list li { margin-right:-2px}
27
28 /*style for bandeau-principal*/
29
30 li * {word-wrap:break-word}
31
32 #bandeau-principal {height:1%}
33
34 #bandeau-principal li.boutons_admin:hover .bandeau_sec,
35 #bandeau-principal li.boutons_admin.sfhover .bandeau_sec
36 {
37 display: block;
38 }
39
40 /*style for submenus*/
41 * html .bandeau_sec { float: none; width:100%}
42 * html .bandeau_sec ul {}
43
44 /*style for #bandeau_couleur*/
45 #bandeau_couleur ul {padding:2px 0;}
46 #bandeau_couleur li {}
47 #bandeau_couleur .menu-item {height:22px}
48 #bandeau_couleur1 .menu-item { width:250px !important}
49 #bandeau_couleur3 .menu-item { width:150px !important}
50 .h-list li#bandeau_couleur4 {margin-left:70px;}
51 #bandeau_couleur4 .menu-item{ width:68px !important;margin:0 11px}
52 .h-list li#bandeau_couleur5 {margin-left:80px;}
53 #bandeau_couleur5 .menu-item { width:114px !important}
54 .h-list li#bandeau_couleur6 {float:[(#ENV{ltr}|choixsiegal{left,right,left})];}
55 #bandeau_couleur6 .menu-item { width:32px !important;margin-[(#ENV{ltr}|choixsiegal{left,left,right})]:-3px;margin-[(#ENV{ltr}|choixsiegal{left,right,left})]:-6px}
56
57 /*fix all layout problems of IE6 and IE7*/
58 .cadre,
59 .fiche_objet, /*title not visible*/
60 .ajax-action, /*containers of expandible boxes go mad*/
61 .tabs-container, /*containers of expandible boxes go mad*/
62 #portfolio,
63 #documents {zoom:1}
64