1 | #CACHE{3600*100,cache-client} |
---|
2 | #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
---|
3 | #HTTP_HEADER{Vary: Accept-Encoding} |
---|
4 | [(#REM)<style> |
---|
5 | ]/* -------------------------------------------------------------- |
---|
6 | |
---|
7 | spip.css.html |
---|
8 | Styles associes au code genere par SPIP |
---|
9 | Cf.: http://www.spip-contrib.net/3821 |
---|
10 | |
---|
11 | -------------------------------------------------------------- */ |
---|
12 | |
---|
13 | /* Valeurs par defaut : |
---|
14 | #SET{font-size,#CONFIG{basecss/typo/font-size,1em}} [ font-size: (#GET{font-size});] |
---|
15 | #SET{line-height,#CONFIG{basecss/typo/line-height,1.5em}} [ line-height: (#GET{line-height});] |
---|
16 | #SET{margin-bottom,#CONFIG{basecss/typo/margin-bottom,1.5em}} [ margin-bottom: (#GET{margin-bottom});] |
---|
17 | #SET{text-indent,#CONFIG{basecss/typo/text-indent,50px}} [ text-indent: (#GET{text-indent});] |
---|
18 | #SET{font-family,#CONFIG{basecss/typo/font-family,'Helvetica, Arial, sans-serif'}} [ font-family: (#GET{font-family});] |
---|
19 | #SET{background-color,#CONFIG{basecss/typo/background-color,#FFFFFF}} [ background-color : (#GET{background-color});] |
---|
20 | #SET{color,#CONFIG{basecss/typo/color,#222222}} [ color: (#GET{color});] |
---|
21 | */ |
---|
22 | |
---|
23 | /* Listes SPIP */ |
---|
24 | ul.spip, |
---|
25 | ol.spip { margin-left: #GET{text-indent}; } |
---|
26 | ul.spip { list-style-type: disc; } |
---|
27 | li ul.spip { list-style-type: circle; } |
---|
28 | ol.spip { list-style-type: decimal; } |
---|
29 | |
---|
30 | dl.spip dt, |
---|
31 | dl.spip dd { padding-left: #GET{text-indent}; } |
---|
32 | dl.spip dt { clear: both; } |
---|
33 | dl.spip dd {} |
---|
34 | |
---|
35 | /* Tableaux SPIP */ |
---|
36 | table.spip {} |
---|
37 | table.spip caption {} |
---|
38 | table.spip tr.row_first th {} |
---|
39 | table.spip tr.row_odd td { background: #e5ecf9; } |
---|
40 | table.spip tr.row_even td {} |
---|
41 | |
---|
42 | /* Citations, code et poesie */ |
---|
43 | blockquote.spip {} |
---|
44 | .spip_poesie {} |
---|
45 | .spip_poesie div { margin-left: #GET{text-indent}; text-indent: -#GET{text-indent}; } |
---|
46 | .spip_code, |
---|
47 | .spip_cadre {} |
---|
48 | |
---|
49 | /* Enluminures typo V3 / Cf.: http://www.spip-contrib.net/3118 */ |
---|
50 | sc { font-variant: small-caps; } |
---|
51 | .caractencadre-spip { background-color: #FFFFCC; color: purple; } |
---|
52 | .caractencadre2-spip { background-color: #FFFFCC; color: orange; } |
---|
53 | .texteencadre-spip { display: block; margin:[ (#GET{margin-bottom})][ (#GET{text-indent})]; padding: #GET{line-height}; background: #EEE; } |
---|
54 | |
---|
55 | /* Logos, documents et images */ |
---|
56 | .spip_logos { float: left; margin: 0 [ (#GET{margin-bottom})][ (#GET{margin-bottom})] 0; padding: 0; border: none; } |
---|
57 | |
---|
58 | .spip_documents { margin: 0 auto; margin-bottom: #GET{margin-bottom}; padding: 0; background: none; text-align: center; } |
---|
59 | .spip_documents_center, |
---|
60 | .spip_doc_titre, |
---|
61 | .spip_doc_descriptif { margin-right: auto; margin-left: auto; } |
---|
62 | .spip_documents.spip_documents_center { clear: both; display: block; width: 100%; } |
---|
63 | .spip_documents.spip_documents_left { float: left; margin-right: #GET{margin-bottom}; } |
---|
64 | .spip_documents.spip_documents_right { float: right; margin-left: #GET{margin-bottom}; } |
---|
65 | .spip_doc_titre {} |
---|
66 | .spip_doc_descriptif { clear: both; } |
---|
67 | |
---|
68 | /* Modeles par defaut */ |
---|
69 | .spip_modele { float: right; display: block; width: 25%; border: 1px dotted #666; } |
---|
70 | |
---|
71 | /* Formulaires */ |
---|
72 | .formulaire_spip {} |
---|
73 | .formulaire_spip li { clear: both;[ margin-bottom: (#GET{margin-bottom}|div{2})em;] } |
---|
74 | .formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; } |
---|
75 | .formulaire_spip .boutons input, |
---|
76 | .formulaire_spip .boutons button {[ margin-left: (#GET{margin-bottom}|div{2})em;] } |
---|
77 | @media print { |
---|
78 | .formulaire_spip { display: none; } |
---|
79 | } |
---|
80 | |
---|
81 | /* Previsu */ |
---|
82 | .previsu { margin-bottom: #GET{margin-bottom};[ padding: (#GET{margin-bottom}|div{2})em;] border: 2px dashed #F57900; } |
---|
83 | fieldset.previsu legend { color: #F57900; } |
---|
84 | |
---|
85 | /* Reponses */ |
---|
86 | .reponse_formulaire { margin-bottom: #GET{margin-bottom};[ padding: (#GET{margin-bottom}|div{2})em;] border: 2px solid #ddd; } |
---|
87 | .reponse_formulaire_ok { background: #e6efc2; color: #264409; border-color: #c6d880; } |
---|
88 | .reponse_formulaire_erreur { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; } |
---|
89 | .reponse_formulaire_ok a { color: #264409; } |
---|
90 | .reponse_formulaire_erreur a { color: #8a1f11; } |
---|
91 | |
---|
92 | .erreur_message { color: red; } |
---|
93 | |
---|
94 | li.erreur input[type="text"], li.erreur input.text, |
---|
95 | li.erreur input[type="password"], li.erreur input.password, |
---|
96 | li.erreur textarea { background-color: #fbe3e4; } |
---|
97 | |
---|
98 | .spip_surligne { background-color: yellow; } |
---|
99 | |
---|
100 | /* Formulaire de recherche */ |
---|
101 | .formulaire_recherche * { display: inline; } |
---|
102 | |
---|
103 | /* Paragraphes */ |
---|
104 | div.spip, ul.spip, ol.spip, .spip_poesie, .spip_cadre, div.spip_code, .spip_documents.spip_documents_center { margin-bottom: #GET{margin-bottom}; } |
---|
105 | |
---|
106 | /* Pagination */ |
---|
107 | .pagination { clear: both; text-align: center; } |
---|
108 | |
---|
109 | /* Liens de SPIP */ |
---|
110 | a.spip_note { font-weight: bold; } /* liens vers notes de bas de page */ |
---|
111 | a.spip_in {} /* liens internes */ |
---|
112 | a.spip_mail {} |
---|
113 | a.spip_out {} /* liens sortants */ |
---|
114 | a.spip_url {} /* liens url sortants */ |
---|
115 | a.spip_glossaire {} /* liens vers encyclopedie */ |
---|
116 | |
---|
117 | /* Boutons d'admin */ |
---|
118 | .ie6 .spip-admin, |
---|
119 | .ie6 #spip-admin { display: none; } |
---|
120 | @media print { |
---|
121 | .spip-admin, |
---|
122 | #spip-admin { display: none; } |
---|
123 | } |
---|
124 | |
---|
125 | /* end */ |
---|