1 | /* |
---|
2 | Feuille de style DISPOSITION.CSS - theme : underground-pink |
---|
3 | Version novembre 2006 |
---|
4 | Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl |
---|
5 | Blocs de premier niveau |
---|
6 | */ |
---|
7 | |
---|
8 | #contextes { |
---|
9 | background-color:white; |
---|
10 | text-align:center; |
---|
11 | line-height:1.5em; |
---|
12 | width:239px; |
---|
13 | } |
---|
14 | #footer{ |
---|
15 | border-top:1px solid black; |
---|
16 | text-align:center; |
---|
17 | background:url(mass/li_bg.jpg); |
---|
18 | } |
---|
19 | |
---|
20 | #chemin { |
---|
21 | background:url(mass/li_bg.jpg); |
---|
22 | font-weight:bold; |
---|
23 | border-bottom:1px solid black; |
---|
24 | } |
---|
25 | #chemin-nav{ |
---|
26 | display:none; |
---|
27 | } |
---|
28 | /* |
---|
29 | Feuille de style POLICES.CSS - theme : underground-pink |
---|
30 | Version novembre 2006 |
---|
31 | Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl |
---|
32 | Blocs de premier niveau |
---|
33 | */ |
---|
34 | /*GENERAL*/ |
---|
35 | body{ |
---|
36 | background-color:#6b000a; |
---|
37 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
38 | font-size:12px; |
---|
39 | background: url("mass/body_bg.jpg") top left repeat-y #6b000a; |
---|
40 | background-attachment: fixed; |
---|
41 | } |
---|
42 | #general { |
---|
43 | border-right:1px solid black; |
---|
44 | |
---|
45 | } |
---|
46 | |
---|
47 | /* links */ |
---|
48 | |
---|
49 | a{ |
---|
50 | color:#6b000a; |
---|
51 | text-decoration:none; |
---|
52 | } |
---|
53 | a:hover, .listagerepondre a:hover, #forum .listagerepondre a:hover{ |
---|
54 | color:black; |
---|
55 | } |
---|
56 | a img { |
---|
57 | border:none; |
---|
58 | } |
---|
59 | .listagetitre a { |
---|
60 | text-decoration:none; |
---|
61 | text-transform:uppercase; |
---|
62 | color:#222; |
---|
63 | } |
---|
64 | .listagetitre a:hover { |
---|
65 | border-bottom:1px solid #666; |
---|
66 | color:#666; |
---|
67 | } |
---|
68 | .listageinfo a{ |
---|
69 | border-bottom:none; |
---|
70 | } |
---|
71 | .listageinfo a:hover{ |
---|
72 | color:black; |
---|
73 | border-bottom:1px solid black; |
---|
74 | } |
---|
75 | .listagerepondre a:before{ |
---|
76 | content:">> "; |
---|
77 | } |
---|
78 | .listagerepondre a{ |
---|
79 | color:#333; |
---|
80 | } |
---|
81 | .listagesite a { |
---|
82 | color:#af0046; |
---|
83 | } |
---|
84 | .listagesite a:hover { |
---|
85 | color:#5d0025; |
---|
86 | } |
---|
87 | #forum .listagerepondre a{ |
---|
88 | line-height:50px; |
---|
89 | color:#6b000a; |
---|
90 | } |
---|
91 | #header a { |
---|
92 | color:#ffbfd8; |
---|
93 | } |
---|
94 | #header a:hover ,.texte a:hover{ |
---|
95 | color:#666; |
---|
96 | } |
---|
97 | .texte a{ |
---|
98 | color:#C6C6C6; |
---|
99 | text-decoration:underline; |
---|
100 | } |
---|
101 | |
---|
102 | /*********************/ |
---|
103 | .texte{ |
---|
104 | font-family:verdana; |
---|
105 | font-size:13px; |
---|
106 | color:white; |
---|
107 | text-align:justify; |
---|
108 | line-height:1.3em; |
---|
109 | letter-spacing:0.1em; |
---|
110 | } |
---|
111 | ul, li { |
---|
112 | list-style-type: none; |
---|
113 | } |
---|
114 | #contextes ul ul li { |
---|
115 | padding:3px; |
---|
116 | } |
---|
117 | #contextes h2 { |
---|
118 | font-size:14px; |
---|
119 | background-image: url(mass/bgtitre.jpg); |
---|
120 | letter-spacing: 0.1em; |
---|
121 | border-top:2px solid #222; |
---|
122 | border-bottom:1px solid #999; |
---|
123 | color:black; |
---|
124 | } |
---|
125 | #page-sommaire h1{ |
---|
126 | letter-spacing:0.3em; |
---|
127 | text-align:right; |
---|
128 | color:white; |
---|
129 | } |
---|
130 | #pagesommaire .logo{ |
---|
131 | display:none; |
---|
132 | } |
---|
133 | #contextes #navigation h2{ |
---|
134 | text-align:center; |
---|
135 | letter-spacing:0.2em; |
---|
136 | background-image:url(mass/bgtitre.jpg); |
---|
137 | color:#6b000a; |
---|
138 | border-bottom:1px solid #6b000a; |
---|
139 | border-top:3px solid #6b000a; |
---|
140 | font-size:21px; |
---|
141 | } |
---|
142 | #edito #corps h2{ |
---|
143 | display:none; |
---|
144 | } |
---|
145 | #corps h2{ |
---|
146 | color:white; |
---|
147 | background:url(mass/bg.jpg); |
---|
148 | border-bottom:1px solid #333; |
---|
149 | font-size:13px; |
---|
150 | letter-spacing:0.4em; |
---|
151 | text-transform:uppercase; |
---|
152 | } |
---|
153 | img{ |
---|
154 | border:none; |
---|
155 | } |
---|
156 | .listageconteneur { |
---|
157 | background:url("mass/li_bg.jpg"); |
---|
158 | overflow:auto; |
---|
159 | } |
---|
160 | #corps h4{ |
---|
161 | font-size:18px; |
---|
162 | } |
---|
163 | .listagetexte { |
---|
164 | color:#222; |
---|
165 | text-align:justify; |
---|
166 | line-height:1.5em; |
---|
167 | letter-spacing:0.05em; |
---|
168 | } |
---|
169 | |
---|
170 | .listagelogo { |
---|
171 | height: 80px; |
---|
172 | width: 80px; |
---|
173 | overflow: hidden; |
---|
174 | border:none; |
---|
175 | } |
---|
176 | .listageinfo { |
---|
177 | font-family:verdana; |
---|
178 | font-size:11px; |
---|
179 | color:#444; |
---|
180 | } |
---|
181 | #header{ |
---|
182 | background:url(mass/bg.jpg); |
---|
183 | color:white; |
---|
184 | font-weight:bold; |
---|
185 | } |
---|
186 | #header .dateauteurs{ |
---|
187 | font-weight:normal; |
---|
188 | } |
---|
189 | .logo { |
---|
190 | border:3px solid white; |
---|
191 | overflow:hidden; |
---|
192 | } |
---|
193 | .chapeau{ |
---|
194 | color:white; |
---|
195 | font-weight:bold; |
---|
196 | font-size:120%; |
---|
197 | text-transform:uppercase; |
---|
198 | line-height:1.4em; |
---|
199 | } |
---|
200 | |
---|
201 | /* ---------------*/ |
---|
202 | /* pieces jointes */ |
---|
203 | /* ---------------*/ |
---|
204 | |
---|
205 | |
---|
206 | #audio{ |
---|
207 | text-align:center; |
---|
208 | } |
---|
209 | |
---|
210 | #piecesjointes .listagelogo { |
---|
211 | border: 0px; |
---|
212 | } |
---|
213 | |
---|
214 | #piecesjointes #corps h4{ |
---|
215 | font-size:100%; |
---|
216 | text-transform:none; |
---|
217 | } |
---|
218 | div.spip_code { |
---|
219 | font-family: courier, sans-serif; |
---|
220 | border: 1px solid #ccc; |
---|
221 | background-color: #efefef; |
---|
222 | } |
---|
223 | span.spip_code { |
---|
224 | font-family: courier, sans-serif; |
---|
225 | } |
---|
226 | .spip_surligne { |
---|
227 | background-color: yellow; |
---|
228 | } |
---|
229 | fieldset{ |
---|
230 | color:black; |
---|
231 | border:none; |
---|
232 | } |
---|
233 | legend{ |
---|
234 | display:none; |
---|
235 | } |
---|
236 | #var_login_admin, #recherche .forml, #var_lang_ecrire, #email_auteur, #titre, #url_site, #textarea_1, .forml { |
---|
237 | color:black; |
---|
238 | border: 1px solid black; |
---|
239 | cursor:default; |
---|
240 | } |
---|
241 | .barre{ |
---|
242 | color:white; |
---|
243 | background-color:#777; |
---|
244 | border: 1px solid black; |
---|
245 | cursor:default; |
---|
246 | font-size:12px; |
---|
247 | } |
---|
248 | /* FORUM */ |
---|
249 | .formauteur{ |
---|
250 | text-align:right; |
---|
251 | } |
---|
252 | #forum ul ul { |
---|
253 | border-left: 1px solid black; |
---|
254 | } |
---|
255 | .formulaire_spip form { |
---|
256 | background:url("mass/li_bg.jpg"); |
---|
257 | } |
---|
258 | blockquote{ |
---|
259 | border:1px solid #999; |
---|
260 | color:#777; |
---|
261 | width:80%; |
---|
262 | } |
---|
263 | /*details*/ |
---|
264 | code{ |
---|
265 | color:#555; |
---|
266 | } |
---|
267 | #header,#corps h2, .ps,.spip_note{ |
---|
268 | text-align:right; |
---|
269 | } |
---|
270 | .clearer_header { |
---|
271 | font-size:1px; |
---|
272 | } |
---|
273 | #footer img{ |
---|
274 | margin:1%; |
---|
275 | } |
---|
276 | /* |
---|
277 | Feuille de style MENU.CSS - theme : underground-pink |
---|
278 | Version novembre 2006 |
---|
279 | Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl |
---|
280 | Blocs de premier niveau |
---|
281 | */ |
---|
282 | #navigation { |
---|
283 | text-align: center; |
---|
284 | font-family:Helvetica, Arial, sans-serif; |
---|
285 | font-size:12px; |
---|
286 | font-weight:bolder; |
---|
287 | line-height:20px; |
---|
288 | |
---|
289 | } |
---|
290 | #navigation a { |
---|
291 | font-weight: bold; |
---|
292 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
293 | border: none; |
---|
294 | text-decoration: none; |
---|
295 | color:#333; |
---|
296 | display:block; |
---|
297 | border-bottom:1px solid #d6d6d6; |
---|
298 | } |
---|
299 | |
---|
300 | |
---|
301 | #navigation a:hover { |
---|
302 | color: white; |
---|
303 | background-color:black; |
---|
304 | } |
---|
305 | #menu .courante a{ |
---|
306 | color:#6b000a; |
---|
307 | background-color:#fff7fa; |
---|
308 | } |
---|