Bold for ".prefsection legend" after seeing r35531 in action
[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 .link-irc {
413 background: url(discussionitem_icon.gif) center right no-repeat;
414 padding-right: 18px;
415 }
416
417 #mw_content a.external[href $=".ogg"], #mw_content a.external[href $=".OGG"],
418 #mw_content a.external[href $=".mid"], #mw_content a.external[href $=".MID"],
419 #mw_content a.external[href $=".midi"], #mw_content a.external[href $=".MIDI"],
420 #mw_content a.external[href $=".mp3"], #mw_content a.external[href $=".MP3"],
421 #mw_content a.external[href $=".wav"], #mw_content a.external[href $=".WAV"],
422 #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"],
423 .link-audio {
424 background: url("audio.png") center right no-repeat;
425 padding-right: 13px;
426 }
427 #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"],
428 #mw_content a.external[href $=".avi"], #mw_content a.external[href $=".AVI"],
429 #mw_content a.external[href $=".mpeg"], #mw_content a.external[href $=".MPEG"],
430 #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"],
431 .link-video {
432 background: url("video.png") center right no-repeat;
433 padding-right: 13px;
434 }
435 #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"],
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 .link-document {
439 background: url("document.png") center right no-repeat;
440 padding-right: 12px;
441 }
442
443 /* images */
444 div.floatright, table.floatright {
445 clear: right;
446 float: right;
447 position: relative;
448 margin: 0 0 .5em .5em;
449 border: 0;
450 /*
451 border: .5em solid white;
452 border-width: .5em 0 .8em 1.4em;
453 */
454 }
455 div.floatright p { font-style: italic; }
456 div.floatleft, table.floatleft {
457 float: left;
458 clear: left;
459 position: relative;
460 margin: 0 .5em .5em 0;
461 border: 0;
462 /*
463 margin: .3em .5em .5em 0;
464 border: .5em solid white;
465 border-width: .5em 1.4em .8em 0;
466 */
467 }
468 div.floatleft p { font-style: italic; }
469 /* thumbnails */
470 div.thumb {
471 margin-bottom: .5em;
472 border-style: solid;
473 border-color: white;
474 width: auto;
475 }
476 div.thumbinner {
477 border: 1px solid #ccc;
478 padding: 3px !important;
479 background-color: #f9f9f9;
480 font-size: 94%;
481 text-align: center;
482 overflow: hidden;
483 }
484 html .thumbimage {
485 border: 1px solid #ccc;
486 }
487 html .thumbcaption {
488 border: none;
489 text-align: left;
490 line-height: 1.4em;
491 padding: 3px !important;
492 font-size: 94%;
493 }
494 div.magnify {
495 float: right;
496 border: none !important;
497 background: none !important;
498 }
499 div.magnify a, div.magnify img {
500 display: block;
501 border: none !important;
502 background: none !important;
503 }
504 div.tright {
505 clear: right;
506 float: right;
507 border-width: .5em 0 .8em 1.4em;
508 }
509 div.tleft {
510 float: left;
511 clear: left;
512 margin-right: .5em;
513 border-width: .5em 1.4em .8em 0;
514 }
515 img.thumbborder {
516 border: 1px solid #dddddd;
517 }
518 .hiddenStructure {
519 display: none;
520 }
521
522 #mw_content .plainlinks a {
523 background: none !important;
524 padding: 0 !important;
525 }
526
527 .mw-warning {
528 border: 1px solid #aaa;
529 background-color: #f9f9f9;
530 padding: 5px;
531 font-size: 95%;
532 }
533
534 #toc,
535 .toc {
536 margin: 0 0 0 0;
537 padding: 0 0 0 0;
538 border-spacing: 0;
539 background-color: #f0f0f0;
540 border: solid 1px #bbbbbb;
541 }
542
543 #toc tr, #toc td {
544 margin: 0 0 0 0;
545 padding: 0 0 0 0;
546 }
547
548 #toctitle {
549 border-bottom: solid 1px #3c78b5;
550 background-color: #dddddd;
551 margin: 0 0 0 0;
552 }
553
554 #toc h2,
555 .toc h2 {
556 display: inline;
557 border: none;
558 padding: 0;
559 font-size: 100%;
560 font-weight: bold;
561 }
562 #toc #toctitle,
563 .toc #toctitle,
564 #toc .toctitle,
565 .toc .toctitle {
566 text-align: center;
567 }
568
569 #toc ul,
570 .toc ul {
571 list-style-type: none;
572 list-style-image: none;
573 margin: 0 1em 0 1em;
574 padding-left: 0;
575 text-align: left;
576 }
577
578 #toc ul ul,
579 .toc ul ul {
580 margin: 0 0 0 2em;
581 }
582
583 #toc .toctoggle,
584 .toc .toctoggle {
585 font-size: 94%;
586 }
587
588 .mw-warning {
589 margin-left: 50px;
590 margin-right: 50px;
591 text-align: center;
592 }
593
594 .catlinks {
595 border: solid 1px #bbbbbb;
596 background-color: #f0f0f0;
597 padding: 0.5em 0.5em 0.5em 0.5em;
598 margin: 0 0 0 0;
599 }
600
601 .catlinks {
602 margin: 0 0 0 0;
603 padding: 0 0 0 0;
604 }
605
606 #mw_header h1,
607 #p-personal,
608 #p-cactions {
609 overflow: hidden;
610 }
611
612 /* disable interwiki styling */
613 #mw_content a.extiw,
614 #mw_content a.extiw:active {
615 color: #36b;
616 background: none;
617 padding: 0;
618 }
619 #mw_content a.external {
620 color: #36b;
621 }
622
623
624
625 .redirectText {
626 font-size: 150%;
627 margin: 5px;
628 }
629
630 .printfooter {
631 display: none;
632 }
633
634 .not-patrolled {
635 background-color: #ffa;
636 }
637 div.patrollink {
638 font-size: 75%;
639 text-align: right;
640 }
641 span.newpage, span.minor, span.searchmatch, span.bot {
642 font-weight: bold;
643 }
644 span.unpatrolled {
645 font-weight: bold;
646 color: red;
647 }
648
649 span.searchmatch {
650 color: red;
651 }
652 .sharedUploadNotice {
653 font-style: italic;
654 }
655
656 span.updatedmarker {
657 color: black;
658 background-color: #0f0;
659 }
660
661 table.gallery {
662 border: 1px solid #ccc;
663 margin: 2px;
664 padding: 2px;
665 background-color: white;
666 }
667
668 table.gallery tr {
669 vertical-align: top;
670 }
671
672 table.gallery td {
673 vertical-align: top;
674 background-color: #f9f9f9;
675 border: solid 2px white;
676 }
677 /* Keep this temporarily so that cached pages will display right */
678 table.gallery td.galleryheader {
679 text-align: center;
680 font-weight: bold;
681 }
682 table.gallery caption {
683 font-weight: bold;
684 }
685
686 div.gallerybox {
687 margin: 2px;
688 }
689
690 div.gallerybox div.thumb {
691 text-align: center;
692 border: 1px solid #ccc;
693 margin: 2px;
694 }
695
696 div.gallerytext {
697 overflow: hidden;
698 font-size: 94%;
699 padding: 2px 4px;
700 }
701
702 span.comment {
703 font-style: italic;
704 }
705
706 span.changedby {
707 font-size: 95%;
708 }
709
710 .previewnote {
711 text-indent: 3em;
712 color: #c00;
713 border-bottom: 1px solid #aaa;
714 padding-bottom: 1em;
715 margin-bottom: 1em;
716 }
717
718 .previewnote p {
719 margin: 0;
720 padding: 0;
721 }
722
723 .editExternally {
724 border: 1px solid gray;
725 background-color: #ffffff;
726 padding: 3px;
727 margin-top: 0.5em;
728 float: left;
729 font-size: small;
730 text-align: center;
731 }
732 .editExternallyHelp {
733 font-style: italic;
734 color: gray;
735 }
736
737 .toggle {
738 margin-left: 2em;
739 text-indent: -2em;
740 }
741
742 /* Classes for EXIF data display */
743 table.mw_metadata {
744 font-size: 0.8em;
745 margin-left: 0.5em;
746 margin-bottom: 0.5em;
747 width: 300px;
748 }
749
750 table.mw_metadata caption {
751 font-weight: bold;
752 }
753
754 table.mw_metadata th {
755 font-weight: normal;
756 }
757
758 table.mw_metadata td {
759 padding: 0.1em;
760 }
761
762 table.mw_metadata {
763 border: none;
764 border-collapse: collapse;
765 }
766
767 table.mw_metadata td, table.mw_metadata th {
768 text-align: center;
769 border: 1px solid #aaaaaa;
770 padding-left: 0.1em;
771 padding-right: 0.1em;
772 }
773
774 table.mw_metadata th {
775 background-color: #f9f9f9;
776 }
777
778 table.mw_metadata td {
779 background-color: #fcfcfc;
780 }
781
782 table.collapsed tr.collapsable {
783 display: none;
784 }
785
786
787 /* filetoc */
788 ul#filetoc {
789 text-align: center;
790 border: 1px solid #aaaaaa;
791 background-color: #f9f9f9;
792 padding: 5px;
793 font-size: 95%;
794 margin-bottom: 0.5em;
795 margin-left: 0;
796 margin-right: 0;
797 }
798
799 #filetoc li {
800 display: inline;
801 list-style-type: none;
802 padding-right: 2em;
803 }
804
805 input#wpSummary {
806 width: 80%;
807 }
808
809 /* @bug 1714 */
810 input#wpSave, input#wpDiff {
811 margin-right: 0.33em;
812 }
813
814 #editform .editOptions {
815 display: inline;
816 }
817
818 #wpSave {
819 font-weight: bold;
820 }
821
822 /* Classes for article validation */
823
824 table.revisionform_default {
825 border: 1px solid #000000;
826 }
827
828 table.revisionform_focus {
829 border: 1px solid #000000;
830 background-color:#00BBFF;
831 }
832
833 tr.revision_tr_default {
834 background-color:#EEEEEE;
835 }
836
837 tr.revision_tr_first {
838 background-color:#DDDDDD;
839 }
840
841 p.revision_saved {
842 color: green;
843 font-weight:bold;
844 }
845
846 #mw_trackbacks {
847 border: solid 1px #bbbbff;
848 background-color: #eeeeff;
849 padding: 0.2em;
850 }
851
852
853 /* Allmessages table */
854
855 #allmessagestable th {
856 background-color: #b2b2ff;
857 }
858
859 #allmessagestable tr.orig {
860 background-color: #ffe2e2;
861 }
862
863 #allmessagestable tr.new {
864 background-color: #e2ffe2;
865 }
866
867 #allmessagestable tr.def {
868 background-color: #f0f0ff;
869 }
870
871
872 /* noarticletext */
873 div.noarticletext {
874 border: 1px solid #ccc;
875 background: #fff;
876 padding: .2em 1em;
877 color: #000;
878 }
879
880 div#searchTargetContainer {
881 left: 10px;
882 top: 10px;
883 width: 90%;
884 background: white;
885 }
886
887 div#searchTarget {
888 padding: 3px;
889 margin: 5px;
890 background: #F0F0F0;
891 border: solid 1px blue;
892 }
893
894 div#searchTarget ul li {
895 list-style: none;
896 }
897
898 div#searchTarget ul li:before {
899 color: orange;
900 content: "\00BB \0020";
901 }
902
903 div#searchTargetHide {
904 float:right;
905 border:solid 1px black;
906 background:gainsboro;
907 padding:2px;
908 }
909
910 div.multipageimagenavbox {
911 border: solid 1px silver;
912 padding: 4px;
913 margin: 1em;
914 -moz-border-radius: 6px;
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 }