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