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