1 | /* feuille de style DISPOSITION.CSS - theme : shutone */ |
---|
2 | /* version decembre 2006 */ |
---|
3 | /* Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl */ |
---|
4 | |
---|
5 | /* containers de premier niveau */ |
---|
6 | #general { |
---|
7 | width: 790px; |
---|
8 | margin: 225px auto 0 auto; |
---|
9 | padding:0; |
---|
10 | } |
---|
11 | |
---|
12 | #bandeau { |
---|
13 | border: 5px solid #f5901e; |
---|
14 | background-color:#dddbdc; |
---|
15 | } |
---|
16 | |
---|
17 | #chemin, #separateur { |
---|
18 | padding: 10px 0px; |
---|
19 | background-color:white; |
---|
20 | } |
---|
21 | |
---|
22 | |
---|
23 | #pagesommaire #separateur{ |
---|
24 | display:none; |
---|
25 | } |
---|
26 | #pagesommaire #corps{ |
---|
27 | border:5px solid #f5901e; |
---|
28 | } |
---|
29 | |
---|
30 | #navigation { |
---|
31 | position:absolute; |
---|
32 | top:20px; |
---|
33 | margin-left:526px; |
---|
34 | } |
---|
35 | #contextes { |
---|
36 | float:right; |
---|
37 | width:262px; |
---|
38 | border: 5px solid #f5901e; |
---|
39 | background-color:white; |
---|
40 | margin-bottom:10px; |
---|
41 | background-image:none; |
---|
42 | } |
---|
43 | #corps { |
---|
44 | margin:0 283px 0 0; |
---|
45 | padding:20px; 20px 30px 20px; |
---|
46 | border: 5px solid #f5901e; |
---|
47 | background-color:white; |
---|
48 | background-image:none; |
---|
49 | } |
---|
50 | #blocinfosecondaires { |
---|
51 | margin-right: 275px; |
---|
52 | padding: 10px 0px; |
---|
53 | } |
---|
54 | |
---|
55 | #footer { |
---|
56 | clear:both; |
---|
57 | padding:10px 0; |
---|
58 | margin:10px 0; |
---|
59 | border: 5px solid #f5901e; |
---|
60 | background-color:white; |
---|
61 | background-image:none; |
---|
62 | } |
---|
63 | #conteneur-plan { |
---|
64 | z-index: 30; |
---|
65 | height: auto; |
---|
66 | padding: 10px 10px 10px 20px; |
---|
67 | } |
---|
68 | /* feuille de style MENU.CSS - theme : shutone */ |
---|
69 | /* version decembre 2006 */ |
---|
70 | /* Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl */ |
---|
71 | |
---|
72 | #navigation { |
---|
73 | text-align: left; |
---|
74 | font-family:Helvetica, Arial, sans-serif; |
---|
75 | background-position:top left; |
---|
76 | background-repeat:no-repeat; |
---|
77 | min-height:150px; |
---|
78 | font-size:12px; |
---|
79 | font-weight:bolder; |
---|
80 | line-height:20px; |
---|
81 | } |
---|
82 | #navigation #contextes H2{ |
---|
83 | display:none; |
---|
84 | } |
---|
85 | .niveau2{ |
---|
86 | display:none; |
---|
87 | } |
---|
88 | #navigation a { |
---|
89 | font-weight: bold; |
---|
90 | border: none; |
---|
91 | text-decoration: none; |
---|
92 | width:260px; |
---|
93 | display:block; |
---|
94 | text-indent:5px; |
---|
95 | background-image: url("bg_menu.png"); |
---|
96 | filter:alpha(opacity=80); |
---|
97 | } |
---|
98 | #navigation a:before{ |
---|
99 | color:#629800; |
---|
100 | content:"# "; |
---|
101 | } |
---|
102 | #navigation a:link, #navigation a:visited { |
---|
103 | color: #111; |
---|
104 | } |
---|
105 | #navigation a:active { |
---|
106 | color: #B00; |
---|
107 | } |
---|
108 | #navigation a:hover { |
---|
109 | color: white; |
---|
110 | background-image:none; |
---|
111 | background-color:black; |
---|
112 | width:260px; |
---|
113 | text-indent:20px; |
---|
114 | } |
---|
115 | #menu .courante a{ |
---|
116 | color:#a74e24; |
---|
117 | text-indent:15px; |
---|
118 | } |
---|
119 | #navigation li { |
---|
120 | margin: 0; |
---|
121 | border-bottom:1px solid white; |
---|
122 | width:260px; |
---|
123 | !important padding-right:20px; |
---|
124 | } |
---|
125 | #navigation ul { |
---|
126 | margin: 0 0 0 525px; |
---|
127 | } |
---|
128 | /* |
---|
129 | Feuille de style POLICES.CSS - theme : shutone |
---|
130 | Version decembre 2006 |
---|
131 | Code par Puissant Gregory dans le cadre du projet Magusine des Corsaires asbl |
---|
132 | Blocs de premier niveau |
---|
133 | */ |
---|
134 | |
---|
135 | body { |
---|
136 | font-family:Helvetica, Arial, sans-serif; |
---|
137 | font-size:11px; |
---|
138 | color: #111; |
---|
139 | line-height: 15px; |
---|
140 | margin: 0px; |
---|
141 | background: #a74e24 url("lignes.gif") no-repeat top left; |
---|
142 | background-attachement:fixed; |
---|
143 | } |
---|
144 | img{ |
---|
145 | behavior: url("win_png.htc"); |
---|
146 | } |
---|
147 | a { |
---|
148 | color: #629800; |
---|
149 | text-decoration: none; |
---|
150 | } |
---|
151 | |
---|
152 | a:hover { |
---|
153 | color:#385002; |
---|
154 | text-decoration:underline; |
---|
155 | } |
---|
156 | |
---|
157 | ul, li { |
---|
158 | list-style-type: none; |
---|
159 | padding: 0; |
---|
160 | margin: 0; |
---|
161 | } |
---|
162 | |
---|
163 | a img { |
---|
164 | border:none; |
---|
165 | } |
---|
166 | /*------------------------*/ |
---|
167 | /* fond du bloc principal */ |
---|
168 | /*------------------------*/ |
---|
169 | #chemin { |
---|
170 | font-weight: normal; |
---|
171 | font-size:10px; |
---|
172 | color:black; |
---|
173 | font-weight:bold; |
---|
174 | } |
---|
175 | |
---|
176 | #footer { |
---|
177 | text-align: center; |
---|
178 | text-transform: lowercase; |
---|
179 | } |
---|
180 | |
---|
181 | #footer img { |
---|
182 | border: 0px; |
---|
183 | margin:12px 15px 0 15px; |
---|
184 | |
---|
185 | } |
---|
186 | |
---|
187 | #footer p { |
---|
188 | margin:0px; |
---|
189 | } |
---|
190 | |
---|
191 | /*--------------------*/ |
---|
192 | /* listage contextuel */ |
---|
193 | /*--------------------*/ |
---|
194 | |
---|
195 | #contextes { |
---|
196 | font-family:Helvetica, Arial, sans-serif; |
---|
197 | color: #000; |
---|
198 | } |
---|
199 | |
---|
200 | #contextes #contextes H2 { |
---|
201 | color:black; |
---|
202 | font-size:14px; |
---|
203 | font-weight:bold; |
---|
204 | letter-spacing: 0.05em; |
---|
205 | margin: 10px 0px 6px 0px; |
---|
206 | padding: 8px 10px 8px 10px; |
---|
207 | text-transform:uppercase; |
---|
208 | } |
---|
209 | |
---|
210 | #contextes ul ul { |
---|
211 | list-style: none; |
---|
212 | margin: 0 0 18px 0; |
---|
213 | padding: 0px 10px 8px 10px; |
---|
214 | |
---|
215 | } |
---|
216 | |
---|
217 | #menuhasard ul { |
---|
218 | text-align: center; |
---|
219 | } |
---|
220 | |
---|
221 | #contextes ul ul li { |
---|
222 | padding: 2px 0px 2px 0px; |
---|
223 | } |
---|
224 | |
---|
225 | .formrecherche { |
---|
226 | margin: 0; |
---|
227 | padding: 0; |
---|
228 | } |
---|
229 | |
---|
230 | /* corps du texte */ |
---|
231 | |
---|
232 | .logo { |
---|
233 | float: left; |
---|
234 | margin: 0 10px 10px 0; |
---|
235 | border: 1px solid #999; |
---|
236 | } |
---|
237 | |
---|
238 | .sursoustitre { |
---|
239 | color: #2f1200; |
---|
240 | letter-spacing: 0.2em; |
---|
241 | } |
---|
242 | |
---|
243 | h1 { |
---|
244 | font-size:180%; |
---|
245 | font-weight:bold; |
---|
246 | color: black; |
---|
247 | line-height: 160%; |
---|
248 | margin-top:0px; |
---|
249 | padding-top:4px; |
---|
250 | margin-bottom:2px; |
---|
251 | border-bottom:1px solid #629800; |
---|
252 | display:inline; |
---|
253 | } |
---|
254 | |
---|
255 | .dateauteurs { |
---|
256 | color: #3f5d09; |
---|
257 | margin-top:10px; |
---|
258 | margin-bottom:40px; |
---|
259 | } |
---|
260 | |
---|
261 | .chapeau { |
---|
262 | margin: 10px 40px 10px 0px; |
---|
263 | font-weight: bold; |
---|
264 | letter-spacing:0.1em; |
---|
265 | color:black; |
---|
266 | clear:left; |
---|
267 | } |
---|
268 | |
---|
269 | .texte { |
---|
270 | font-family:verdana; |
---|
271 | line-height: 150%; |
---|
272 | text-align: justify; |
---|
273 | clear: left; |
---|
274 | font-size:11px; |
---|
275 | color:black; |
---|
276 | } |
---|
277 | |
---|
278 | .ps { |
---|
279 | margin: 12px 0px 6px 0px; |
---|
280 | color:#333; |
---|
281 | } |
---|
282 | |
---|
283 | h3 { |
---|
284 | margin: 30px 0 1px 0; |
---|
285 | font-weight: normal; |
---|
286 | font-size:15px; |
---|
287 | line-height: 120%; |
---|
288 | text-align: left; |
---|
289 | text-transform:uppercase; |
---|
290 | } |
---|
291 | |
---|
292 | /* ------------------------------------------------------------------------------------ |
---|
293 | style general des listes : |
---|
294 | page article : pieces jointes, forum |
---|
295 | page rubrique : liste d'article et de sous rubriques |
---|
296 | page sommaire : article et rubriques a la une, derniers articles breves liens forum |
---|
297 | ------------------------------------------------------------------------------------ */ |
---|
298 | |
---|
299 | #corps h2 { |
---|
300 | font-size:14px; |
---|
301 | letter-spacing: 0.1em; |
---|
302 | margin: 10px 0 0 0; |
---|
303 | padding: 15px 0px 0px 0px; |
---|
304 | color: black; |
---|
305 | text-weight:bold; |
---|
306 | text-align:right; |
---|
307 | border-bottom:2px solid #333; |
---|
308 | clear:left; |
---|
309 | } |
---|
310 | |
---|
311 | #corps h2:before{ |
---|
312 | color:#629800; |
---|
313 | content:"# "; |
---|
314 | } |
---|
315 | |
---|
316 | .listageconteneur { |
---|
317 | |
---|
318 | margin: 0px 0px 12px 0px; |
---|
319 | } |
---|
320 | #rubinrub .listageconteneur li{ |
---|
321 | min-height:60px; |
---|
322 | } |
---|
323 | #corps .listageconteneur li{ |
---|
324 | background:#fbffe3; |
---|
325 | background-image:none; |
---|
326 | } |
---|
327 | |
---|
328 | .listagetitre a { |
---|
329 | margin: 24px 0px 8px 0px; |
---|
330 | font-size:16px; |
---|
331 | text-decoration:none; |
---|
332 | color:#629800; |
---|
333 | } |
---|
334 | |
---|
335 | .listagetitre a:hover { |
---|
336 | color:#416100; |
---|
337 | border-bottom:none; |
---|
338 | background-color:transparent; |
---|
339 | } |
---|
340 | |
---|
341 | .listagetexte { |
---|
342 | margin: 2px 0px 2px 0px; |
---|
343 | color:#222; |
---|
344 | } |
---|
345 | |
---|
346 | .listagelogo { |
---|
347 | border: 2px solid white; |
---|
348 | } |
---|
349 | |
---|
350 | #audio .listagelogo { |
---|
351 | border:none; |
---|
352 | } |
---|
353 | |
---|
354 | .listagelogo .spip_logos, .vignette .spip_logos { |
---|
355 | border:none; |
---|
356 | margin-top:0px; |
---|
357 | } |
---|
358 | |
---|
359 | .listageinfo { |
---|
360 | font-family:verdana; |
---|
361 | font-size:9px; |
---|
362 | margin-bottom:7px; |
---|
363 | color:#3f5d09; |
---|
364 | } |
---|
365 | |
---|
366 | .listagedate { |
---|
367 | margin: 2px 0 2px 0; |
---|
368 | } |
---|
369 | |
---|
370 | .listagedescriptif { |
---|
371 | margin: 2px 0 10px 0; |
---|
372 | text-align: justify; |
---|
373 | } |
---|
374 | |
---|
375 | .listagerepondre { |
---|
376 | text-align: right; |
---|
377 | margin: 30px 10px 5px 0; |
---|
378 | } |
---|
379 | .listagerepondre:before{ |
---|
380 | content:">> "; |
---|
381 | color:#f5901e; |
---|
382 | } |
---|
383 | |
---|
384 | /* -------------------*/ |
---|
385 | /* rubriques a la une */ |
---|
386 | /* -------------------*/ |
---|
387 | |
---|
388 | |
---|
389 | #rubriqueune .listagetitregeneral { |
---|
390 | color: #666; |
---|
391 | } |
---|
392 | |
---|
393 | #rubriqueune .dernierart { |
---|
394 | padding: 10px 0px 0px 0px; |
---|
395 | margin: 10px 0px 0px 0px; |
---|
396 | } |
---|
397 | |
---|
398 | #rubriqueune .infodernart { |
---|
399 | line-height: 120%; |
---|
400 | font-style: normal; |
---|
401 | margin: 4px 0px 4px 0px; |
---|
402 | } |
---|
403 | |
---|
404 | #rubriqueune .titredernart { |
---|
405 | line-height: 120%; |
---|
406 | } |
---|
407 | |
---|
408 | #rubriqueune .textedernart { |
---|
409 | line-height: 120%; |
---|
410 | margin: 4px 0px 0px 0px; |
---|
411 | } |
---|
412 | |
---|
413 | /* ---------------*/ |
---|
414 | /* pieces jointes */ |
---|
415 | /* ---------------*/ |
---|
416 | |
---|
417 | |
---|
418 | .clearer { |
---|
419 | clear: left; |
---|
420 | height:0px; |
---|
421 | _display:none; |
---|
422 | } |
---|
423 | |
---|
424 | #piecesjointes li { |
---|
425 | clear: left; |
---|
426 | } |
---|
427 | |
---|
428 | #video .listagelogo,#piecesjointes .listagelogo { |
---|
429 | margin:0; |
---|
430 | overflow: hidden; |
---|
431 | border: 0px; |
---|
432 | } |
---|
433 | |
---|
434 | #piecesjointes .listagebloctexteheader { |
---|
435 | margin-left: 30px; |
---|
436 | height: auto; |
---|
437 | } |
---|
438 | |
---|
439 | /* ---------*/ |
---|
440 | /* le forum */ |
---|
441 | /* ---------*/ |
---|
442 | |
---|
443 | #forum ul ul { |
---|
444 | margin-left: 10px; |
---|
445 | padding-left: 6px; |
---|
446 | border-left: 1px solid black; |
---|
447 | } |
---|
448 | |
---|
449 | #pageforum .formulaire_spip textarea{ |
---|
450 | margin-right:-277px; |
---|
451 | } |
---|
452 | |
---|
453 | /* ------------------------------*/ |
---|
454 | /* specifique a la page rubrique */ |
---|
455 | /* ------------------------------*/ |
---|
456 | |
---|
457 | #artinrub, #rubinrub { |
---|
458 | height: auto; |
---|
459 | padding: 5px 10px 10px 0px; |
---|
460 | margin: 5px 0px 0px 0px; |
---|
461 | } |
---|
462 | |
---|
463 | #rubinrub li, #artinrub li { |
---|
464 | margin-bottom: 20px; |
---|
465 | } |
---|
466 | |
---|
467 | #rubinrub .listagedescriptif, #artinrub .listagedescriptif { |
---|
468 | margin: 0px; |
---|
469 | padding: 0px; |
---|
470 | } |
---|
471 | |
---|
472 | /* ------------------------------*/ |
---|
473 | /* specifique a la page sommaire */ |
---|
474 | /* ------------------------------*/ |
---|
475 | #pagesommaire #separateur { |
---|
476 | display:none; |
---|
477 | } |
---|
478 | #pagesommaire #corps { |
---|
479 | border-top:5px solid #f5901e; |
---|
480 | } |
---|
481 | |
---|
482 | #edito h1 { |
---|
483 | font-size: 150%; |
---|
484 | margin: 0px 0px 2px 0px; |
---|
485 | letter-spacing: 0.1px; |
---|
486 | } |
---|
487 | #edito #corps h2{ |
---|
488 | border-bottom:none; |
---|
489 | margin: 10px 0 10px 0; |
---|
490 | padding-top: 5px; |
---|
491 | background:none; |
---|
492 | } |
---|
493 | |
---|
494 | #edito .texte { |
---|
495 | text-align: justify; |
---|
496 | } |
---|
497 | |
---|
498 | #edito .chapeau { |
---|
499 | margin: 0px 0px 2px 0px; |
---|
500 | } |
---|
501 | |
---|
502 | #edito .autreseditos { |
---|
503 | font-variant: normal; |
---|
504 | text-align: right; |
---|
505 | } |
---|
506 | |
---|
507 | .listagetexte { |
---|
508 | text-align: justify; |
---|
509 | line-height: 120%; |
---|
510 | margin:0; |
---|
511 | } |
---|
512 | |
---|
513 | #rubriqueune .dernierart{ |
---|
514 | margin-left:20px; |
---|
515 | } |
---|
516 | |
---|
517 | #rubriqueune .dernierart #corps h4{ |
---|
518 | font-weight:normal; |
---|
519 | } |
---|
520 | |
---|
521 | #corps h4{ |
---|
522 | margin-bottom:6px; |
---|
523 | } |
---|
524 | .listageconteneur .listagetitre{ |
---|
525 | margin-top:0px; |
---|
526 | } |
---|
527 | |
---|
528 | |
---|
529 | /* ----------------------------*/ |
---|
530 | /* specifique a la page auteur */ |
---|
531 | /* ----------------------------*/ |
---|
532 | |
---|
533 | .formauteur { |
---|
534 | text-align:right; |
---|
535 | } |
---|
536 | |
---|
537 | /* ----------------------------*/ |
---|
538 | /* redefinition de tgs de spip */ |
---|
539 | /* ----------------------------*/ |
---|
540 | |
---|
541 | hr.spip{ |
---|
542 | height:1px; |
---|
543 | width:80%; |
---|
544 | border:0; |
---|
545 | text-align-center; |
---|
546 | background-color:black; |
---|
547 | } |
---|
548 | .logo{ |
---|
549 | border:none; |
---|
550 | } |
---|
551 | .spip_logos { |
---|
552 | margin-top:5px; |
---|
553 | } |
---|
554 | |
---|
555 | .spip_documents_left { |
---|
556 | margin: 0 6px 6px 0; |
---|
557 | border: 1px solid white; |
---|
558 | width: auto; |
---|
559 | } |
---|
560 | |
---|
561 | .spip_documents_right { |
---|
562 | margin: 0 0 6px 8px; |
---|
563 | border: 1px solid white; |
---|
564 | width: auto; |
---|
565 | } |
---|
566 | |
---|
567 | .spip_documents_center { |
---|
568 | border: 1px solid white; |
---|
569 | text-align: center; |
---|
570 | padding: 4px; |
---|
571 | margin: auto; |
---|
572 | width: auto; |
---|
573 | } |
---|
574 | |
---|
575 | .spip_doc_titre { |
---|
576 | margin: 3px; |
---|
577 | font-size: 10px; |
---|
578 | text-align: center; |
---|
579 | } |
---|
580 | |
---|
581 | .spip_doc_descriptif { |
---|
582 | font-size: 9px; |
---|
583 | text-align: center; |
---|
584 | line-height: 120%; |
---|
585 | } |
---|
586 | |
---|
587 | |
---|
588 | div.spip_code { |
---|
589 | font-family: courier, sans-serif; |
---|
590 | padding: 10px 10px 10px 10px; |
---|
591 | margin: 10px 5px 10px 5px; |
---|
592 | border: 1px solid #ccc; |
---|
593 | background-color: #efefef; |
---|
594 | } |
---|
595 | |
---|
596 | span.spip_code { |
---|
597 | font-family: courier, sans-serif; |
---|
598 | } |
---|
599 | |
---|
600 | .spip_surligne { |
---|
601 | background-color: yellow; |
---|
602 | } |
---|
603 | |
---|
604 | .formulaire_spip{ |
---|
605 | clear:left; |
---|
606 | } |
---|
607 | |
---|
608 | fieldset{ |
---|
609 | border:none; |
---|
610 | padding:15px 0px 30px 10px; |
---|
611 | width:400px; |
---|
612 | } |
---|
613 | |
---|
614 | fieldset p{ |
---|
615 | margin:10px 0px 0px 0px; |
---|
616 | } |
---|
617 | |
---|
618 | legend{ |
---|
619 | display:none; |
---|
620 | } |
---|
621 | |
---|
622 | #var_login_admin, #recherche .forml, #var_lang_ecrire, #email_auteur, #titre, #url_site, #textarea_1, .forml { |
---|
623 | color:black; |
---|
624 | background-color:#fbffe3; |
---|
625 | border: 1px solid black; |
---|
626 | cursor:default; |
---|
627 | } |
---|
628 | |
---|
629 | .barre{ |
---|
630 | color:black; |
---|
631 | background-color:#f7ffc5; |
---|
632 | border: 1px solid black; |
---|
633 | cursor:default; |
---|
634 | } |
---|