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