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