1 | #CACHE{3600*100,cache-client} |
---|
2 | #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
---|
3 | #HTTP_HEADER{Vary: Accept-Encoding} |
---|
4 | |
---|
5 | /* --------- POPUP SPIP ---------- */ |
---|
6 | html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */ |
---|
7 | body { width: 600px; height: 100%; |
---|
8 | background: #FFF; margin: 0; padding: 0; text-align: center; |
---|
9 | font-size: 0.8125em; font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #333; } |
---|
10 | |
---|
11 | /* ------------------------------------------ |
---|
12 | /* Disposition a l'ecran des blocs principaux |
---|
13 | /* ------------------------------------------ */ |
---|
14 | #page { width: 96%;text-align: left;margin: 0 2%;padding: 0;position: relative;} |
---|
15 | #conteneur {clear:both;margin:0;padding:0;font-size:0.9em;overflow:hidden;width:100%;} |
---|
16 | #contenu {width:100%;} |
---|
17 | #entete {width:96%;margin:0;padding-top:.60em;border-bottom: 1px solid #ddd;} |
---|
18 | #pied, #footer_popup { |
---|
19 | clear: both; width: 96%; margin: 0; |
---|
20 | margin-bottom:1em;padding: 2px 10px;border-top:1px solid #ddd;text-align:right; |
---|
21 | } |
---|
22 | .nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; } |
---|
23 | .invisible { position: absolute; top: -3000em; height: 1%; } |
---|
24 | |
---|
25 | /* logos */ |
---|
26 | #conteneur .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; } |
---|
27 | |
---|
28 | /* en tete */ |
---|
29 | #entete a.accueil { display: inline; width: auto; } |
---|
30 | .header_popup {margin:5px 0;padding:0 1em;} |
---|
31 | .header_popup_right { float:right; top:0;padding: 10px 20px; } |
---|
32 | |
---|
33 | /* ariane dans le pied de page |
---|
34 | .arbo { font-size: 0.76em; font-weight: bold; margin-top: 4px; text-align: left;} |
---|
35 | .arbo a { text-decoration: underline; color: #97C74A; } |
---|
36 | */ |
---|
37 | .arbo { display: block;} |
---|
38 | |
---|
39 | /* petits liens */ |
---|
40 | a.popup_liens {color:#666666; text-decoration:underline;font-size:0.76em; margin:0 5px;} |
---|
41 | a.popup_liens:active, a.popup_liens:hover {color:#ffffff; text-decoration:underline;} |
---|