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