]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/crao.css
cursor: pointer for toolbar
[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: 0;
20     padding: 0;
21     border: 0 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: 0;
33     /* For Mozilla */
34     empty-cells: show;
35 }
36
37 a:link, a {
38     /* MODIFY-TXT */
39     color: #33c;
40     text-decoration: underline;
41     background-color: transparent;
42 }
43
44 a:visited {
45     /* MODIFY-TXT */
46     color: #33c;
47     text-decoration: underline;
48     background-color: transparent;
49 }
50
51 a:hover {
52     /* MODIFY-TXT */
53     color: #03f;
54     text-decoration: underline;
55     background-color: transparent;
56 }
57
58 a.wiki, a.wikiadmin, a.named-wiki {
59 }
60
61 hr {
62     background-color: #ccc; /* MODIFY-color */
63     height: 1px;
64     border: 1px solid #ccc; /* MODIFY-color */
65 }
66
67 div.wikitext pre {
68     font-family: monospace;
69 }
70
71 p {
72     font-size: 1em;
73     margin: 0;
74     margin-bottom: 1em;
75 }
76
77 /* generic classes ----------------------------------------------- */
78
79 .tt {
80     font-family: monospace;
81 }
82
83 .strike {
84     text-decoration: line-through;
85 }
86
87 .big {
88     font-size: larger;
89 }
90
91 .align-left {
92     text-align: left;
93 }
94
95 .align-right {
96     text-align: right;
97 }
98
99 .align-center {
100     text-align: center;
101 }
102
103 .top {
104     vertical-align: top;
105 }
106
107 .bottom {
108     vertical-align: bottom;
109 }
110
111 .middle {
112     vertical-align: middle;
113 }
114
115 .baseline {
116     vertical-align: baseline;
117 }
118
119 .nowrap {
120     white-space: nowrap;
121 }
122
123 .fullwidth {
124     width: 100%;
125 }
126
127 /* --------------------------------------------------------------- */
128
129 /*
130  ******************************
131  *****LISTES
132  ******************************
133  */
134 ul {
135     position: relative;
136     padding: 0;
137     margin: 0;
138     font-family: Helvetica, Verdana, Arial, sans-serif;
139     font-size: 100%;
140     line-height: 120%;
141     list-style: inside;
142     background-color: transparent;
143 }
144
145 ul ul {
146     position: relative;
147     font-family: Helvetica, Verdana, Arial, sans-serif;
148     font-size: 100%;
149     margin-left: 2em;
150 }
151
152 li.rc-major {
153     list-style: none;
154     display: block;
155     background-color: #fff; /* MODIFY-color */
156     margin: 6px 0;
157     border: 1px #666 dashed; /* MODIFY-color */
158     padding: 0.5ex;
159 }
160
161 li.evenrow {
162     border: 0;
163     padding: 1ex;
164 }
165
166 li.oddrow {
167     border: 0;
168     padding: 1ex;
169 }
170
171 li strong {
172     font-weight: normal;
173     background-color: transparent;
174 }
175
176 strong.wiki-summary {
177     display: block;
178     padding: 5px 0;
179     background-color: transparent;
180 }
181
182 li a.wiki-rc-action {
183     display: inline;
184 }
185
186 li a.wiki-rc-action {
187     border: 0;
188     /*border-left: 1.2em solid #FC0;*/
189     /*la puce de dernieres modifs*/
190 }
191
192 li.rc-major a.wiki {
193     font-size: 1.2em;
194     font-weight: bold;
195 }
196
197 li>p {
198     display: inline;
199 }
200
201 p.wiki-rc-action {
202     text-align: center;
203     vertical-align: middle;
204     padding: 5px 5px 5px 5px;
205     border: 1px #000 solid;
206     background-color: transparent;
207 }
208
209 p a.wiki-rc-action {
210     display: inline;
211     padding: 0 10px;
212     font-weight: bold;
213     background-color: transparent;
214 }
215
216 /*
217  ******************************
218  *****HEADER
219  ******************************
220  */
221 #header {
222     background-color: #333; /* MODIFY-color */
223 }
224
225 #logo {
226     /* MODIFY-TXT */
227     color: #ccc;
228     display: inline;
229     margin-top: 0;
230     margin-left: 0;
231     height: 50px;
232     width: auto;
233     background-color: transparent;
234     font: bolder 67px/50px Verdana, Arial, Helvetica, sans-serif;
235     letter-spacing: -0.1em;
236 }
237
238 #logo img {
239     border: 0;
240 }
241
242 #logo a {
243     color: #ccc;
244     font: bolder 67px/50px Arial, Verdana, Helvetica, sans-serif;
245     text-decoration: none;
246 }
247
248 /*
249  ******************************
250  *****ACTION-BUTTONS
251  ******************************
252  with special IE fix
253  */
254
255 div.ie-actionbuttons {
256     position: relative;
257     height: 22px;
258     right: 0;
259     bottom: 0;
260     margin: 0;
261     background-color: transparent;
262     background-image: url(images/BG.png);
263     background-repeat: no-repeat;
264     background-position: top right;
265     text-align: right;
266     vertical-align: bottom;
267     padding-left: 2em;
268     padding-right: 1em;
269     padding-top: 0.5ex;
270     padding-bottom: 0.5ex;
271     border: 0 none;
272 }
273
274 #actionbuttons {
275     position: fixed;
276     max-width: 30%;
277     height: 22px;
278     right: 0;
279     bottom: 0;
280     margin: 0;
281     background-color: transparent;
282     background-image: url(images/BG.png);
283     background-position: top left;
284     vertical-align: bottom;
285     padding-left: 2em;
286     padding-right: 1em;
287     padding-top: 0.5ex;
288     padding-bottom: 0.5ex;
289     border: 0 none;
290 }
291
292 #actionbuttons div {
293 }
294
295 #actionbuttons a, #actionbuttons a:link {
296     position: relative;
297     display: inline;
298     text-align: right;
299     width: 100%;
300     margin-bottom: 0.5em;
301     margin-top: auto;
302     background-color: transparent;
303     border: 0;
304 }
305
306 /*
307  ******************************
308  *****CONTENT-ZONE
309  ******************************
310  */
311 #content {
312     margin-top: 0;
313     margin-left: 7%;
314     margin-right: 7%;
315     margin-bottom: 7%;
316     background-color: #f2f2f2; /* MODIFY-color */
317     border: 1px #999 solid; /* MODIFY-color */
318     padding-left: 2em;
319     padding-right: 15px;
320     padding-top: 15px;
321     padding-bottom: 0.5ex;
322 }
323
324 /* titre */
325 div.boxtitrehead {
326 }
327
328 div.boxtitrehead a.backlinks {
329 }
330
331 div.wikitext {
332     font-size: 1em;
333     line-height: 130%;
334     text-align: left;
335 }
336
337 blockquote.mail-style-quote {
338     margin: 0;
339     margin-bottom: 1em;
340     border: 1px solid #FF9933; /* MODIFY-color */
341     padding: 0.5em;
342 }
343
344 .mail-style-quote blockquote.mail-style-quote {
345     margin-left: 0.3em;
346     margin-bottom: 0;
347     background-color: transparent;
348     border-style: none;
349     border-left: 2px solid #FF9933; /* MODIFY-color */
350     padding: 0;
351     padding-left: 0.5em;
352 }
353
354 blockquote p {
355     margin-top: 0.5ex;
356     margin-bottom: 0.5ex;
357 }
358
359 /*
360  ******************************
361  *****NAVBAR
362  ******************************
363  */
364 .toolbar, input.button, #signin {
365     font-family: Verdana, Arial, Helvetica, sans-serif;
366 }
367
368 div.toolbar {
369     display: block;
370     background-color: #f2f2f2; /* MODIFY-color */
371     border: 1px #666 solid; /* MODIFY-color */
372     margin: 2% 7%;
373 }
374
375 .toolbar {
376     padding: 0;
377     margin: 0;
378 }
379
380 img.toolbar:hover {
381     cursor: pointer;
382 }
383
384 .edit-toolbar {
385     padding: 0;
386     margin: 0;
387 }
388
389 .edit-toolbar img, .edit-toolbar input {
390     background-color: #fff;
391     border: 1px solid ButtonFace;
392 }
393
394 #navbuttons {
395     display: inline;
396 }
397
398 #navbuttons img {
399     margin: 5px 0 5px 10px;
400 }
401
402 #navbuttons a:link, #navbuttons a {
403     /* MODIFY-TXT */
404     font-weight: bold;
405     padding-left: 1ex;
406     padding-right: 1ex;
407     color: #333;
408 }
409
410 #navbuttons a:visited {
411 }
412
413 #navbuttons a:hover {
414 }
415
416 /*
417  ******************************
418  *****SIGNIN
419  ******************************
420  */
421 #signin {
422     /* MODIFY-TXT */
423     width: auto;
424     text-align: right;
425     padding-right: 10px;
426     background-color: transparent;
427     color: #ccc;
428     font-size: 12px;
429 }
430
431 #signin form {
432     /* MODIFY-TXT */
433     text-align: center;
434     padding: 1px;
435     margin: 0;
436     display: inline;
437 }
438
439 #signin input {
440     /* MODIFY-TXT */
441     padding: 0;
442     padding-left: 3px;
443     margin: 0;
444     font-family: Verdana, Arial, Helvetica, sans-serif;
445     color: #333;
446     font-size: 12px;
447 }
448
449 #signin input.wikisignin {
450     padding: 0;
451     margin: 0;
452     border: 0 none;
453 }
454
455 #signin a.wiki {
456     /* MODIFY-TXT */
457     color: #FFF;
458     background-color: transparent;
459 }
460
461 /*
462  ******************************
463  *****SEARCH
464  ******************************
465  */
466 #search {
467     font-size: 12px;
468     margin: 5px 10px 5px 10px;
469     /*padding-right: 10px;*/
470     float: right;
471 }
472
473 #search form {
474     text-align: center;
475     padding: 1px;
476     margin: 0;
477     display: inline;
478 }
479
480 #search input {
481     padding: 0;
482     padding-left: 3px;
483     margin: 0;
484     font-family: Verdana, Arial, Helvetica, sans-serif;
485     color: #333;
486     font-size: 12px;
487 }
488
489 #search input.wikiaction {
490     padding: 0;
491     margin: 0;
492     border: 0 none;
493 }
494
495 .search-context {
496     background: white;
497     font-style: oblique;
498 }
499
500 .search-term {
501     background: yellow;
502     font-weight: normal;
503 }
504
505 #livesearch {
506     height: 13px;
507     width: 100px;
508 }
509
510 #LSResult {
511     position: absolute;
512     text-align: left;
513     display: none;
514     z-index: 100;
515     background-color: white;
516     border: 1px solid #d0d0d0;
517     font-size: 9px;
518     overflow: hidden;
519 }
520
521 #LSHighlight {
522     background-color: #f08000;
523 }
524
525 #LSResult .evenrow {
526     background-color: #f0f0f0;
527 }
528
529 /*
530  ******************************
531  *****MOZ-SIDEBAR
532  ******************************
533  */
534 body.sidebar {
535     font-size: smaller;
536     margin: 0.5em;
537 }
538
539 body.sidebar div.wikitext {
540     padding: 0.5em;
541 }
542
543 body.sidebar {
544     padding-left: 1em;
545 }
546
547 body.sidebar h2 {
548     margin-top: 0;
549 }
550
551 /*
552  ******************************
553  *****WIKI-FORM
554  ******************************
555  */
556
557 /**
558  * The div inside the wikiadmin upload form does not
559  * have a class yet, so it must be referenced indirectly
560  */
561 /*div.wikiaction { background-color: #f2f2f2; }*/
562 /*div.wikiadmin { background-color: #fee; } */
563 form.wikiadmin div {
564     color: #000;
565     background-color: #f2f2f2;
566 }
567
568 div.wikiaction, form.wikiadmin div {
569 }
570
571 /* Prevent buttons from overlapping when the toolbar is wrapped. */
572 a.wikiaction, a.wikiadmin {
573     line-height: 2.6ex;
574 }
575
576 /* Add space between the input field and following buttons, but not after the last button. */
577 div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] {
578     margin-right: 0.5em;
579 }
580
581 /*
582  ******************************
583  *****LINK-ICON
584  ******************************
585  */
586
587 /* Link icons */
588 img.linkicon {
589     vertical-align: middle;
590 }
591
592 img.rssicon {
593     vertical-align: baseline;
594 }
595
596 /*
597  ******************************
598  *****ADMIN-ACTION
599  ******************************
600  */
601 a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe {
602     text-decoration: none;
603     font-family: Verdana, Arial, Helvetica, sans-serif;
604 }
605
606 .wikiunsafe {
607     color: #000;
608     background-color: #f2f2f2; /* MODIFY-color */
609 }
610
611 input.wikiadmin {
612     color: #000;
613     background-color: #fff;
614 }
615
616 /*
617  ******************************
618  *****DIVERS-LINK
619  ******************************
620  */
621
622 /* Unknown links */
623 .wikiunknown, .named-wikiunknown {
624     font-weight: normal;
625     font-size: 100%;
626     background-color: transparent;
627 }
628
629 /* QuestionMark #600 */
630 .wikiunknown a, .named-wikiunknown a {
631     color: #FFFFFF;
632     background-color: #000000; /* MODIFY-color */
633     text-decoration: none;
634     font-weight: normal;
635     font-size: 1em;
636     padding: 1px;
637     padding-top: 0;
638     padding-bottom: 0;
639     border-top: 1px solid #000000;
640     border-bottom: 1px solid #000000;
641     margin-right: 2px;
642 }
643
644 /* Backlinks */
645 .backlinks {
646     text-decoration: underline;
647     background-color: transparent;
648     color: #006;
649 }
650
651 /* Interwiki links */
652 .wikipage {
653     font-weight: bold;
654 }
655
656 .interwiki {
657     text-decoration: none;
658 }
659
660 .interwiki, i.interwiki .wikipage, em .interwiki .wikipage {
661     font-style: oblique;
662 }
663
664 .interwiki .wikipage, i .interwiki, em .interwiki {
665     font-style: normal;
666 }
667
668 /*
669  ******************************
670  *****HEADING
671  ******************************
672  */
673 h1, h2, h3, h4, h5, h6 {
674     font-family: Arial, Helvetica, sans-serif;
675 }
676
677 h1 {
678     /* MODIFY-TXT */
679     margin-top: 10px;
680     background-color: transparent;
681     color: #555;
682 }
683
684 h1 a.backlinks {
685     /* MODIFY-TXT */
686     color: #777;
687     text-decoration: none;
688 }
689
690 h1 a.wiki {
691     /* MODIFY-TXT */
692     color: #777;
693     text-decoration: none;
694 }
695
696 h1 a.pagetitle {
697     /* MODIFY-TXT */
698     color: #555;
699     text-decoration: none;
700 }
701
702 h1 a:hover {
703     /* MODIFY-TXT */
704     color: #888;
705     text-decoration: underline;
706 }
707
708 h4, h5, h6 {
709     /* MODIFY-TXT */
710     margin-bottom: 0;
711     background-color: transparent;
712     color: #111;
713 }
714
715 /*
716  ******************************
717  *****RSS
718  ******************************
719  */
720
721 /* rss feed */
722
723 div.rss {
724     background-color: #fff;
725     color: #000;
726     border: 2px solid #ddd;
727 }
728
729 div.feed {
730     font-size: 1.4em;
731     padding: 0.5em;
732 }
733
734 .chandesc {
735     font-size: 0.9em;
736 }
737
738 div.rssitem {
739     display: block;
740     background-color: #fff;
741     color: #000;
742     border-top: 1px solid #ddd;
743     padding: 0 0.5em;
744
745 }
746
747 div.itemname {
748     display: block;
749     border: 0;
750     margin-top: 0.5em;
751 }
752
753 div.itemdesc {
754     font-size: 1em;
755     margin-bottom: 0.5em;
756 }
757
758 /*
759  ******************************
760  *****TABLES
761  ******************************
762  */
763 table, td {
764     font-family: Verdana, Arial, Helvetica, sans-serif;
765 }
766
767 caption {
768     font-family: Verdana, Arial, Helvetica, sans-serif;
769     width: auto;
770 }
771
772 .pagelist {
773     background-color: white; /* MODIFY-color */
774     border: 1px #333 dashed; /* MODIFY-color */
775
776 }
777
778 .pagelist thead, .pagelist thead u {
779 }
780
781 .pagelist tr.evenrow {
782     background-color: white;
783 }
784
785 .pagelist tr.oddrow {
786     background-color: white;
787 }
788
789 .pagelist td {
790     padding: 3px;
791 }
792
793 th.gridbutton {
794     background-color: ThreeDLightShadow;
795     color: black;
796     font-size: small;
797     font-weight: normal;
798     font-family: Tahoma, Arial, Helvetica, sans-serif;
799     height: 18px;
800     margin: 5px 0;
801     float: none;
802     white-space: nowrap;
803     max-height: 24px;
804     padding: 5px 0 5px 0;
805     border-width: 1px;
806     border-style: solid;
807     border-color: ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight;
808 }
809
810 input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton {
811     text-decoration: none;
812     font-size: small;
813     font-weight: normal;
814     font-family: Tahoma, Arial, Helvetica, sans-serif;
815     background-color: ThreeDLightShadow;
816     color: black;
817 }
818
819 .wikilink {
820     display: block;
821 }
822
823 #revision {
824     font-size: 10px;
825     text-align: right;
826     background-color: #f2f2f2; /* MODIFY-color */
827     /* "paper" borders */
828     padding-left: 2em;
829     padding-right: 1em;
830     padding-top: 0.5ex;
831     padding-bottom: 0.5ex;
832     clear: both;
833 }
834
835 .editdate {
836     font-family: Arial, Helvetica, sans-serif;
837     margin: 0;
838     padding: 0;
839     padding-top: 0.25ex;
840 }
841
842 #xhtml-validator {
843     font-size: small;
844     text-align: center;
845     margin-top: 1em;
846 }
847
848 /*
849  ******************************
850  *****EDIT-PAGE
851  ******************************
852  */
853 form {
854     margin: 0;
855 }
856
857 input, textarea {
858     margin: 0.1em;
859     background-color: #FFF;
860     vertical-align: middle;
861     font-size: 1em;
862 }
863
864 input.wikisignin {
865     border: 0 none;
866     background-color: #FFF;
867 }
868
869 input.wikiaction {
870     border: 1px solid black;
871     background-color: #D7FA8C;
872 }
873
874 input.numeric {
875     text-align: center;
876 }
877
878 /* Make the textarea the full page width */
879 textarea.wikiedit {
880     width: 90%;
881     margin: 0.5ex;
882     padding: 2px;
883     font-family: Verdana, Arial, Helvetica, sans-serif;
884 }
885
886 #editarea-size {
887     margin-top: 1ex;
888     margin-bottom: -1ex;
889     text-align: right;
890     font-size: smaller;
891     border: 1px none;
892 }
893
894 #editarea-size legend {
895     text-align: right;
896     font-size: smaller;
897     border: 1px solid #CCC;
898     background-color: #ccc;
899 }
900
901 .editarea legend {
902     font-family: Verdana, Helvetica, Arial, sans-serif;
903     font-size: 1em;
904     line-height: 1em;
905     padding: 0.2em;
906     border: 1px solid #333;
907     background-color: #eee;
908 }
909
910 fieldset.editarea {
911     margin: 1ex;
912     margin-top: 1em;
913     text-align: center;
914     padding: 10px;
915     border: 1px solid #333;
916     background-color: #E8E8E5;
917 }
918
919 fieldset.toolbar {
920     margin: 1ex;
921     margin-top: 0;
922     text-align: center;
923     padding: 3px;
924     border: 1px solid #FFF;
925     background-color: #FFF;
926 }
927
928 /* IncludePage plugin ================================================= */
929
930 .transclusion-title {
931     text-align: right;
932     font-style: oblique;
933     font-size: smaller;
934     text-decoration: underline;
935     margin-bottom: 0.25ex;
936     margin-right: 0.25em;
937 }
938
939 .transclusion, .wiki-edithelp {
940     font-size: smaller;
941 }
942
943 .transclusion {
944     border: 1px solid gray; /* MODIFY-color */
945     padding-left: 0.8em;
946     padding-right: 0.8em;
947     padding-top: 0;
948     padding-bottom: 0;
949     margin-left: 0.25em;
950     margin-right: 0.25em;
951     margin-bottom: 0.1ex;
952 }
953
954 .wiki-edithelp {
955     background-color: white;
956     border: medium solid #fff8dc; /* MODIFY-color */
957     padding-left: 0.5em;
958     padding-right: 0.5em;
959     padding-top: 0.75ex;
960     padding-bottom: 0.75ex;
961     margin-left: 0;
962     margin-right: 0;
963     margin-top: 1ex;
964     margin-bottom: 1ex;
965 }
966
967 .wiki-edithelp .wiki {
968     /* color: #5454ff;*/
969 }
970
971 .wiki-edithelp p {
972     font-family: Verdana, Helvetica, Arial, sans-serif;
973     padding-left: 0.5em;
974     padding-right: 0.5em;
975     padding-top: 0.5ex;
976     padding-bottom: 0.5ex;
977     margin: 0;
978 }
979
980 /*
981  ******************************
982  *****CALENDAR
983  ******************************
984  */
985
986 table.cal {
987     float: right;
988     font-size: 10px;
989     border: 1px solid #333;
990     background-color: #ccc; /* MODIFY-color */
991     margin: 10px;
992     padding: 1px;
993     /* For Mozilla */
994     empty-cells: hide;
995 }
996
997 /* cells */
998 table.cal td {
999     text-align: right;
1000 }
1001
1002 /* Month-name header */
1003 table.cal-header {
1004     /* MODIFY-TXT */
1005     font-size: larger;
1006     background-color: #333; /* MODIFY-color */
1007     color: #f2f2f2;
1008 }
1009
1010 table.cal-header tr, table.cal-header td {
1011     text-align: center;
1012 }
1013
1014 .cal-arrow {
1015     /* MODIFY-TXT */
1016     font-weight: bold;
1017     text-decoration: none;
1018     color: #fff;
1019 }
1020
1021 a.cal-arrow {
1022     /* MODIFY-TXT */
1023     color: #fff;
1024 }
1025
1026 /* Day-names header */
1027 table.cal tbody tr .cal-dayname {
1028 }
1029
1030 .cal-dayname td {
1031     text-align: center;
1032     font-size: smaller;
1033     text-decoration: none;
1034     background-color: #f2f2f2; /* MODIFY-color */
1035 }
1036
1037 /* Individual days */
1038 a.cal-hide {
1039     font-size: 9px;
1040     text-decoration: none;
1041 }
1042
1043 /* Today */
1044 /* cell */
1045 table.cal td.cal-today {
1046     margin: 1px;
1047     border: 1px solid #333; /* MODIFY-color */
1048     color: #000;
1049     background-color: #f2f2f2; /* MODIFY-color */
1050 }
1051
1052 /* text */
1053 table.cal td.cal-day a.cal-day {
1054     font-size: 9px;
1055     text-decoration: underline;
1056 }
1057
1058 /*
1059  ******************************
1060  *****DIFF
1061  ******************************
1062  */
1063
1064 .diff .block div {
1065     position: relative;
1066     padding-left: 1.5em;
1067 }
1068
1069 .diff .prefix {
1070     position: absolute;
1071     left: 0.5em;
1072     top: 0;
1073 }
1074
1075 /* main box */
1076 .diff {
1077     color: #000;
1078     background-color: transparent;
1079     border: 1px solid black;
1080 }
1081
1082 .diff .block {
1083     color: #000;
1084     background-color: #ccc;
1085     padding-left: 1em;
1086 }
1087
1088 /* individual blocks */
1089 .diff .context {
1090     color: #000;
1091     background-color: transparent;
1092     border: none;
1093 }
1094
1095 /* + - line prefix */
1096 .diff .block tt {
1097     font-weight: normal;
1098     font-family: monospace;
1099     color: black;
1100     background-color: transparent;
1101     margin-left: 0;
1102     border: none;
1103 }
1104
1105 /* changed words */
1106 .diff del, .diff ins {
1107     font-weight: bold;
1108     text-decoration: none;
1109 }
1110
1111 /* blocks containing deleted or added words */
1112 .diff .original, .diff .deleted,
1113 .diff .final, .diff .added {
1114     color: #000;
1115     background-color: white;
1116 }
1117
1118 /* blocks containing deleted words */
1119 .diff .original, .diff .deleted {
1120     color: #000;
1121     background-color: #fcc;
1122     border: none;
1123 }
1124
1125 /* blocks containing added words */
1126 .diff .final, .diff .added {
1127     color: #000;
1128     background-color: #cfc;
1129     border: none;
1130 }
1131
1132 /* deleted words */
1133 .diff del {
1134     color: #000;
1135     background-color: #f99;
1136 }
1137
1138 /* added words */
1139 .diff ins {
1140     color: #000;
1141     background-color: #9f9;
1142 }
1143
1144 /*
1145  ******************************
1146  *****INFO-HISTORY
1147  ******************************
1148  */
1149 td.pageinfo {
1150     font-weight: bold;
1151 }
1152
1153 .pageinfo-minoredit, .pageinfo-authorid {
1154     font-size: smaller;
1155     font-style: oblique;
1156 }
1157
1158 /*
1159  ******************************
1160  *****HINTS
1161  ******************************
1162  */
1163 .hint {
1164     color: black;
1165     background-color: #eeeeee;
1166     font-size: smaller;
1167     margin-left: 5em;
1168     /* padding: -0.5em 0 -0.5em; */
1169     border: thin solid #aaaaaa;
1170 }
1171
1172 /*
1173  ******************************
1174  *****CLEAR
1175  ******************************
1176  */
1177
1178 #clear {
1179     clear: both;
1180     margin: 0;
1181     margin-top: -7px;
1182     padding: 2px;
1183     text-align: center;
1184     color: #000;
1185     background-color: #FFF;
1186     border: solid 0;
1187 }
1188
1189 /* reset post NN4 */
1190 /*/*/
1191 #clear {
1192     margin-top: 0;
1193 }
1194
1195 /*
1196  ******************************
1197  *****IMG-HACK
1198  ******************************
1199  */
1200 img.inlineimage {
1201     border: 0;
1202     vertical-align: middle;
1203     margin: 0 5px 0 5px;
1204 }
1205
1206 em > img.inlineimage {
1207     float: left;
1208     border: 0;
1209     vertical-align: middle;
1210     margin: 5px 15px 15px 0;
1211 }
1212
1213 strong > img.inlineimage {
1214     float: right;
1215     border: 0;
1216     vertical-align: middle;
1217     margin: 5px 0 15px 15px;
1218 }
1219
1220 /*
1221  ******************************
1222  *****WIKI-BLOG
1223  ******************************
1224  */
1225
1226 h2.wikiblog-heading {
1227     font-size: 2em;
1228     padding-bottom: 0.5em;
1229     border-bottom: 2px solid gray; /* MODIFY-color */
1230 }
1231
1232 /*
1233  ******************************
1234  *****OTHER
1235  ******************************
1236  */
1237
1238 .interwiki-map thead td {
1239     text-decoration: underline;
1240 }
1241
1242 .printer {
1243     display: none;
1244 }
1245
1246 .error {
1247     color: black;
1248     background-color: #eee;
1249     margin-top: 1em;
1250     margin-bottom: 1em;
1251     padding-left: 0.8em;
1252     padding-right: 0.8em;
1253     padding-top: 0.8ex;
1254     padding-bottom: 0;
1255     border: medium solid red;
1256     clear: both;
1257 }
1258
1259 /* Debug */
1260 .debug {
1261     color: black;
1262     background-color: transparent;
1263     font-family: monospace;
1264     font-size: smaller;
1265     margin: 1ex 0;
1266     padding: 0.5ex 0.5em;
1267 }
1268
1269 /* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
1270
1271 /*
1272  * table class="boxed"
1273  * will put a border around the table (but not around the cells)
1274  *
1275  * table class="bordered"
1276  * will put a border around the table and the cells
1277  *
1278  * In both cases, the caption will be bold and centered under the table
1279  *
1280  * In both cases, the headers (th) will have a "#d8d8d8" background
1281  */
1282
1283 table.boxed, table.bordered, table.bordered th, table.bordered td {
1284     border-width: 1px;
1285     border-style: solid;
1286     border-collapse: collapse;
1287     vertical-align: top;
1288 }
1289
1290 table.boxed td, table.bordered td,
1291 table.boxed th, table.bordered th {
1292     padding-left: 5px;
1293     padding-right: 5px;
1294     padding-top: 0;
1295     padding-bottom: 0;
1296 }
1297
1298 table.boxed caption, table.bordered caption {
1299     text-align: center;
1300     font-weight: bold;
1301     caption-side: bottom;
1302     padding-top: 0.8em;
1303 }
1304
1305 table.boxed th, table.bordered th {
1306     font-weight: bold;
1307     background-color: #d8d8d8;
1308 }
1309
1310 table.sortable th.header {
1311     background-image: url(../default/buttons/sort_none.gif);
1312     cursor: pointer;
1313     background-repeat: no-repeat;
1314     background-position: center right;
1315     padding-right: 20px;
1316 }
1317
1318 table.sortable th.headerSortUp {
1319     background-image: url(../default/buttons/sort_up.gif);
1320     cursor: pointer;
1321     background-repeat: no-repeat;
1322     background-position: center right;
1323     padding-right: 20px;
1324 }
1325
1326 table.sortable th.headerSortDown {
1327     background-image: url(../default/buttons/sort_down.gif);
1328     cursor: pointer;
1329     background-repeat: no-repeat;
1330     background-position: center right;
1331     padding-right: 20px;
1332 }