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