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