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