]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/crao.css
Add missing plugin styles
[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 .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 /*
602 *le lien rss HEADING
603 */
604 .tightenable h2 {/* MODIFY-TXT */
605         font-size: 12px;
606         color: #888;
607         font-weight: bold;
608 }
609
610 /* rss feed */
611
612 div.rss {
613         background-color: #fff;
614         color:#000;
615         border: 2px solid #ddd;
616 }
617
618
619 div.feed {
620         font-size: 1.4em;
621         padding: 0.5em;
622 }
623 .chandesc {
624         font-size: 0.9em;
625 }
626
627 div.rssitem {
628         display: block;
629         background-color: #fff;
630         color:#000;
631         border-top: 1px solid #ddd;
632         padding: 0em 0.5em;
633         
634 }
635
636 div.itemname {
637         display: block;
638         border: 0px;
639         margin-top: 0.5em;
640 }
641 div.itemdesc {
642         font-size: 1em;
643         margin-bottom: 0.5em;
644 }
645
646
647
648 /*
649  ******************************
650  *****TABLES
651  ******************************
652  */
653 table, td { font-family: Verdana, Arial, Helvetica, sans-serif; }
654 caption { 
655         font-family: Verdana, Arial, Helvetica, sans-serif;
656         width: auto;
657 }
658 .pagelist {
659         background-color: white;/* MODIFY-color */
660         border:1px #333 dashed;/* MODIFY-color */
661
662 }
663 .pagelist thead, .pagelist thead u {}
664 .pagelist tr.evenrow { background-color: white ;}
665 .pagelist tr.oddrow  { background-color: white; }
666 .pagelist td { padding:3px; }
667 th.gridbutton {
668   background-color: threedlightshadow;
669   color: black;
670   font-size: small;
671   font-weight: normal;
672   /*font-style: menu;*/
673   font-family: Tahoma, sans-serif, Arial, Helvetica;
674   height: 18px;
675   margin: 5px 0px;
676   float: none;
677   white-space: nowrap;
678   max-height: 24px;
679   padding: 5px 0px 5px 0px;
680   border-width: 1px;
681   border-style: solid;
682   border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight;
683 }
684 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
685   text-decoration: none;
686   font-size: small;
687   font-weight: normal;
688   /*font-style: menu;*/
689   font-family: Tahoma, sans-serif, Arial, Helvetica;
690   background-color: threedlightshadow;
691   color: black;
692 }
693
694 .wikilink{
695         display:block;
696 }
697
698 #revision{
699         font-size:10px;
700         text-align:right;
701         background-color: #f2f2f2;/* MODIFY-color */
702         /* "paper" borders */
703         padding-left: 2em; 
704         padding-right: 1em;
705         padding-top:    0.5ex;
706         padding-bottom: 0.5ex;
707         /*This breaks Netscape 4: (display does not go full width).
708          * width: auto;
709          */
710         clear: both;
711 }
712
713 .editdate {
714         font-family: Arial, Helvetica, sans-serif;
715         margin: 0;
716         padding: 0;
717         padding-top: 0.25ex;
718 }
719 #xhtml-validator
720 {
721         font-size: small;
722         text-align: center;
723         margin-top: 1em;
724 }
725
726
727 /*
728  ******************************
729  *****EDIT-PAGE
730  ******************************
731  */
732 form { margin: 0; }
733 input, textarea { 
734         margin: 0.1em; 
735         background-color: #FFF;
736         vertical-align: middle;
737         font-size: 1em;
738 }
739 input.wikisignin{
740         border: 0px none;
741         background-color:#FFF;
742 }
743 input.wikiaction{
744         border: 1px solid black;
745         background-color:#D7FA8C;
746 }
747 input.numeric { text-align: center; }
748 /* Make the textarea the full page width */
749 textarea.wikiedit {
750         width: 90%;
751         margin: 0.5ex;
752         padding: 2px;
753         font-family: Verdana, Arial, Helvetica, sans-serif;
754 }
755
756 #editarea-size {
757         margin-top: 1ex;
758         margin-bottom: -1ex;
759         text-align: right;
760         font-size: smaller;
761         border: 1px none;
762 }
763 #editarea-size legend{
764         text-align: right;
765         font-size: smaller;
766         border: 1px solid #CCC;
767         background-color: #ccc;
768 }
769 .editarea legend{
770         font-family: Verdana, Helvetica, Arial;
771         font-size: 1em;
772         line-height: 1em;
773         padding: 0.2em;
774         border: 1px solid #333;
775         background-color: #eee;
776         text-align:;
777 }
778 fieldset.editarea {
779         margin : 1ex;
780         margin-top: 1em;
781         text-align: center;
782         padding : 10px;
783         border: 1px solid #333;
784         background-color: #E8E8E5;
785 }
786 fieldset.toolbar {
787         margin : 1ex;
788         margin-top: 0em;
789         text-align: center;
790         padding : 3px;
791         border: 1px solid #FFF;
792         background-color: #FFF;
793 }
794
795 /*
796  ******************************
797  *****INCLUDE-PAGE
798  ******************************
799  */
800
801 /* IncludePage plugin */
802 .transclusion-title {
803         text-align: right;
804         font-style: oblique;
805         font-size:  smaller;
806         text-decoration: underline;
807         margin-bottom: 0.25ex;
808         margin-right:  0.25em;
809
810 .transclusion, .wiki-edithelp {
811         font-size: smaller;
812 }
813 .transclusion {
814         border: 1px solid grey;/* MODIFY-color */
815         padding-left:  0.8em; 
816         padding-right: 0.8em; 
817         padding-top:     0px;
818         padding-bottom:  0px;
819         margin-left:   0.25em;
820         margin-right:  0.25em;
821         margin-bottom: 0.1ex;
822 }
823 .wiki-edithelp {
824         background-color: white;
825         border: medium solid #fff8dc; /* MODIFY-color */
826         padding-left:  0.5em;
827         padding-right: 0.5em;
828         padding-top:    0.75ex;
829         padding-bottom: 0.75ex;
830         margin-left:  0;
831         margin-right: 0;
832         margin-top: 1ex;
833         margin-bottom: 1ex;
834 }
835 .wiki-edithelp .wiki {
836         /* color: #5454ff;*/
837 }
838 .wiki-edithelp p {
839         font-family: Verdana, Helvetica, Arial, sans-serif;
840         padding-left:  0.5em;
841         padding-right: 0.5em;
842         padding-top:    0.5ex;
843         padding-bottom: 0.5ex;
844         margin: 0;
845 }
846
847
848
849 /*
850  ******************************
851  *****CALENDAR
852  ******************************
853  */
854
855 table.cal {
856         float:right;
857         font-size:10px;
858         border: 1px solid #333;
859         background-color: #ccc;/* MODIFY-color */
860         margin: 10px;
861         padding: 1px;
862         /* For Mozilla */
863         empty-cells: hide;} 
864
865 /* cells */
866 table.cal td {
867         text-align: right;
868
869
870 /* Month-name header */
871 table.cal-header { /* MODIFY-TXT */
872 font-size: larger; 
873 background-color: #333;/* MODIFY-color */
874 color: #f2f2f2;}
875 table.cal-header tr, table.cal-header td { text-align: center; }
876 .cal-arrow {/* MODIFY-TXT */
877         font-weight: bold;
878         text-decoration: none;
879         color: #fff;
880 }
881 a.cal-arrow {/* MODIFY-TXT */
882         color:#fff;
883 }
884
885 /* Day-names header */
886 table.cal tbody tr .cal-dayname {  }
887
888 .cal-dayname td {
889  text-align: center;
890         font-size: smaller;
891         text-decoration: none;
892         background-color: #f2f2f2;/* MODIFY-color */
893 }
894
895 /* Individual days */
896 a.cal-hide { 
897  font-size: 9px; 
898 text-decoration: none; }
899
900 /* Today */
901  /* cell */
902 table.cal td.cal-today {
903         margin: 1px;
904         border: 1px solid #333;/* MODIFY-color */
905         color: #000;
906         background-color: #f2f2f2;/* MODIFY-color */
907 }
908  /* text */
909 table.cal td.cal-day a.cal-day {font-size: 9px; 
910 text-decoration: underline; }
911
912
913
914 /*
915  ******************************
916  *****DIFF
917  ******************************
918  */
919
920 .diff .block div { position: relative; padding-left: 1.5em; } 
921 .diff .prefix    { position: absolute; left: 0.5em; top: 0; }
922 /* main box */
923 .diff {
924 color: #000;
925         background-color: transparent;
926         /* for NS4 */
927         border: 1px solid black;
928 }
929 .diff .block {
930 color: #000;
931         background-color: #ccc;
932         padding-left: 1em;
933         /* for NS4 */
934         /*border: none;*/
935 }
936
937 /* individual blocks */
938 .diff .context {
939 color: #000;
940         background-color: transparent;
941         /* for NS4 */
942         border: none;
943 }
944 /* + - line prefix */
945 .diff .block tt {
946         font-weight: normal;
947         font-family: monospace;
948         color: black;
949         background-color: transparent;
950         /* for NS4 */
951         margin-left: 0;
952         border: none;
953 }
954 /* changed words */
955 .diff del, .diff ins {
956         font-weight: bold;
957         text-decoration: none;
958 }
959
960 /* blocks containing deleted or added words */
961 .diff .original, .diff .deleted,
962 .diff .final, .diff .added {
963 color: #000;
964         background-color: white;
965 }
966 /* blocks containing deleted words */
967 .diff .original, .diff .deleted {
968 color: #000;
969         background-color: #fcc;
970         /* for NS4 */
971         border: none;
972 }
973 /* blocks containing added words */
974 .diff .final, .diff .added {
975 color: #000;
976         background-color: #cfc;
977         /* for NS4 */
978         border: none;
979 }
980
981 /* These don't work in NS4 -- it completely ignores <del> and <ins>. */
982 /* deleted words */
983 .diff del {color: #000; background-color: #f99; }
984 /* added words */
985 .diff ins {color: #000; background-color: #9f9; }
986
987
988
989 /*
990  ******************************
991  *****INFO-HISTORY
992  ******************************
993  */
994 td.pageinfo { font-weight: bold; }
995 .pageinfo-minoredit, .pageinfo-authorid {
996         font-size: smaller;
997         font-style: oblique;
998 }
999
1000
1001
1002 /*
1003  ******************************
1004  *****HINTS
1005  ******************************
1006  */
1007 .hint {
1008         color: black;
1009         background-color: #eeeeee;
1010         font-size: smaller;
1011         margin-left: 5em;
1012         /* padding: -0.5em 0 -0.5em; */
1013         border: thin solid #aaaaaa;
1014 }
1015
1016
1017
1018 /*
1019  ******************************
1020  *****CLEAR
1021  ******************************
1022  */
1023
1024 #clear
1025         {
1026         clear                           : both;
1027         margin                          : 0px;
1028         margin-top                      : -7px;
1029         padding                         : 2px;
1030         text-align                      : center;
1031         color                           : #000;
1032         background-color        : #FFF;
1033         border                          : solid 0px none;
1034 }
1035 /* reset post NN4 */
1036 /*/*/
1037 #clear
1038         {
1039         margin-top                      : 0px;
1040 }
1041
1042 /* */
1043
1044
1045
1046 /*
1047  ******************************
1048  *****IMG-HACK
1049  ******************************
1050  */
1051 img.inlineimage{
1052         border: 0px;
1053         vertical-align: middle;
1054         margin : 0px 5px 0px 5px;
1055 }
1056 em > img.inlineimage{
1057         float: left;
1058         border: 0px;
1059         vertical-align: middle;
1060         margin : 5px 15px 15px 0px;
1061 }
1062         
1063 strong > img.inlineimage{
1064         float: right;
1065         border: 0px;
1066         vertical-align: middle;
1067         margin : 5px 0px 15px 15px;
1068 }
1069
1070
1071
1072 /*
1073  ******************************
1074  *****WIKI-BLOG
1075  ******************************
1076  */
1077
1078 h2.wikiblog-heading {
1079         font-size: 2em;
1080         padding-bottom: 0.5em;
1081         border-bottom: 2px solid grey;/* MODIFY-color */
1082 }
1083
1084
1085 /*
1086  ******************************
1087  *****OTHER
1088  ******************************
1089  */
1090
1091 .interwiki-map thead td { text-decoration: underline; }
1092 .printer { display: none; }
1093
1094 /* PHP Warnings */
1095 div.errors {
1096         color: black;
1097         background-color: #eee;
1098         margin-top:    1em;
1099         margin-bottom: 1em;
1100         padding-left:  0.8em; 
1101         padding-right: 0.8em; 
1102         padding-top:    0.8ex;
1103         padding-bottom: 0;
1104         border: medium solid red;
1105         clear: both;
1106 }
1107 .errors h4 {
1108         color: red;
1109         margin:  0;
1110         padding: 0;
1111         text-decoration: underline;
1112         background-color: transparent;
1113 }
1114 .error { font-family: monospace; }
1115 .error ul { font-family: monospace; }
1116
1117 /* Debug */
1118 .debug {
1119         color: black;
1120         background-color: transparent;
1121         font-family: monospace;
1122         font-size: smaller;
1123         margin: 1ex 0;
1124         padding: 0.5ex 0.5em;
1125 }
1126
1127 /* Hide NS4 bugs hack elements. */
1128 div.br { display: none; }
1129
1130 /* For emacs users
1131  *
1132  * Local Variables:
1133  * mode: c
1134  * c-file-style: cc-mode
1135  * tab-width: 8
1136  * c-hanging-comment-ender-p: nil
1137  * indent-tabs-mode: nil
1138  * End:
1139  */
1140
1141