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