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