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 #430000; |
---|
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 #430000; |
---|
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 #430000; |
---|
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 #430000; |
---|
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 #430000; |
---|
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:#640e0e; |
---|
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-image:url(bg.jpg); |
---|
142 | background-repeat:repeat; |
---|
143 | |
---|
144 | } |
---|
145 | img{ |
---|
146 | behavior: url("win_png.htc"); |
---|
147 | } |
---|
148 | a { |
---|
149 | color: #c90000; |
---|
150 | text-decoration: none; |
---|
151 | } |
---|
152 | |
---|
153 | a:hover { |
---|
154 | color:#fb1b1b; |
---|
155 | text-decoration:underline; |
---|
156 | } |
---|
157 | |
---|
158 | ul, li { |
---|
159 | list-style-type: none; |
---|
160 | padding: 0; |
---|
161 | margin: 0; |
---|
162 | } |
---|
163 | |
---|
164 | a img { |
---|
165 | border:none; |
---|
166 | } |
---|
167 | /*------------------------*/ |
---|
168 | /* fond du bloc principal */ |
---|
169 | /*------------------------*/ |
---|
170 | #chemin { |
---|
171 | font-weight: normal; |
---|
172 | font-size:10px; |
---|
173 | color:black; |
---|
174 | font-weight:bold; |
---|
175 | } |
---|
176 | |
---|
177 | #footer { |
---|
178 | text-align: center; |
---|
179 | text-transform: lowercase; |
---|
180 | } |
---|
181 | |
---|
182 | #footer img { |
---|
183 | border: 0px; |
---|
184 | margin:12px 15px 0 15px; |
---|
185 | |
---|
186 | } |
---|
187 | |
---|
188 | #footer p { |
---|
189 | margin:0px; |
---|
190 | } |
---|
191 | |
---|
192 | /*--------------------*/ |
---|
193 | /* listage contextuel */ |
---|
194 | /*--------------------*/ |
---|
195 | |
---|
196 | #contextes { |
---|
197 | font-family:Helvetica, Arial, sans-serif; |
---|
198 | color: #000; |
---|
199 | } |
---|
200 | |
---|
201 | #contextes H2 { |
---|
202 | color:black; |
---|
203 | font-size:14px; |
---|
204 | font-weight:bold; |
---|
205 | letter-spacing: 0.05em; |
---|
206 | margin: 10px 0px 6px 0px; |
---|
207 | padding: 8px 10px 8px 10px; |
---|
208 | text-transform:uppercase; |
---|
209 | } |
---|
210 | |
---|
211 | #contextes ul ul { |
---|
212 | list-style: none; |
---|
213 | margin: 0 0 18px 0; |
---|
214 | padding: 0px 10px 8px 10px; |
---|
215 | |
---|
216 | } |
---|
217 | |
---|
218 | #menuhasard ul { |
---|
219 | text-align: center; |
---|
220 | } |
---|
221 | |
---|
222 | #contextes ul ul li { |
---|
223 | padding: 2px 0px 2px 0px; |
---|
224 | } |
---|
225 | |
---|
226 | .formrecherche { |
---|
227 | margin: 0; |
---|
228 | padding: 0; |
---|
229 | } |
---|
230 | |
---|
231 | /* corps du texte */ |
---|
232 | |
---|
233 | .logo { |
---|
234 | float: left; |
---|
235 | margin: 0 10px 10px 0; |
---|
236 | border: 1px solid #999; |
---|
237 | } |
---|
238 | |
---|
239 | .sursoustitre { |
---|
240 | color: #2f1200; |
---|
241 | letter-spacing: 0.2em; |
---|
242 | } |
---|
243 | |
---|
244 | h1 { |
---|
245 | font-size:180%; |
---|
246 | font-weight:bold; |
---|
247 | color: black; |
---|
248 | line-height: 160%; |
---|
249 | margin-top:0px; |
---|
250 | padding-top:4px; |
---|
251 | margin-bottom:2px; |
---|
252 | border-bottom:1px solid #640e0e; |
---|
253 | display:inline; |
---|
254 | } |
---|
255 | |
---|
256 | .dateauteurs { |
---|
257 | color: #ae1919; |
---|
258 | margin-top:10px; |
---|
259 | margin-bottom:40px; |
---|
260 | } |
---|
261 | |
---|
262 | .chapeau { |
---|
263 | margin: 10px 40px 10px 0px; |
---|
264 | font-weight: bold; |
---|
265 | letter-spacing:0.1em; |
---|
266 | color:black; |
---|
267 | clear:left; |
---|
268 | } |
---|
269 | |
---|
270 | .texte { |
---|
271 | font-family:verdana; |
---|
272 | line-height: 150%; |
---|
273 | text-align: justify; |
---|
274 | clear: left; |
---|
275 | font-size:11px; |
---|
276 | color:black; |
---|
277 | } |
---|
278 | |
---|
279 | .ps { |
---|
280 | margin: 12px 0px 6px 0px; |
---|
281 | color:#333; |
---|
282 | } |
---|
283 | |
---|
284 | h3 { |
---|
285 | margin: 30px 0 1px 0; |
---|
286 | font-weight: normal; |
---|
287 | font-size:15px; |
---|
288 | line-height: 120%; |
---|
289 | text-align: left; |
---|
290 | text-transform:uppercase; |
---|
291 | } |
---|
292 | |
---|
293 | /* ------------------------------------------------------------------------------------ |
---|
294 | style general des listes : |
---|
295 | page article : pieces jointes, forum |
---|
296 | page rubrique : liste d'article et de sous rubriques |
---|
297 | page sommaire : article et rubriques a la une, derniers articles breves liens forum |
---|
298 | ------------------------------------------------------------------------------------ */ |
---|
299 | |
---|
300 | #corps h2 { |
---|
301 | font-size:14px; |
---|
302 | letter-spacing: 0.1em; |
---|
303 | margin: 10px 0 0 0; |
---|
304 | padding: 15px 0px 0px 0px; |
---|
305 | color: black; |
---|
306 | text-weight:bold; |
---|
307 | text-align:right; |
---|
308 | border-bottom:2px thin #500303; |
---|
309 | clear:left; |
---|
310 | } |
---|
311 | |
---|
312 | #corps h2:before{ |
---|
313 | color:#640e0e; |
---|
314 | content:"# "; |
---|
315 | } |
---|
316 | |
---|
317 | .listageconteneur { |
---|
318 | |
---|
319 | margin: 0px 0px 12px 0px; |
---|
320 | } |
---|
321 | #rubinrub .listageconteneur li{ |
---|
322 | min-height:60px; |
---|
323 | } |
---|
324 | #corps .listageconteneur li{ |
---|
325 | background:#d6c8aa; |
---|
326 | background-image:none; |
---|
327 | } |
---|
328 | |
---|
329 | .listagetitre a { |
---|
330 | margin: 24px 0px 8px 0px; |
---|
331 | font-size:16px; |
---|
332 | text-decoration:none; |
---|
333 | color:#640e0e; |
---|
334 | } |
---|
335 | |
---|
336 | .listagetitre a:hover { |
---|
337 | color:#852020; |
---|
338 | border-bottom:none; |
---|
339 | background-color:transparent; |
---|
340 | } |
---|
341 | |
---|
342 | .listagetexte { |
---|
343 | margin: 2px 0px 2px 0px; |
---|
344 | color:#222; |
---|
345 | } |
---|
346 | |
---|
347 | .listagelogo { |
---|
348 | border: 2px solid white; |
---|
349 | } |
---|
350 | |
---|
351 | #audio .listagelogo { |
---|
352 | border:none; |
---|
353 | } |
---|
354 | |
---|
355 | .listagelogo .spip_logos, .vignette .spip_logos { |
---|
356 | border:none; |
---|
357 | margin-top:0px; |
---|
358 | } |
---|
359 | |
---|
360 | .listageinfo { |
---|
361 | font-family:verdana; |
---|
362 | font-size:9px; |
---|
363 | margin-bottom:7px; |
---|
364 | color:#ae1919; |
---|
365 | } |
---|
366 | |
---|
367 | .listagedate { |
---|
368 | margin: 2px 0 2px 0; |
---|
369 | } |
---|
370 | |
---|
371 | .listagedescriptif { |
---|
372 | margin: 2px 0 10px 0; |
---|
373 | text-align: justify; |
---|
374 | } |
---|
375 | |
---|
376 | .listagerepondre { |
---|
377 | text-align: right; |
---|
378 | margin: 30px 10px 5px 0; |
---|
379 | } |
---|
380 | .listagerepondre:before{ |
---|
381 | content:">> "; |
---|
382 | color:#430000; |
---|
383 | } |
---|
384 | |
---|
385 | /* -------------------*/ |
---|
386 | /* rubriques a la une */ |
---|
387 | /* -------------------*/ |
---|
388 | |
---|
389 | |
---|
390 | #rubriqueune .listagetitregeneral { |
---|
391 | color: #666; |
---|
392 | } |
---|
393 | |
---|
394 | #rubriqueune .dernierart { |
---|
395 | padding: 10px 0px 0px 0px; |
---|
396 | margin: 10px 0px 0px 0px; |
---|
397 | } |
---|
398 | |
---|
399 | #rubriqueune .infodernart { |
---|
400 | line-height: 120%; |
---|
401 | font-style: normal; |
---|
402 | margin: 4px 0px 4px 0px; |
---|
403 | } |
---|
404 | |
---|
405 | #rubriqueune .titredernart { |
---|
406 | line-height: 120%; |
---|
407 | } |
---|
408 | |
---|
409 | #rubriqueune .textedernart { |
---|
410 | line-height: 120%; |
---|
411 | margin: 4px 0px 0px 0px; |
---|
412 | } |
---|
413 | |
---|
414 | /* ---------------*/ |
---|
415 | /* pieces jointes */ |
---|
416 | /* ---------------*/ |
---|
417 | |
---|
418 | |
---|
419 | .clearer { |
---|
420 | clear: left; |
---|
421 | height:0px; |
---|
422 | _display:none; |
---|
423 | } |
---|
424 | |
---|
425 | #piecesjointes li { |
---|
426 | clear: left; |
---|
427 | } |
---|
428 | |
---|
429 | #video .listagelogo,#piecesjointes .listagelogo { |
---|
430 | margin:0; |
---|
431 | overflow: hidden; |
---|
432 | border: 0px; |
---|
433 | } |
---|
434 | |
---|
435 | #piecesjointes .listagebloctexteheader { |
---|
436 | margin-left: 30px; |
---|
437 | height: auto; |
---|
438 | } |
---|
439 | |
---|
440 | /* ---------*/ |
---|
441 | /* le forum */ |
---|
442 | /* ---------*/ |
---|
443 | |
---|
444 | #forum ul ul { |
---|
445 | margin-left: 10px; |
---|
446 | padding-left: 6px; |
---|
447 | border-left: 1px solid black; |
---|
448 | } |
---|
449 | |
---|
450 | #pageforum .formulaire_spip textarea{ |
---|
451 | margin-right:-277px; |
---|
452 | } |
---|
453 | |
---|
454 | /* ------------------------------*/ |
---|
455 | /* specifique a la page rubrique */ |
---|
456 | /* ------------------------------*/ |
---|
457 | |
---|
458 | #artinrub, #rubinrub { |
---|
459 | height: auto; |
---|
460 | padding: 5px 10px 10px 0px; |
---|
461 | margin: 5px 0px 0px 0px; |
---|
462 | } |
---|
463 | |
---|
464 | #rubinrub li, #artinrub li { |
---|
465 | margin-bottom: 20px; |
---|
466 | } |
---|
467 | |
---|
468 | #rubinrub .listagedescriptif, #artinrub .listagedescriptif { |
---|
469 | margin: 0px; |
---|
470 | padding: 0px; |
---|
471 | } |
---|
472 | |
---|
473 | /* ------------------------------*/ |
---|
474 | /* specifique a la page sommaire */ |
---|
475 | /* ------------------------------*/ |
---|
476 | #pagesommaire #separateur { |
---|
477 | display:none; |
---|
478 | } |
---|
479 | #pagesommaire #corps { |
---|
480 | border-top:5px solid #430000; |
---|
481 | } |
---|
482 | |
---|
483 | #edito h1 { |
---|
484 | font-size: 150%; |
---|
485 | margin: 0px 0px 2px 0px; |
---|
486 | letter-spacing: 0.1px; |
---|
487 | } |
---|
488 | #edito #corps h2{ |
---|
489 | border-bottom:none; |
---|
490 | margin: 10px 0 10px 0; |
---|
491 | padding-top: 5px; |
---|
492 | background:none; |
---|
493 | } |
---|
494 | |
---|
495 | #edito .texte { |
---|
496 | text-align: justify; |
---|
497 | } |
---|
498 | |
---|
499 | #edito .chapeau { |
---|
500 | margin: 0px 0px 2px 0px; |
---|
501 | } |
---|
502 | |
---|
503 | #edito .autreseditos { |
---|
504 | font-variant: normal; |
---|
505 | text-align: right; |
---|
506 | } |
---|
507 | |
---|
508 | .listagetexte { |
---|
509 | text-align: justify; |
---|
510 | line-height: 135%; |
---|
511 | margin:0; |
---|
512 | } |
---|
513 | |
---|
514 | #rubriqueune .dernierart{ |
---|
515 | margin-left:20px; |
---|
516 | } |
---|
517 | |
---|
518 | #rubriqueune .dernierart #corps h4{ |
---|
519 | font-weight:normal; |
---|
520 | } |
---|
521 | |
---|
522 | #corps h4{ |
---|
523 | margin-bottom:6px; |
---|
524 | } |
---|
525 | .listageconteneur .listagetitre{ |
---|
526 | margin-top:0px; |
---|
527 | } |
---|
528 | |
---|
529 | |
---|
530 | /* ----------------------------*/ |
---|
531 | /* specifique a la page auteur */ |
---|
532 | /* ----------------------------*/ |
---|
533 | |
---|
534 | .formauteur { |
---|
535 | text-align:right; |
---|
536 | } |
---|
537 | |
---|
538 | /* ----------------------------*/ |
---|
539 | /* redefinition de tgs de spip */ |
---|
540 | /* ----------------------------*/ |
---|
541 | |
---|
542 | hr.spip{ |
---|
543 | height:1px; |
---|
544 | width:80%; |
---|
545 | border:0; |
---|
546 | text-align-center; |
---|
547 | background-color:black; |
---|
548 | } |
---|
549 | .logo{ |
---|
550 | border:none; |
---|
551 | } |
---|
552 | .spip_logos { |
---|
553 | margin-top:5px; |
---|
554 | } |
---|
555 | |
---|
556 | .spip_documents_left { |
---|
557 | margin: 0 6px 6px 0; |
---|
558 | border: 1px solid white; |
---|
559 | width: auto; |
---|
560 | } |
---|
561 | |
---|
562 | .spip_documents_right { |
---|
563 | margin: 0 0 6px 8px; |
---|
564 | border: 1px solid white; |
---|
565 | width: auto; |
---|
566 | } |
---|
567 | |
---|
568 | .spip_documents_center { |
---|
569 | border: 1px solid white; |
---|
570 | text-align: center; |
---|
571 | padding: 4px; |
---|
572 | margin: auto; |
---|
573 | width: auto; |
---|
574 | } |
---|
575 | |
---|
576 | .spip_doc_titre { |
---|
577 | margin: 3px; |
---|
578 | font-size: 10px; |
---|
579 | text-align: center; |
---|
580 | } |
---|
581 | |
---|
582 | .spip_doc_descriptif { |
---|
583 | font-size: 9px; |
---|
584 | text-align: center; |
---|
585 | line-height: 120%; |
---|
586 | } |
---|
587 | |
---|
588 | |
---|
589 | div.spip_code { |
---|
590 | font-family: courier, sans-serif; |
---|
591 | padding: 10px 10px 10px 10px; |
---|
592 | margin: 10px 5px 10px 5px; |
---|
593 | border: 1px solid #ccc; |
---|
594 | background-color: #efefef; |
---|
595 | } |
---|
596 | |
---|
597 | span.spip_code { |
---|
598 | font-family: courier, sans-serif; |
---|
599 | } |
---|
600 | |
---|
601 | .spip_surligne { |
---|
602 | background-color: yellow; |
---|
603 | } |
---|
604 | |
---|
605 | .formulaire_spip{ |
---|
606 | clear:left; |
---|
607 | } |
---|
608 | |
---|
609 | fieldset{ |
---|
610 | border:none; |
---|
611 | padding:15px 0px 30px 10px; |
---|
612 | width:400px; |
---|
613 | } |
---|
614 | |
---|
615 | fieldset p{ |
---|
616 | margin:10px 0px 0px 0px; |
---|
617 | } |
---|
618 | |
---|
619 | legend{ |
---|
620 | display:none; |
---|
621 | } |
---|
622 | |
---|
623 | #var_login_admin, #recherche .forml, #var_lang_ecrire, #email_auteur, #titre, #url_site, #textarea_1, .forml { |
---|
624 | color:black; |
---|
625 | background-color:#d6c8aa; |
---|
626 | border: 1px solid black; |
---|
627 | cursor:default; |
---|
628 | } |
---|
629 | |
---|
630 | .barre{ |
---|
631 | color:black; |
---|
632 | background-color:#f7ffc5; |
---|
633 | border: 1px solid black; |
---|
634 | cursor:default; |
---|
635 | } |
---|