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