Remove non standard, Gecko specific CSS.
[lhc/web/wiklou.git] / skins / modern / main.css
1 body {
2 margin: 0 0 0 0;
3 padding: 0 0 0 0;
4 /*font-size: 10pt;*/
5 font-size: x-small;
6
7
8 font-family: sans-serif;
9 color: black;
10 background-color: #f0f0f0;
11 }
12
13 #mw_main,
14 #p-personal,
15 #mw_header,
16 .os-suggest {
17 font-size: 130%;
18 }
19
20 #mw_header {
21 position: absolute;
22 top: 0;
23 left: 0;
24 margin: 0 0 0 0;
25 padding: 0 0em 0 0em;
26 border: none;
27 height: 2em;
28 width: 100%;
29
30 background-color: #003366;
31 color: white;
32 }
33
34 #mw_header h1 {
35 margin: 0 0 0 0.5em;
36 padding: 0 0 0 0;
37 text-decoration: none;
38 font-size: 150%;
39 }
40
41 #p-personal {
42 position: absolute;
43 top: 2em;
44 left: 0;
45 height: 1.5em;
46 margin: 0 0 0 0;
47 padding: 0 0 0 0;
48 width: 100%;
49
50 }
51
52 #p-personal div.pBody {
53 margin: 0 0 0 0;
54 padding: 0 0 0 0;
55 height: 1.5em;
56 font-variant: small-caps;
57 }
58
59 #p-personal h5 {
60 display: none;
61 }
62
63 #p-personal ul {
64 margin: 0 0 0 0;
65 padding: 0 0 0 0;
66 display: block;
67 height: 1.5em;
68 background-color: #3c78b5;
69 }
70
71 #p-personal li {
72 display: block; float: left;
73 height: 1.5em;
74 margin: 0 0 0 0;
75 vertical-align: middle;
76
77 font-weight: bold;
78 text-transform: lowercase;
79 }
80
81 #p-personal li a {
82 text-decoration: none;
83 color: white;
84 padding: 0 1em 0 1em;
85 }
86
87 #p-personal li a:hover {
88 text-decoration: none;
89 color: white;
90 }
91
92 #p-personal li:hover {
93 background-color: #003366;
94 }
95
96 #jump-to-nav {
97 display: none;
98 }
99
100 #mw_contentwrapper {
101 width: 100%;
102 margin: 0 0 0 -15em;
103 float: right;
104 }
105
106 #mw_content {
107 margin: 0 0 0 14em;
108
109 background-color: white;
110 border-top: solid 1px #bbbbbb;
111 border-left: solid 1px #bbbbbb;
112 border-bottom: solid 1px #bbbbbb;
113
114 line-height: 1.5em;
115 padding: 0 1em 1em 1em;
116 }
117
118 #mw_portlets {
119 width: 14em;
120
121 border-right: solid 1px #bbbbbb;
122 background-color: #f0f0f0;
123 }
124
125 #mw_main {
126 padding: 0 0 0 0;
127 margin: 0 0 0 0;
128 margin-top: 3.5em;
129 }
130
131 div.mw_clear {
132 margin: 0 0 0 0;
133 padding: 0 0 0 0;
134 clear: both;
135 }
136
137 .portlet {
138 padding: 0 0 0 0;
139 margin: 0 0 0 0;
140 }
141
142 .portlet div.pBody {
143 padding: 0em 0 1em 0;
144 }
145
146 textarea {
147 width: 100%;
148 padding: .1em;
149 }
150
151 #searchBody {
152 text-align: center;
153 }
154
155 #searchInput {
156 display: block;
157 margin-left: auto;
158 margin-right: auto;
159 }
160
161 .portlet h5 {
162 padding: 0.1em 0 0.3em 1em;
163 margin: 0 0 0 0;
164 background-color: #dddddd;
165 font-weight: bold;
166 border-bottom: solid 1px #3c78b5;
167 height: 1.1em;
168 }
169
170 .portlet ul {
171 margin: 0 0 0 1.5em;
172 padding: 0 0 0 0;
173 }
174
175 #mw_portlets .portlet ul {
176 line-height: 1.4em;
177 }
178
179 ul {
180 list-style-image: url(bullet.gif);
181 }
182
183 #p-cactions {
184 height: 1.5em;
185 padding: 0 0 0 0;
186 margin: 0 0 0 14em;
187 }
188
189 #p-cactions div.pBody {
190 margin: 0 0 0 0;
191 padding: 0 0 0 0;
192 }
193
194 #p-cactions a,
195 #p-cactions a:hover {
196 color: black;
197 text-decoration: none;
198 }
199
200 #p-cactions ul {
201 display: inline;
202 margin: 0 0 0 0;
203 padding: 0 0 0 0;
204 }
205
206 #p-cactions li {
207 margin: 0 0.5em 0 0.5em;
208 padding: 0 0.2em 0 0.2em;
209 display: block;
210 float: left;
211 height: 1.5em;
212 text-transform: lowercase;
213 }
214
215 #p-cactions li.selected {
216 background-color: #bbbbbb;
217 }
218
219 #p-cactions li a,
220 #p-cactions li a:hover,
221 #p-cactions li a:visited {
222 text-decoration: underline;
223 color: #003366;
224 }
225
226 #p-cactions li.selected a,
227 #p-cactions li.selected a:hover,
228 #p-cactions li.selected a:visited {
229 text-decoration: none;
230 color: white;
231 }
232
233 #p-cactions h5 {
234 display: none;
235 }
236
237 #siteSub {
238 display: none;
239 }
240
241 #footer {
242 background-color: #f0f0f0;
243 background: url(footer-grad.png) repeat-x 0 0;
244 padding: 10px 1em 1em 1em;
245 clear:both;
246 color: #444444;
247 }
248
249 #footer a,
250 #footer a:hover,
251 #footer a:visited {
252 color: #444444;
253 text-decoration: underline;
254 }
255
256 img {
257 border: none;
258 }
259
260 #footer li {
261 display: inline;
262 list-style-type: none;
263 padding: 0 0 0 0;
264 margin: 0 0 0 0;
265 }
266
267 #footer ul {
268 padding: 0 0 0 0;
269 margin: 0 0 0 0;
270 }
271
272 div.printfooter {
273 display: none;
274 }
275
276 p {
277 margin: 1em 0 1em 0;
278 }
279
280 #contentSub {
281 color: #888;
282 font-size: small;
283 padding-left: 2em;
284 }
285
286 #mw_portlets form {
287 margin: 0 0 0 0;
288 padding: 0 0 0 0;
289 }
290
291 a {
292 text-decoration: none;
293 color: #003366;
294 background: none;
295 }
296 a:visited {
297 color: #5a3696;
298 }
299 a:active {
300 color: #faa700;
301 }
302 a:hover {
303 text-decoration: underline;
304 }
305 a.stub {
306 color: #772233;
307 }
308 a.new {
309 color: #ba0000;
310 }
311 a.new:visited {
312 color: #a55858;
313 }
314
315 span.editsection {
316 font-size: small;
317 }
318
319 h1, h2 {
320 border-bottom: solid 1px #003366;
321 }
322
323 #preftoc {
324 width: 100%;
325 margin: 0 0 0 0;
326 padding: 0 0 0 0;
327 height: 1.5em;
328 clear: right;
329 }
330
331 #preftoc li {
332 margin: 0 0.5em 0 0.5em;
333 padding: 0 0.2em 0 0.2em;
334 display: block;
335 float: left;
336 height: 1.5em;
337 text-transform: lowercase;
338 }
339
340 #preferences {
341 margin: 0 0 0 0;
342 padding: 0em 1em 1em 1em;
343 border: solid 1px #bbbbbb;
344 clear: left; /* Multi-line toc should not push data to horizontally */
345 }
346
347 #preferences fieldset {
348 margin-top: 0;
349 border: none;
350 }
351
352 #preferences h2 {
353 }
354
355 .mainLegend {
356 display: none;
357 }
358
359 .prefsectiontip {
360 font-size: x-small;
361 padding: .2em 2em;
362 color: #666;
363 }
364
365 .prefsection legend {
366 font-weight: bold;
367 }
368
369 #preftoc li.selected {
370 background-color: #bbbbbb;
371 }
372
373 #preftoc li a,
374 #preftoc li a:hover,
375 #preftoc li a:visited {
376 text-decoration: underline;
377 color: #003366;
378 }
379
380 #preftoc li.selected a,
381 #preftoc li.selected a:hover,
382 #preftoc li.selected a:visited {
383 text-decoration: none;
384 color: white;
385 }
386
387 #mw_content a.external,
388 #mw_content a[href ^="gopher://"] {
389 background: url(external.png) center right no-repeat;
390 padding-right: 13px;
391 }
392 #mw_content a[href ^="https://"],
393 .link-https {
394 background: url(lock_icon.gif) center right no-repeat;
395 padding-right: 16px;
396 }
397 #mw_content a[href ^="mailto:"],
398 .link-mailto {
399 background: url(mail_icon.gif) center right no-repeat;
400 padding-right: 18px;
401 }
402 #mw_content a[href ^="news://"] {
403 background: url(news_icon.png) center right no-repeat;
404 padding-right: 18px;
405 }
406 #mw_content a[href ^="ftp://"],
407 .link-ftp {
408 background: url(file_icon.gif) center right no-repeat;
409 padding-right: 18px;
410 }
411 #mw_content a[href ^="irc://"],
412 #mw_content a.extiw[href ^="irc://"],
413 .link-irc {
414 background: url(discussionitem_icon.gif) center right no-repeat;
415 padding-right: 18px;
416 }
417
418 #mw_content a.external[href $=".ogg"], #mw_content a.external[href $=".OGG"],
419 #mw_content a.external[href $=".mid"], #mw_content a.external[href $=".MID"],
420 #mw_content a.external[href $=".midi"], #mw_content a.external[href $=".MIDI"],
421 #mw_content a.external[href $=".mp3"], #mw_content a.external[href $=".MP3"],
422 #mw_content a.external[href $=".wav"], #mw_content a.external[href $=".WAV"],
423 #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"],
424 .link-audio {
425 background: url("audio.png") center right no-repeat;
426 padding-right: 13px;
427 }
428 #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"],
429 #mw_content a.external[href $=".avi"], #mw_content a.external[href $=".AVI"],
430 #mw_content a.external[href $=".mpeg"], #mw_content a.external[href $=".MPEG"],
431 #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"],
432 .link-video {
433 background: url("video.png") center right no-repeat;
434 padding-right: 13px;
435 }
436 #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"],
437 #mw_content a.external[href *=".pdf#"], #mw_content a.external[href *=".PDF#"],
438 #mw_content a.external[href *=".pdf?"], #mw_content a.external[href *=".PDF?"],
439 .link-document {
440 background: url("document.png") center right no-repeat;
441 padding-right: 12px;
442 }
443
444 /* images */
445 div.floatright, table.floatright {
446 clear: right;
447 float: right;
448 position: relative;
449 margin: 0 0 .5em .5em;
450 border: 0;
451 /*
452 border: .5em solid white;
453 border-width: .5em 0 .8em 1.4em;
454 */
455 }
456 div.floatright p { font-style: italic; }
457 div.floatleft, table.floatleft {
458 float: left;
459 clear: left;
460 position: relative;
461 margin: 0 .5em .5em 0;
462 border: 0;
463 /*
464 margin: .3em .5em .5em 0;
465 border: .5em solid white;
466 border-width: .5em 1.4em .8em 0;
467 */
468 }
469 div.floatleft p { font-style: italic; }
470 /* thumbnails */
471 div.thumb {
472 margin-bottom: .5em;
473 border-style: solid;
474 border-color: white;
475 width: auto;
476 }
477 div.thumbinner {
478 border: 1px solid #ccc;
479 padding: 3px !important;
480 background-color: #f9f9f9;
481 font-size: 94%;
482 text-align: center;
483 overflow: hidden;
484 }
485 html .thumbimage {
486 border: 1px solid #ccc;
487 }
488 html .thumbcaption {
489 border: none;
490 text-align: left;
491 line-height: 1.4em;
492 padding: 3px !important;
493 font-size: 94%;
494 }
495 div.magnify {
496 float: right;
497 border: none !important;
498 background: none !important;
499 }
500 div.magnify a, div.magnify img {
501 display: block;
502 border: none !important;
503 background: none !important;
504 }
505 div.tright {
506 clear: right;
507 float: right;
508 border-width: .5em 0 .8em 1.4em;
509 }
510 div.tleft {
511 float: left;
512 clear: left;
513 margin-right: .5em;
514 border-width: .5em 1.4em .8em 0;
515 }
516 img.thumbborder {
517 border: 1px solid #dddddd;
518 }
519 .hiddenStructure {
520 display: none;
521 }
522
523 #mw_content .plainlinks a {
524 background: none !important;
525 padding: 0 !important;
526 }
527
528 .mw-warning {
529 border: 1px solid #aaa;
530 background-color: #f9f9f9;
531 padding: 5px;
532 font-size: 95%;
533 }
534
535 #toc,
536 .toc {
537 margin: 0 0 0 0;
538 padding: 0 0 0 0;
539 border-spacing: 0;
540 background-color: #f0f0f0;
541 border: solid 1px #bbbbbb;
542 }
543
544 #toc tr, #toc td {
545 margin: 0 0 0 0;
546 padding: 0 0 0 0;
547 }
548
549 #toctitle {
550 border-bottom: solid 1px #3c78b5;
551 background-color: #dddddd;
552 margin: 0 0 0 0;
553 }
554
555 #toc h2,
556 .toc h2 {
557 display: inline;
558 border: none;
559 padding: 0;
560 font-size: 100%;
561 font-weight: bold;
562 }
563 #toc #toctitle,
564 .toc #toctitle,
565 #toc .toctitle,
566 .toc .toctitle {
567 text-align: center;
568 }
569
570 #toc ul,
571 .toc ul {
572 list-style-type: none;
573 list-style-image: none;
574 margin: 0 1em 0 1em;
575 padding-left: 0;
576 text-align: left;
577 }
578
579 #toc ul ul,
580 .toc ul ul {
581 margin: 0 0 0 2em;
582 }
583
584 #toc .toctoggle,
585 .toc .toctoggle {
586 font-size: 94%;
587 }
588
589 .mw-warning {
590 margin-left: 50px;
591 margin-right: 50px;
592 text-align: center;
593 }
594
595 .catlinks {
596 border: solid 1px #bbbbbb;
597 background-color: #f0f0f0;
598 padding: 0.5em 0.5em 0.5em 0.5em;
599 margin: 0 0 0 0;
600 }
601
602 .catlinks {
603 margin: 0 0 0 0;
604 padding: 0 0 0 0;
605 }
606
607 #mw_header h1,
608 #p-personal,
609 #p-cactions {
610 overflow: hidden;
611 }
612
613 /* disable interwiki styling */
614 #mw_content a.extiw,
615 #mw_content a.extiw:active {
616 color: #36b;
617 background: none;
618 padding: 0;
619 }
620 #mw_content a.external {
621 color: #36b;
622 }
623
624
625
626 .redirectText {
627 font-size: 150%;
628 margin: 5px;
629 }
630
631 .printfooter {
632 display: none;
633 }
634
635 .not-patrolled {
636 background-color: #ffa;
637 }
638 div.patrollink {
639 font-size: 75%;
640 text-align: right;
641 }
642 span.newpage, span.minor, span.searchmatch, span.bot {
643 font-weight: bold;
644 }
645 span.unpatrolled {
646 font-weight: bold;
647 color: red;
648 }
649
650 span.searchmatch {
651 color: red;
652 }
653 .sharedUploadNotice {
654 font-style: italic;
655 }
656
657 span.updatedmarker {
658 color: black;
659 background-color: #0f0;
660 }
661
662 table.gallery {
663 border: 1px solid #ccc;
664 margin: 2px;
665 padding: 2px;
666 background-color: white;
667 }
668
669 table.gallery tr {
670 vertical-align: top;
671 }
672
673 table.gallery td {
674 vertical-align: top;
675 background-color: #f9f9f9;
676 border: solid 2px white;
677 }
678 /* Keep this temporarily so that cached pages will display right */
679 table.gallery td.galleryheader {
680 text-align: center;
681 font-weight: bold;
682 }
683 table.gallery caption {
684 font-weight: bold;
685 }
686
687 div.gallerybox {
688 margin: 2px;
689 }
690
691 div.gallerybox div.thumb {
692 text-align: center;
693 border: 1px solid #ccc;
694 margin: 2px;
695 }
696
697 div.gallerytext {
698 overflow: hidden;
699 font-size: 94%;
700 padding: 2px 4px;
701 }
702
703 span.comment {
704 font-style: italic;
705 }
706
707 span.changedby {
708 font-size: 95%;
709 }
710
711 .previewnote {
712 text-indent: 3em;
713 color: #c00;
714 border-bottom: 1px solid #aaa;
715 padding-bottom: 1em;
716 margin-bottom: 1em;
717 }
718
719 .previewnote p {
720 margin: 0;
721 padding: 0;
722 }
723
724 .editExternally {
725 border: 1px solid gray;
726 background-color: #ffffff;
727 padding: 3px;
728 margin-top: 0.5em;
729 float: left;
730 font-size: small;
731 text-align: center;
732 }
733 .editExternallyHelp {
734 font-style: italic;
735 color: gray;
736 }
737
738 .toggle {
739 margin-left: 2em;
740 text-indent: -2em;
741 }
742
743 /* Classes for EXIF data display */
744 table.mw_metadata {
745 font-size: 0.8em;
746 margin-left: 0.5em;
747 margin-bottom: 0.5em;
748 width: 300px;
749 }
750
751 table.mw_metadata caption {
752 font-weight: bold;
753 }
754
755 table.mw_metadata th {
756 font-weight: normal;
757 }
758
759 table.mw_metadata td {
760 padding: 0.1em;
761 }
762
763 table.mw_metadata {
764 border: none;
765 border-collapse: collapse;
766 }
767
768 table.mw_metadata td, table.mw_metadata th {
769 text-align: center;
770 border: 1px solid #aaaaaa;
771 padding-left: 0.1em;
772 padding-right: 0.1em;
773 }
774
775 table.mw_metadata th {
776 background-color: #f9f9f9;
777 }
778
779 table.mw_metadata td {
780 background-color: #fcfcfc;
781 }
782
783 table.collapsed tr.collapsable {
784 display: none;
785 }
786
787
788 /* filetoc */
789 ul#filetoc {
790 text-align: center;
791 border: 1px solid #aaaaaa;
792 background-color: #f9f9f9;
793 padding: 5px;
794 font-size: 95%;
795 margin-bottom: 0.5em;
796 margin-left: 0;
797 margin-right: 0;
798 }
799
800 #filetoc li {
801 display: inline;
802 list-style-type: none;
803 padding-right: 2em;
804 }
805
806 input#wpSummary {
807 width: 80%;
808 }
809
810 /* @bug 1714 */
811 input#wpSave, input#wpDiff {
812 margin-right: 0.33em;
813 }
814
815 #editform .editOptions {
816 display: inline;
817 }
818
819 #wpSave {
820 font-weight: bold;
821 }
822
823 /* Classes for article validation */
824
825 table.revisionform_default {
826 border: 1px solid #000000;
827 }
828
829 table.revisionform_focus {
830 border: 1px solid #000000;
831 background-color:#00BBFF;
832 }
833
834 tr.revision_tr_default {
835 background-color:#EEEEEE;
836 }
837
838 tr.revision_tr_first {
839 background-color:#DDDDDD;
840 }
841
842 p.revision_saved {
843 color: green;
844 font-weight:bold;
845 }
846
847 #mw_trackbacks {
848 border: solid 1px #bbbbff;
849 background-color: #eeeeff;
850 padding: 0.2em;
851 }
852
853
854 /* Allmessages table */
855
856 #allmessagestable th {
857 background-color: #b2b2ff;
858 }
859
860 #allmessagestable tr.orig {
861 background-color: #ffe2e2;
862 }
863
864 #allmessagestable tr.new {
865 background-color: #e2ffe2;
866 }
867
868 #allmessagestable tr.def {
869 background-color: #f0f0ff;
870 }
871
872
873 /* noarticletext */
874 div.noarticletext {
875 border: 1px solid #ccc;
876 background: #fff;
877 padding: .2em 1em;
878 color: #000;
879 }
880
881 div#searchTargetContainer {
882 left: 10px;
883 top: 10px;
884 width: 90%;
885 background: white;
886 }
887
888 div#searchTarget {
889 padding: 3px;
890 margin: 5px;
891 background: #F0F0F0;
892 border: solid 1px blue;
893 }
894
895 div#searchTarget ul li {
896 list-style: none;
897 }
898
899 div#searchTarget ul li:before {
900 color: orange;
901 content: "\00BB \0020";
902 }
903
904 div#searchTargetHide {
905 float:right;
906 border:solid 1px black;
907 background:gainsboro;
908 padding:2px;
909 }
910
911 div.multipageimagenavbox {
912 border: solid 1px silver;
913 padding: 4px;
914 margin: 1em;
915 background: #f0f0f0;
916 }
917
918 div.multipageimagenavbox div.thumb {
919 border: none;
920 margin-left: 2em;
921 margin-right: 2em;
922 }
923
924 div.multipageimagenavbox hr {
925 margin: 6px;
926 }
927
928 table.multipageimage td {
929 text-align: center;
930 }
931
932 /** Special:Version */
933
934 table#sv-ext, table#sv-hooks, table#sv-software {
935 margin: 1em;
936 padding:0em;
937 }
938
939 #sv-ext td, #sv-hooks td, #sv-software td,
940 #sv-ext th, #sv-hooks th, #sv-software th {
941 border: 1px solid #A0A0A0;
942 padding: 0 0.15em 0 0.15em;
943 }
944 #sv-ext th, #sv-hooks th, #sv-software th {
945 background-color: #F0F0F0;
946 color: black;
947 padding: 0 0.15em 0 0.15em;
948 }
949 tr.sv-space{
950 height: 0.8em;
951 border:none;
952 }
953 tr.sv-space td { display: none; }
954
955 /*
956 Table pager (e.g. Special:Imagelist)
957 - remove underlines from the navigation link
958 - collapse borders
959 - set the borders to outsets (similar to Special:Allmessages)
960 - remove line wrapping for all td and th, set background color
961 - restore line wrapping for the last two table cells (description and size)
962 */
963 .TablePager_nav a { text-decoration: none; }
964 .TablePager { border-collapse: collapse; }
965 .TablePager, .TablePager td, .TablePager th {
966 border: 1px solid #aaaaaa;
967 padding: 0 0.15em 0 0.15em;
968 }
969 .TablePager th { background-color: #eeeeff }
970 .TablePager td { background-color: #ffffff }
971 .TablePager tr:hover td { background-color: #eeeeff }
972
973 .imagelist td, .imagelist th { white-space: nowrap }
974 .imagelist .TablePager_col_links { background-color: #eeeeff }
975 .imagelist .TablePager_col_img_description { white-space: normal }
976 .imagelist th.TablePager_sort { background-color: #ccccff }
977
978 .templatesUsed { margin-top: 1.5em; }
979
980 .mw-summary-preview {
981 margin: 0.1em 0;
982 }
983
984 /* Friendlier slave lag warnings */
985 div.mw-lag-warn-normal,
986 div.mw-lag-warn-high {
987 padding: 3px;
988 text-align: center;
989 margin: 3px auto;
990 }
991 div.mw-lag-warn-normal {
992 border: 1px solid #FFCC66;
993 background-color: #FFFFCC;
994 }
995 div.mw-lag-warn-high {
996 font-weight: bold;
997 border: 2px solid #FF0033;
998 background-color: #FFCCCC;
999 }
1000
1001 /* Recreating-deleted-page/reupload file warning and log entries */
1002 div#mw-upload-deleted-warn,
1003 div#mw-recreate-deleted-warn {
1004 padding: 3px;
1005 margin-bottom: 3px;
1006 border: 2px solid #2F6FAB;
1007 }
1008 div#mw-upload-deleted-warn ul li,
1009 div#mw-recreate-deleted-warn ul li {
1010 font-size: 90%;
1011 }
1012 .MediaTransformError {
1013 background-color: #ccc;
1014 padding: 0.1em;
1015 }
1016 .MediaTransformError td {
1017 text-align: center;
1018 vertical-align: middle;
1019 font-size: 90%;
1020 }
1021 ul {
1022 line-height: 1.5em;
1023 list-style-type: square;
1024 margin: .3em 0 0 1.5em;
1025 padding: 0;
1026 list-style-image: url(bullet.gif);
1027 }
1028 ol {
1029 line-height: 1.5em;
1030 margin: .3em 0 0 3.2em;
1031 padding: 0;
1032 list-style-image: none;
1033 }
1034 li {
1035 margin-bottom: .1em;
1036 }
1037 dt {
1038 font-weight: bold;
1039 margin-bottom: .1em;
1040 }
1041 dl {
1042 margin-top: .2em;
1043 margin-bottom: .5em;
1044 }
1045
1046 #p-cactions li.new a {
1047 color: #cc2200;
1048 }
1049
1050 span.subpages {
1051 font-size: 80%;
1052 display: block;
1053 }
1054
1055 pre {
1056 border: solid 1px #3c78b5;
1057 padding: 0.4em;
1058 background-color: #f0f0f0;
1059 }
1060
1061 .usermessage {
1062 background-color: #dadaff;
1063 }
1064
1065 .mw-topboxes {
1066 border-collapse: collapse;
1067 margin: 0 -1em 1em -1em;
1068 padding: 0 0 8px 0;
1069 background: url(footer-grad.png) repeat-x bottom left;
1070 }
1071
1072 .mw-topbox p {
1073 padding: 0 0 0 0;
1074 margin: 0 0 0 0;
1075 }
1076
1077 .mw-topbox {
1078 color: black;
1079 font-weight: bold;
1080 margin: 0 0 0 0;
1081 padding: 0 1em 0 1em;
1082 vertical-align: middle;
1083 border-collapse: collapse;
1084 border-bottom: solid 1px #bbbbbb;
1085 }
1086
1087 #siteSub {
1088 background-color: #dddddd;
1089 }
1090
1091 /* emulate center */
1092 .center {
1093 width:100%;
1094 text-align:center;
1095 }
1096 *.center * {
1097 margin-left:auto;
1098 margin-right:auto;
1099 }
1100
1101 /* table standards */
1102 .toccolours {
1103 border:1px solid #bbbbbb;
1104 background-color:#f0f0f0;
1105 border-spacing:0pt;
1106 margin:0pt;
1107 padding:0pt;
1108 }