]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/crao.css
Add generic CSS classes
[SourceForge/phpwiki.git] / themes / Crao / crao.css
1 /**
2  *15 dec 2003
3  *css cree pour le site http://www.crao.net
4  *L Lunati
5  *
6  */
7
8 /*
9  ******************************
10  *****GENERIK
11  ******************************
12  */
13
14 body {
15   background-color: #ccc;/* MODIFY-color */
16   font-family: Helvetica, Verdana, Arial, sans-serif;
17   font-size: 12px ;
18   line-height: 14px ;
19   margin: 0em;
20   padding: 0px;
21   border: 0px none ;
22   color: #000;
23   text-align: left;
24 }
25
26 img {
27   border: 0;
28   vertical-align: middle;
29 }
30
31 table {
32   border-spacing: 0px;
33   /* For Mozilla */
34   empty-cells: show;
35 }
36 a:link, a {/* MODIFY-TXT */
37     color: #33c;
38     text-decoration: underline;
39     background-color: transparent;
40 }
41 a:visited {/* MODIFY-TXT */
42     color: #33c;
43     text-decoration: underline;
44     background-color: transparent;
45 }
46 a:hover {/* MODIFY-TXT */
47     color: #03f;
48     text-decoration:underline;
49     background-color: transparent;
50 }
51 a.wiki, a.wikiadmin, a.named-wiki {
52 }
53 hr {
54     background-color: #ccc;/* MODIFY-color */
55     height: 1px;
56     border: 1px solid #ccc;    /* MODIFY-color */
57 }
58 div.wikitext pre { font-family: monospace; }
59 p {
60     font-size: 1em;
61     margin: 0em;
62     margin-bottom: 1em;
63 }
64
65 /* generic classes ----------------------------------------------- */
66
67 .align-left {text-align: left;}
68 .align-right {text-align: right;}
69 .align-center {text-align: center;}
70   
71 .top {vertical-align: top;}
72
73 .nowrap {white-space: nowrap;}
74
75 .fullwidth { width: 100%; }
76
77 /* --------------------------------------------------------------- */
78
79 /*
80  ******************************
81  *****LISTES
82  ******************************
83  */
84 ul{
85     position: relative;
86     padding : 0px;
87     margin: 0em;
88     font-family: Helvetica, Verdana, Arial, sans-serif;
89     font-size: 100%;
90     line-height: 120%;
91     list-style: inside;
92     background-color: transparent;
93 }
94 ul ul{
95     position:  relative;
96     font-family: Helvetica, Verdana, Arial, sans-serif;
97     font-size: 100%;
98     margin-left: 2em;
99 }
100
101 li.rc-major {
102     list-style: none;
103     display: block;
104     background-color: #fff;/* MODIFY-color */
105     margin: 6px 0px;
106     border: 1px #666 dashed;/* MODIFY-color */
107     padding:0.5ex;
108 }
109
110 li.evenrow{
111  border: 0px;
112  padding:1ex;
113 }
114 li.oddrow{
115  border: 0px;
116  padding:1ex;
117 }
118 li strong{
119   font-weight: normal;
120   background-color: transparent;
121 }
122
123 strong.wiki-summary{
124  display: block;
125  padding:5px 0px;
126   background-color: transparent;
127 }
128
129 li a.wiki-rc-action{
130  display:inline;
131  }
132 li a.wiki-rc-action {
133  border: 0px ;
134 /*border-left: 1.2em solid #FC0;*/
135 /*la puce de dernieres modifs*/
136 }
137 li.rc-major a.wiki {
138   font-size:  1.2em;
139   font-weight: bold;
140 }
141 li>p {
142  display: inline;
143 }
144 p.wiki-rc-action
145 {
146     text-align: center;
147     vertical-align: middle;
148     padding: 5px 5px 5px 5px;
149     border: 1px #000 solid;
150     background-color: transparent;
151 }
152
153 p a.wiki-rc-action
154 {
155     display: inline;
156     padding:0px 10px;
157     font-weight: bold;
158     background-color: transparent;
159 }
160
161 /*
162  ******************************
163  *****HEADER
164  ******************************
165  */
166 #header {
167     background-color: #333;/* MODIFY-color */
168 }
169 #logo {/* MODIFY-TXT */
170     color:  #ccc;
171     display: inline;
172     margin-top: 0px;
173     margin-left: 0px;
174     height: 50px;
175     width:auto;
176     background-color: transparent;
177     font: bolder 67px/50px  Verdana, Arial, Helvetica, sans-serif;
178     letter-spacing: -0.1em;
179 }
180 #logo img {
181     border: 0px;
182 }
183 #logo a {
184     color:  #ccc;
185     font: bolder 67px/50px  Arial, Verdana, Helvetica, sans-serif;
186     text-decoration: none;
187 }
188
189 /*
190  ******************************
191  *****ACTION-BUTTONS
192  ******************************
193  with special IE fix
194  */
195
196 div.ie-actionbuttons {
197     position: relative;
198     height: 22px;
199     right: 0; bottom: 0;
200     margin: 0px;
201     background-color: transparent;
202     background-image: url(images/BG.png);
203     background-repeat: no-repeat;
204     background-position: top right;
205     text-align: right;
206     vertical-align: bottom;
207     padding-left: 2em;
208     padding-right: 1em;
209     padding-top: 0.5ex;
210     padding-bottom: 0.5ex;
211     border: 0px none;
212 }
213
214 #actionbuttons {
215     position: fixed;
216     max-width: 30%;
217     height: 22px;
218     right: 0px; bottom: 0px;
219     margin: 0px;
220     background-color: transparent;
221     background-image: url(images/BG.png);
222     background-position: top left;
223     vertical-align: bottom;
224     padding-left: 2em;
225     padding-right: 1em;
226     padding-top: 0.5ex;
227     padding-bottom: 0.5ex;
228     border: 0px none;
229 }
230 #actionbuttons div { }
231 #actionbuttons a, #actionbuttons a:link {
232     position: relative;
233     display: inline;
234     text-align: right;
235     width: 100%;
236     margin-bottom: 0.5em;
237     margin-top: auto;
238     background-color: transparent;
239     border: 0px;
240 }
241
242 /*
243  ******************************
244  *****CONTENT-ZONE
245  ******************************
246  */
247 #content {
248     margin-top:    0px;
249     margin-left:7%;
250     margin-right: 7%;
251     margin-bottom:7%;
252     background-color: #f2f2f2;/* MODIFY-color */
253     border: 1px #999 solid;/* MODIFY-color */
254     padding-left: 2em;
255     padding-right: 15px;
256     padding-top:   15px;
257     padding-bottom: 0.5ex;
258 }
259 /* titre */
260 div.boxtitrehead {}
261 div.boxtitrehead a.backlinks {}
262 div.wikitext {
263     font-size: 1em;
264     line-height: 130%;
265     text-align: left;
266 }
267 blockquote.mail-style-quote {
268     border-left: #FF9933;/* MODIFY-color */
269     margin: 0em;
270     margin-bottom: 1em;
271     border: 1px solid #FF9933;/* MODIFY-color */
272     padding: 0.5em;
273 }
274 .mail-style-quote blockquote.mail-style-quote {
275     margin-left: 0.3em;
276     margin-bottom : 0em;
277     background-color: transparent;
278     border-style: none;
279     border-left: 2px solid #FF9933;/* MODIFY-color */
280     padding: 0em;
281     padding-left: 0.5em;
282 }
283 blockquote p {
284     margin-top:  0.5ex;
285     margin-bottom: 0.5ex;
286 }
287
288 /*
289  ******************************
290  *****NAVBAR
291  ******************************
292  */
293 .toolbar, input.button, #signin { font-family:Verdana, Arial, Helvetica, sans-serif; }
294
295 div.toolbar{
296   display:block;
297   background-color:#f2f2f2;/* MODIFY-color */
298   border: 1px #666 solid;/* MODIFY-color */
299   margin: 2% 7%;
300 }
301 .toolbar {
302   padding: 0;
303   margin:  0;
304 }
305 .edit-toolbar {
306   padding: 0;
307   margin:  0;
308 }
309 .edit-toolbar img, .edit-toolbar input {
310   background-color: #fff;
311   border: 1px solid ButtonFace;
312 }
313
314 #navbuttons {
315     display: inline;
316 }
317 #navbuttons img{
318     margin:5px 0px 5px 10px;
319 }
320 #navbuttons a:link, #navbuttons a{/* MODIFY-TXT */
321     font-weight: bold;
322     padding-left: 1ex;
323     padding-right: 1ex;
324     color:#333;
325 }
326 #navbuttons a:visited{}
327 #navbuttons a:hover{}
328
329 /*
330  ******************************
331  *****SIGNIN
332  ******************************
333  */
334 #signin{/* MODIFY-TXT */
335     width:  auto;
336     text-align: right;
337     padding-right: 10px;
338     background-color: transparent;
339     color:#ccc;
340     font-size:12px;
341 }
342 #signin form{/* MODIFY-TXT */
343     text-align:  center;
344     padding: 1px;
345     margin: 0px;
346     display: inline;
347 }
348 #signin input{/* MODIFY-TXT */
349     padding: 0px;
350     padding-left: 3px;
351     margin: 0px;
352     font-family:  Verdana, Arial,  Helvetica, sans-serif ;
353     color:#333;
354     font-size: 12px;
355 }
356 #signin input.wikisignin{
357     padding: 0px;
358     margin: 0px;
359     border: 0px none;
360 }
361
362 #signin a.wiki{/* MODIFY-TXT */
363     color:#FFF;
364     background-color: transparent;
365 }
366
367 /*
368  ******************************
369  *****SEARCH
370  ******************************
371  */
372 #search {
373     font-size: 12px;
374     margin: 5px 10px 5px 10px;
375     /*padding-right: 10px;*/
376     float: right;
377 }
378 #search form{
379     text-align:  center;
380     padding: 1px;
381     margin: 0px;
382     display: inline;
383 }
384 #search input{
385     padding: 0px;
386     padding-left: 3px;
387     margin: 0px;
388     font-family:  Verdana, Arial,  Helvetica, sans-serif;
389     color: #333;
390     font-size: 12px;
391 }
392 #search input.wikiaction{
393     padding: 0px;
394     margin: 0px;
395     border: 0px none;
396 }
397 .search-context { background: white; font-style: oblique; }
398 .search-term {
399   background: yellow;
400   font-weight: normal;
401 }
402 #livesearch {
403   height: 13px;
404   width: 100px;
405 }
406 #LSResult {
407   position: absolute;
408   text-align: left;
409   display: none;
410   z-index: 100;
411   background-color: white;
412   border: 1px solid #d0d0d0;
413   font-size: 9px;
414   overflow: hidden;
415 }
416 #LSHighlight {
417   background-color: #f08000;
418 }
419 #LSResult .evenrow {
420   background-color: #f0f0f0;
421 }
422
423 /*
424  ******************************
425  *****MOZ-SIDEBAR
426  ******************************
427  */
428 body.sidebar {
429   font-size: smaller;
430   margin: 0.5em;
431 }
432 body.sidebar div.wikitext {
433   padding: 0.5em;
434 }
435 body.sidebar  { padding-left: 1em; }
436 body.sidebar h2 { margin-top: 0; }
437
438 /*
439  ******************************
440  *****WIKI-FORM
441  ******************************
442  */
443
444 /**
445  * The div inside the wikiadmin upload form does not
446  * have a class yet, so it must be referenced indirectly
447  */
448 /*div.wikiaction { background-color: #f2f2f2; }*/
449  /*div.wikiadmin { background-color: #fee; } */
450 form.wikiadmin div { color: #000; background-color: #f2f2f2; }
451 div.wikiaction, form.wikiadmin div {
452 }
453 /* Prevent buttons from overlapping when the toolbar is wrapped. */
454 a.wikiaction, a.wikiadmin { line-height: 2.6ex; }
455
456 /* Add space between the input field and following buttons, but not after the last button. */
457 div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; }
458
459 /*
460  ******************************
461  *****LINK-ICON
462  ******************************
463  */
464
465 /* Link icons */
466 img.linkicon { vertical-align: middle; }
467 img.rssicon  { vertical-align: baseline; }
468
469 /*
470  ******************************
471  *****ADMIN-ACTION
472  ******************************
473  */
474 a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe {
475     text-decoration: none;
476     font-family: Verdana, Arial, Helvetica, sans-serif;
477 }
478
479 .wikiunsafe {
480     color: #000;
481     background-color: #f2f2f2;/* MODIFY-color */
482 }
483
484 input.wikiadmin  {color: #000; background-color: #fff; }
485
486 /*
487  ******************************
488  *****DIVERS-LINK
489  ******************************
490  */
491
492 /* Unknown links */
493 .wikiunknown, .named-wikiunknown {
494     font-weight: normal;
495     font-size: 100%;
496     background-color: transparent;
497 }
498  /* QuestionMark #600 */
499 .wikiunknown a, .named-wikiunknown a {
500     color: #FFFFFF;
501     background-color: #000000;/* MODIFY-color */
502     text-decoration: none;
503     font-weight: normal;
504     font-size: 1em;
505     padding:  1px;
506     padding-top: 0px;
507     padding-bottom: 0px;
508     border-top: 1px solid #000000;
509     border-bottom: 1px solid #000000;
510     margin-right: 2px;
511 }
512
513 /* Backlinks */
514 .backlinks {
515     text-decoration: underline;
516     background-color: transparent;
517     color: #006;
518 }
519
520
521 /* Interwiki links */
522 .wikipage  { font-weight: bold; }
523 .interwiki { text-decoration: none; }
524 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; }
525 .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; }
526
527 /*
528  ******************************
529  *****HEADING
530  ******************************
531  */
532 h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
533
534 h1 { /* MODIFY-TXT */
535     margin-top:   10px;
536     background-color: transparent;
537     color: #555;
538 }
539
540 h1 a.backlinks{ /* MODIFY-TXT */
541     color: #777;
542     text-decoration:none;
543 }
544 h1 a.wiki{ /* MODIFY-TXT */
545     color: #777;
546     text-decoration:none;
547 }
548 h1 a.pagetitle{ /* MODIFY-TXT */
549     color: #555;
550     text-decoration:none;
551 }
552 h1 a:hover{ /* MODIFY-TXT */
553     color: #888;
554     text-decoration:underline;
555 }
556 h4, h5, h6 {  /* MODIFY-TXT */
557     margin-bottom:   0px;
558     background-color: transparent;
559     color: #111;
560 }
561
562 /*
563  ******************************
564  *****RSS
565  ******************************
566  */
567
568 /* rss feed */
569
570 div.rss {
571     background-color: #fff;
572     color:#000;
573     border: 2px solid #ddd;
574 }
575
576
577 div.feed {
578     font-size: 1.4em;
579     padding: 0.5em;
580 }
581 .chandesc {
582     font-size: 0.9em;
583 }
584
585 div.rssitem {
586     display: block;
587     background-color: #fff;
588     color:#000;
589     border-top: 1px solid #ddd;
590     padding: 0em 0.5em;
591
592 }
593
594 div.itemname {
595     display: block;
596     border: 0px;
597     margin-top: 0.5em;
598 }
599 div.itemdesc {
600     font-size: 1em;
601     margin-bottom: 0.5em;
602 }
603
604 /*
605  ******************************
606  *****TABLES
607  ******************************
608  */
609 table, td { font-family: Verdana, Arial, Helvetica, sans-serif; }
610 caption {
611     font-family: Verdana, Arial, Helvetica, sans-serif;
612     width: auto;
613 }
614 .pagelist {
615     background-color: white;/* MODIFY-color */
616     border:1px #333 dashed;/* MODIFY-color */
617
618 }
619 .pagelist thead, .pagelist thead u {}
620 .pagelist tr.evenrow { background-color: white ;}
621 .pagelist tr.oddrow  { background-color: white; }
622 .pagelist td { padding:3px; }
623 th.gridbutton {
624   background-color: ThreeDLightShadow;
625   color: black;
626   font-size: small;
627   font-weight: normal;
628   font-family: Tahoma, Arial, Helvetica, sans-serif;
629   height: 18px;
630   margin: 5px 0px;
631   float: none;
632   white-space: nowrap;
633   max-height: 24px;
634   padding: 5px 0px 5px 0px;
635   border-width: 1px;
636   border-style: solid;
637   border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
638 }
639 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
640   text-decoration: none;
641   font-size: small;
642   font-weight: normal;
643   font-family: Tahoma, Arial, Helvetica, sans-serif;
644   background-color: ThreeDLightShadow;
645   color: black;
646 }
647
648 .wikilink{
649     display:block;
650 }
651
652 #revision{
653     font-size:10px;
654     text-align:right;
655     background-color: #f2f2f2;/* MODIFY-color */
656     /* "paper" borders */
657     padding-left: 2em;
658     padding-right: 1em;
659     padding-top:    0.5ex;
660     padding-bottom: 0.5ex;
661     clear: both;
662 }
663
664 .editdate {
665     font-family: Arial, Helvetica, sans-serif;
666     margin: 0;
667     padding: 0;
668     padding-top: 0.25ex;
669 }
670 #xhtml-validator
671 {
672     font-size: small;
673     text-align: center;
674     margin-top: 1em;
675 }
676
677
678 /*
679  ******************************
680  *****EDIT-PAGE
681  ******************************
682  */
683 form { margin: 0; }
684 input, textarea {
685     margin: 0.1em;
686     background-color: #FFF;
687     vertical-align: middle;
688     font-size: 1em;
689 }
690 input.wikisignin{
691     border: 0px none;
692     background-color:#FFF;
693 }
694 input.wikiaction{
695     border: 1px solid black;
696     background-color:#D7FA8C;
697 }
698 input.numeric { text-align: center; }
699 /* Make the textarea the full page width */
700 textarea.wikiedit {
701     width: 90%;
702     margin: 0.5ex;
703     padding: 2px;
704     font-family: Verdana, Arial, Helvetica, sans-serif;
705 }
706
707 #editarea-size {
708     margin-top: 1ex;
709     margin-bottom: -1ex;
710     text-align: right;
711     font-size: smaller;
712     border: 1px none;
713 }
714 #editarea-size legend{
715     text-align: right;
716     font-size: smaller;
717     border: 1px solid #CCC;
718     background-color: #ccc;
719 }
720 .editarea legend{
721     font-family: Verdana, Helvetica, Arial, sans-serif;
722     font-size: 1em;
723     line-height: 1em;
724     padding: 0.2em;
725     border: 1px solid #333;
726     background-color: #eee;
727 }
728 fieldset.editarea {
729     margin : 1ex;
730     margin-top: 1em;
731     text-align: center;
732     padding : 10px;
733     border: 1px solid #333;
734     background-color: #E8E8E5;
735 }
736 fieldset.toolbar {
737     margin : 1ex;
738     margin-top: 0em;
739     text-align: center;
740     padding : 3px;
741     border: 1px solid #FFF;
742     background-color: #FFF;
743 }
744
745 /* IncludePage plugin ================================================= */
746
747 .transclusion-title {
748     text-align: right;
749     font-style: oblique;
750     font-size:  smaller;
751     text-decoration: underline;
752     margin-bottom: 0.25ex;
753     margin-right:  0.25em;
754 }
755 .transclusion, .wiki-edithelp {
756     font-size: smaller;
757 }
758 .transclusion {
759     border: 1px solid gray;/* MODIFY-color */
760     padding-left:  0.8em;
761     padding-right: 0.8em;
762     padding-top:     0px;
763     padding-bottom:  0px;
764     margin-left:   0.25em;
765     margin-right:  0.25em;
766     margin-bottom: 0.1ex;
767 }
768 .wiki-edithelp {
769     background-color: white;
770     border: medium solid #fff8dc; /* MODIFY-color */
771     padding-left:  0.5em;
772     padding-right: 0.5em;
773     padding-top:    0.75ex;
774     padding-bottom: 0.75ex;
775     margin-left:  0;
776     margin-right: 0;
777     margin-top: 1ex;
778     margin-bottom: 1ex;
779 }
780 .wiki-edithelp .wiki {
781     /* color: #5454ff;*/
782 }
783 .wiki-edithelp p {
784     font-family: Verdana, Helvetica, Arial, sans-serif;
785     padding-left:  0.5em;
786     padding-right: 0.5em;
787     padding-top:    0.5ex;
788     padding-bottom: 0.5ex;
789     margin: 0;
790 }
791
792
793
794 /*
795  ******************************
796  *****CALENDAR
797  ******************************
798  */
799
800 table.cal {
801     float:right;
802     font-size:10px;
803     border: 1px solid #333;
804     background-color: #ccc;/* MODIFY-color */
805     margin: 10px;
806     padding: 1px;
807     /* For Mozilla */
808     empty-cells: hide;}
809
810 /* cells */
811 table.cal td {
812     text-align: right;
813 }
814
815 /* Month-name header */
816 table.cal-header { /* MODIFY-TXT */
817 font-size: larger;
818 background-color: #333;/* MODIFY-color */
819 color: #f2f2f2;}
820 table.cal-header tr, table.cal-header td { text-align: center; }
821 .cal-arrow {/* MODIFY-TXT */
822     font-weight: bold;
823     text-decoration: none;
824     color: #fff;
825 }
826 a.cal-arrow {/* MODIFY-TXT */
827     color:#fff;
828 }
829
830 /* Day-names header */
831 table.cal tbody tr .cal-dayname {  }
832
833 .cal-dayname td {
834  text-align: center;
835     font-size: smaller;
836     text-decoration: none;
837     background-color: #f2f2f2;/* MODIFY-color */
838 }
839
840 /* Individual days */
841 a.cal-hide {
842  font-size: 9px;
843 text-decoration: none; }
844
845 /* Today */
846  /* cell */
847 table.cal td.cal-today {
848     margin: 1px;
849     border: 1px solid #333;/* MODIFY-color */
850     color: #000;
851     background-color: #f2f2f2;/* MODIFY-color */
852 }
853  /* text */
854 table.cal td.cal-day a.cal-day {font-size: 9px;
855 text-decoration: underline; }
856
857 /*
858  ******************************
859  *****DIFF
860  ******************************
861  */
862
863 .diff .block div { position: relative; padding-left: 1.5em; }
864 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
865 /* main box */
866 .diff {
867 color: #000;
868     background-color: transparent;
869     border: 1px solid black;
870 }
871 .diff .block {
872 color: #000;
873     background-color: #ccc;
874     padding-left: 1em;
875 }
876
877 /* individual blocks */
878 .diff .context {
879 color: #000;
880     background-color: transparent;
881     border: none;
882 }
883 /* + - line prefix */
884 .diff .block tt {
885     font-weight: normal;
886     font-family: monospace;
887     color: black;
888     background-color: transparent;
889     margin-left: 0;
890     border: none;
891 }
892 /* changed words */
893 .diff del, .diff ins {
894     font-weight: bold;
895     text-decoration: none;
896 }
897
898 /* blocks containing deleted or added words */
899 .diff .original, .diff .deleted,
900 .diff .final, .diff .added {
901 color: #000;
902     background-color: white;
903 }
904 /* blocks containing deleted words */
905 .diff .original, .diff .deleted {
906 color: #000;
907     background-color: #fcc;
908     border: none;
909 }
910 /* blocks containing added words */
911 .diff .final, .diff .added {
912 color: #000;
913     background-color: #cfc;
914     border: none;
915 }
916
917 /* deleted words */
918 .diff del {color: #000; background-color: #f99; }
919 /* added words */
920 .diff ins {color: #000; background-color: #9f9; }
921
922 /*
923  ******************************
924  *****INFO-HISTORY
925  ******************************
926  */
927 td.pageinfo { font-weight: bold; }
928 .pageinfo-minoredit, .pageinfo-authorid {
929     font-size: smaller;
930     font-style: oblique;
931 }
932
933 /*
934  ******************************
935  *****HINTS
936  ******************************
937  */
938 .hint {
939     color: black;
940     background-color: #eeeeee;
941     font-size: smaller;
942     margin-left: 5em;
943     /* padding: -0.5em 0 -0.5em; */
944     border: thin solid #aaaaaa;
945 }
946
947 /*
948  ******************************
949  *****CLEAR
950  ******************************
951  */
952
953 #clear
954     {
955     clear                : both;
956     margin                : 0px;
957     margin-top            : -7px;
958     padding                : 2px;
959     text-align            : center;
960     color                : #000;
961     background-color    : #FFF;
962     border                : solid 0px;
963 }
964 /* reset post NN4 */
965 /*/*/
966 #clear
967     {
968     margin-top            : 0px;
969 }
970
971
972 /*
973  ******************************
974  *****IMG-HACK
975  ******************************
976  */
977 img.inlineimage{
978     border: 0px;
979     vertical-align: middle;
980     margin : 0px 5px 0px 5px;
981 }
982 em > img.inlineimage{
983     float: left;
984     border: 0px;
985     vertical-align: middle;
986     margin : 5px 15px 15px 0px;
987 }
988
989 strong > img.inlineimage{
990     float: right;
991     border: 0px;
992     vertical-align: middle;
993     margin : 5px 0px 15px 15px;
994 }
995
996 /*
997  ******************************
998  *****WIKI-BLOG
999  ******************************
1000  */
1001
1002 h2.wikiblog-heading {
1003     font-size: 2em;
1004     padding-bottom: 0.5em;
1005     border-bottom: 2px solid gray;/* MODIFY-color */
1006 }
1007
1008 /*
1009  ******************************
1010  *****OTHER
1011  ******************************
1012  */
1013
1014 .interwiki-map thead td { text-decoration: underline; }
1015 .printer { display: none; }
1016
1017 .error {
1018     color: black;
1019     background-color: #eee;
1020     margin-top:    1em;
1021     margin-bottom: 1em;
1022     padding-left:  0.8em;
1023     padding-right: 0.8em;
1024     padding-top:    0.8ex;
1025     padding-bottom: 0;
1026     border: medium solid red;
1027     clear: both;
1028 }
1029
1030 /* Debug */
1031 .debug {
1032     color: black;
1033     background-color: transparent;
1034     font-family: monospace;
1035     font-size: smaller;
1036     margin: 1ex 0;
1037     padding: 0.5ex 0.5em;
1038 }
1039
1040 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
1041
1042 /*
1043  * table class="boxed"
1044  * will put a border around the table (but not around the cells)
1045  *
1046  * table class="bordered"
1047  * will put a border around the table and the cells
1048  *
1049  * In both cases, the caption will be bold and centered under the table
1050  *
1051  * In both cases, the headers (th) will have a "#d8d8d8" background
1052  */
1053
1054 table.boxed, table.bordered, table.bordered th, table.bordered td {
1055     border-width: 1px;
1056     border-style: solid;
1057     border-collapse: collapse;
1058     vertical-align: top;
1059 }
1060
1061 table.boxed td, table.bordered td,
1062 table.boxed th, table.bordered th {
1063     padding-left: 5px;
1064     padding-right: 5px;
1065     padding-top: 0px;
1066     padding-bottom: 0px;
1067 }
1068
1069 table.boxed caption, table.bordered caption {
1070     text-align: center;
1071     font-weight: bold;
1072     caption-side: bottom;
1073     padding-top: 0.8em;
1074 }
1075
1076 table.boxed th, table.bordered th {
1077     font-weight: bold;
1078     background-color: #d8d8d8;
1079 }
1080
1081 /* For emacs users
1082  *
1083  * Local Variables:
1084  * mode: c
1085  * c-file-style: cc-mode
1086  * tab-width: 8
1087  * c-hanging-comment-ender-p: nil
1088  * indent-tabs-mode: nil
1089  * End:
1090  */