[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / prive / themes / spip / grids.css.html
1 #CACHE{0}
2 [(#REM)
3
4 Ce squelette definit les styles de l'espace prive
5
6 Note: l'entete "Vary:" sert a repousser l'entete par
7 defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
8 genant en cas de "rotation du cookie de session" apres
9 un changement d'IP (effet de clignotement).
10
11 ATTENTION: il faut absolument le charset sinon Firefox croit que
12 c'est du text/html !
13 <style>
14 ]
15 #CACHE{3600*100,cache-client}
16 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
17 #HTTP_HEADER{Vary: Accept-Encoding}
18
19 /* **************** GRIDS ***************** */
20 .line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
21 .unit{float:#ENV{left};_zoom:1;}
22 .unitExt{float:#ENV{right};}
23 .size1of1{float:none;}
24 .size1of2{width:50%;}
25 .size1of3{width:33.33333%;}
26 .size2of3{width:66.66666%;}
27 .size1of4{width:25%;}
28 .size3of4{width:75%;}
29 .size1of5{width:20%;}
30 .size2of5{width:40%;}
31 .size3of5{width:60%;}
32 .size4of5{width:80%;}
33 .lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
34 /* extending grids to allow a unit that takes the width of its content */
35 .media{width:auto;}