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