(bug 15551) Show deletion log excerpts when a user follows a redlink, even if they...
[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 hr {
281 height: 1px;
282 color: #aaa;
283 background-color: #aaa;
284 border: 0;
285 margin: .2em 0 .2em 0;
286 }
287
288 #contentSub {
289 color: #888;
290 font-size: small;
291 padding-left: 2em;
292 }
293
294 #mw_portlets form {
295 margin: 0 0 0 0;
296 padding: 0 0 0 0;
297 }
298
299 a {
300 text-decoration: none;
301 color: #003366;
302 background: none;
303 }
304 a:visited {
305 color: #5a3696;
306 }
307 a:active {
308 color: #faa700;
309 }
310 a:hover {
311 text-decoration: underline;
312 }
313 a.stub {
314 color: #772233;
315 }
316 a.new {
317 color: #ba0000;
318 }
319 a.new:visited {
320 color: #a55858;
321 }
322
323 span.editsection {
324 font-size: small;
325 }
326
327 h1, h2 {
328 border-bottom: solid 1px #003366;
329 }
330
331 #preftoc {
332 width: 100%;
333 margin: 0 0 0 0;
334 padding: 0 0 0 0;
335 height: 1.5em;
336 clear: right;
337 }
338
339 #preftoc li {
340 margin: 0 0.5em 0 0.5em;
341 padding: 0 0.2em 0 0.2em;
342 display: block;
343 float: left;
344 height: 1.5em;
345 text-transform: lowercase;
346 }
347
348 #preferences {
349 margin: 0 0 0 0;
350 padding: 0em 1em 1em 1em;
351 border: solid 1px #bbbbbb;
352 clear: left; /* Multi-line toc should not push data to horizontally */
353 }
354
355 #preferences fieldset {
356 margin-top: 0;
357 border: none;
358 }
359
360 #preferences h2 {
361 }
362
363 .mainLegend {
364 display: none;
365 }
366
367 .prefsectiontip {
368 font-size: x-small;
369 padding: .2em 2em;
370 color: #666;
371 }
372
373 .prefsection legend {
374 font-weight: bold;
375 }
376
377 #preftoc li.selected {
378 background-color: #bbbbbb;
379 }
380
381 #preftoc li a,
382 #preftoc li a:hover,
383 #preftoc li a:visited {
384 text-decoration: underline;
385 color: #003366;
386 }
387
388 #preftoc li.selected a,
389 #preftoc li.selected a:hover,
390 #preftoc li.selected a:visited {
391 text-decoration: none;
392 color: white;
393 }
394
395 #mw_content a.external,
396 #mw_content a[href ^="gopher://"] {
397 background: url(external.png) center right no-repeat;
398 padding-right: 13px;
399 }
400 #mw_content a[href ^="https://"],
401 .link-https {
402 background: url(lock_icon.gif) center right no-repeat;
403 padding-right: 16px;
404 }
405 #mw_content a[href ^="mailto:"],
406 .link-mailto {
407 background: url(mail_icon.gif) center right no-repeat;
408 padding-right: 18px;
409 }
410 #mw_content a[href ^="news://"] {
411 background: url(news_icon.png) center right no-repeat;
412 padding-right: 18px;
413 }
414 #mw_content a[href ^="ftp://"],
415 .link-ftp {
416 background: url(file_icon.gif) center right no-repeat;
417 padding-right: 18px;
418 }
419 #mw_content a[href ^="irc://"],
420 #mw_content a.extiw[href ^="irc://"],
421 .link-irc {
422 background: url(discussionitem_icon.gif) center right no-repeat;
423 padding-right: 18px;
424 }
425
426 #mw_content a.external[href $=".ogg"], #mw_content a.external[href $=".OGG"],
427 #mw_content a.external[href $=".mid"], #mw_content a.external[href $=".MID"],
428 #mw_content a.external[href $=".midi"], #mw_content a.external[href $=".MIDI"],
429 #mw_content a.external[href $=".mp3"], #mw_content a.external[href $=".MP3"],
430 #mw_content a.external[href $=".wav"], #mw_content a.external[href $=".WAV"],
431 #mw_content a.external[href $=".wma"], #mw_content a.external[href $=".WMA"],
432 .link-audio {
433 background: url("audio.png") center right no-repeat;
434 padding-right: 13px;
435 }
436 #mw_content a.external[href $=".ogm"], #mw_content a.external[href $=".OGM"],
437 #mw_content a.external[href $=".avi"], #mw_content a.external[href $=".AVI"],
438 #mw_content a.external[href $=".mpeg"], #mw_content a.external[href $=".MPEG"],
439 #mw_content a.external[href $=".mpg"], #mw_content a.external[href $=".MPG"],
440 .link-video {
441 background: url("video.png") center right no-repeat;
442 padding-right: 13px;
443 }
444 #mw_content a.external[href $=".pdf"], #mw_content a.external[href $=".PDF"],
445 #mw_content a.external[href *=".pdf#"], #mw_content a.external[href *=".PDF#"],
446 #mw_content a.external[href *=".pdf?"], #mw_content a.external[href *=".PDF?"],
447 .link-document {
448 background: url("document.png") center right no-repeat;
449 padding-right: 12px;
450 }
451
452 /* images */
453 div.floatright, table.floatright {
454 clear: right;
455 float: right;
456 position: relative;
457 margin: 0 0 .5em .5em;
458 border: 0;
459 /*
460 border: .5em solid white;
461 border-width: .5em 0 .8em 1.4em;
462 */
463 }
464 div.floatright p { font-style: italic; }
465 div.floatleft, table.floatleft {
466 float: left;
467 clear: left;
468 position: relative;
469 margin: 0 .5em .5em 0;
470 border: 0;
471 /*
472 margin: .3em .5em .5em 0;
473 border: .5em solid white;
474 border-width: .5em 1.4em .8em 0;
475 */
476 }
477 div.floatleft p { font-style: italic; }
478 /* thumbnails */
479 div.thumb {
480 margin-bottom: .5em;
481 border-style: solid;
482 border-color: white;
483 width: auto;
484 }
485 div.thumbinner {
486 border: 1px solid #ccc;
487 padding: 3px !important;
488 background-color: #f9f9f9;
489 font-size: 94%;
490 text-align: center;
491 overflow: hidden;
492 }
493 html .thumbimage {
494 border: 1px solid #ccc;
495 }
496 html .thumbcaption {
497 border: none;
498 text-align: left;
499 line-height: 1.4em;
500 padding: 3px !important;
501 font-size: 94%;
502 }
503 div.magnify {
504 float: right;
505 border: none !important;
506 background: none !important;
507 }
508 div.magnify a, div.magnify img {
509 display: block;
510 border: none !important;
511 background: none !important;
512 }
513 div.tright {
514 clear: right;
515 float: right;
516 border-width: .5em 0 .8em 1.4em;
517 }
518 div.tleft {
519 float: left;
520 clear: left;
521 margin-right: .5em;
522 border-width: .5em 1.4em .8em 0;
523 }
524 img.thumbborder {
525 border: 1px solid #dddddd;
526 }
527 .hiddenStructure {
528 display: none;
529 }
530
531 #mw_content .plainlinks a {
532 background: none !important;
533 padding: 0 !important;
534 }
535
536 .mw-warning {
537 border: 1px solid #aaa;
538 background-color: #f9f9f9;
539 padding: 5px;
540 font-size: 95%;
541 }
542
543 #toc,
544 .toc {
545 margin: 0 0 0 0;
546 padding: 0 0 0 0;
547 border-spacing: 0;
548 background-color: #f0f0f0;
549 border: solid 1px #bbbbbb;
550 }
551
552 #toc tr, #toc td {
553 margin: 0 0 0 0;
554 padding: 0 0 0 0;
555 }
556
557 #toctitle {
558 border-bottom: solid 1px #3c78b5;
559 background-color: #dddddd;
560 margin: 0 0 0 0;
561 }
562
563 #toc h2,
564 .toc h2 {
565 display: inline;
566 border: none;
567 padding: 0;
568 font-size: 100%;
569 font-weight: bold;
570 }
571 #toc #toctitle,
572 .toc #toctitle,
573 #toc .toctitle,
574 .toc .toctitle {
575 text-align: center;
576 }
577
578 #toc ul,
579 .toc ul {
580 list-style-type: none;
581 list-style-image: none;
582 margin: 0 1em 0 1em;
583 padding-left: 0;
584 text-align: left;
585 }
586
587 #toc ul ul,
588 .toc ul ul {
589 margin: 0 0 0 2em;
590 }
591
592 #toc .toctoggle,
593 .toc .toctoggle {
594 font-size: 94%;
595 }
596
597 .mw-warning {
598 margin-left: 50px;
599 margin-right: 50px;
600 text-align: center;
601 }
602
603 .catlinks {
604 border: solid 1px #bbbbbb;
605 background-color: #f0f0f0;
606 padding: 0.5em 0.5em 0.5em 0.5em;
607 margin: 0 0 0 0;
608 }
609
610 .catlinks {
611 margin: 0 0 0 0;
612 padding: 0 0 0 0;
613 }
614
615 #mw_header h1,
616 #p-personal,
617 #p-cactions {
618 overflow: hidden;
619 }
620
621 /* disable interwiki styling */
622 #mw_content a.extiw,
623 #mw_content a.extiw:active {
624 color: #36b;
625 background: none;
626 padding: 0;
627 }
628 #mw_content a.external {
629 color: #36b;
630 }
631
632
633
634 .redirectText {
635 font-size: 150%;
636 margin: 5px;
637 }
638
639 .printfooter {
640 display: none;
641 }
642
643 .not-patrolled {
644 background-color: #ffa;
645 }
646 div.patrollink {
647 font-size: 75%;
648 text-align: right;
649 }
650 span.newpage, span.minor, span.searchmatch, span.bot {
651 font-weight: bold;
652 }
653
654 span.searchmatch {
655 color: red;
656 }
657 .sharedUploadNotice {
658 font-style: italic;
659 }
660
661 span.updatedmarker {
662 color: black;
663 background-color: #0f0;
664 }
665
666 table.gallery {
667 border: 1px solid #ccc;
668 margin: 2px;
669 padding: 2px;
670 background-color: white;
671 }
672
673 table.gallery tr {
674 vertical-align: top;
675 }
676
677 table.gallery td {
678 vertical-align: top;
679 background-color: #f9f9f9;
680 border: solid 2px white;
681 }
682 /* Keep this temporarily so that cached pages will display right */
683 table.gallery td.galleryheader {
684 text-align: center;
685 font-weight: bold;
686 }
687 table.gallery caption {
688 font-weight: bold;
689 }
690
691 div.gallerybox {
692 margin: 2px;
693 }
694
695 div.gallerybox div.thumb {
696 text-align: center;
697 border: 1px solid #ccc;
698 margin: 2px;
699 }
700
701 div.gallerytext {
702 overflow: hidden;
703 font-size: 94%;
704 padding: 2px 4px;
705 }
706
707 span.comment {
708 font-style: italic;
709 }
710
711 span.changedby {
712 font-size: 95%;
713 }
714
715 .previewnote {
716 text-indent: 3em;
717 color: #c00;
718 border-bottom: 1px solid #aaa;
719 padding-bottom: 1em;
720 margin-bottom: 1em;
721 }
722
723 .previewnote p {
724 margin: 0;
725 padding: 0;
726 }
727
728 .editExternally {
729 border: 1px solid gray;
730 background-color: #ffffff;
731 padding: 3px;
732 margin-top: 0.5em;
733 float: left;
734 font-size: small;
735 text-align: center;
736 }
737 .editExternallyHelp {
738 font-style: italic;
739 color: gray;
740 }
741
742 .toggle {
743 margin-left: 2em;
744 text-indent: -2em;
745 }
746
747 /* Classes for EXIF data display */
748 table.mw_metadata {
749 font-size: 0.8em;
750 margin-left: 0.5em;
751 margin-bottom: 0.5em;
752 width: 300px;
753 }
754
755 table.mw_metadata caption {
756 font-weight: bold;
757 }
758
759 table.mw_metadata th {
760 font-weight: normal;
761 }
762
763 table.mw_metadata td {
764 padding: 0.1em;
765 }
766
767 table.mw_metadata {
768 border: none;
769 border-collapse: collapse;
770 }
771
772 table.mw_metadata td, table.mw_metadata th {
773 text-align: center;
774 border: 1px solid #aaaaaa;
775 padding-left: 0.1em;
776 padding-right: 0.1em;
777 }
778
779 table.mw_metadata th {
780 background-color: #f9f9f9;
781 }
782
783 table.mw_metadata td {
784 background-color: #fcfcfc;
785 }
786
787 table.collapsed tr.collapsable {
788 display: none;
789 }
790
791
792 /* filetoc */
793 ul#filetoc {
794 text-align: center;
795 border: 1px solid #aaaaaa;
796 background-color: #f9f9f9;
797 padding: 5px;
798 font-size: 95%;
799 margin-bottom: 0.5em;
800 margin-left: 0;
801 margin-right: 0;
802 }
803
804 #filetoc li {
805 display: inline;
806 list-style-type: none;
807 padding-right: 2em;
808 }
809
810 input#wpSummary {
811 width: 80%;
812 }
813
814 /* @bug 1714 */
815 input#wpSave, input#wpDiff {
816 margin-right: 0.33em;
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-deleted-notice,
1004 div#mw-recreate-deleted-warn {
1005 padding: 3px;
1006 margin-bottom: 3px;
1007 border: 2px solid #2F6FAB;
1008 }
1009 div#mw-upload-deleted-warn ul li,
1010 div#mw-deleted-notice ul li,
1011 div#mw-recreate-deleted-warn ul li {
1012 font-size: 90%;
1013 }
1014 .MediaTransformError {
1015 background-color: #ccc;
1016 padding: 0.1em;
1017 }
1018 .MediaTransformError td {
1019 text-align: center;
1020 vertical-align: middle;
1021 font-size: 90%;
1022 }
1023 ul {
1024 line-height: 1.5em;
1025 list-style-type: square;
1026 margin: .3em 0 0 1.5em;
1027 padding: 0;
1028 list-style-image: url(bullet.gif);
1029 }
1030 ol {
1031 line-height: 1.5em;
1032 margin: .3em 0 0 3.2em;
1033 padding: 0;
1034 list-style-image: none;
1035 }
1036 li {
1037 margin-bottom: .1em;
1038 }
1039 dt {
1040 font-weight: bold;
1041 margin-bottom: .1em;
1042 }
1043 dl {
1044 margin-top: .2em;
1045 margin-bottom: .5em;
1046 }
1047
1048 #p-cactions li.new a {
1049 color: #cc2200;
1050 }
1051
1052 span.subpages {
1053 font-size: 80%;
1054 display: block;
1055 }
1056
1057 pre {
1058 border: solid 1px #3c78b5;
1059 padding: 0.4em;
1060 background-color: #f0f0f0;
1061 }
1062
1063 .usermessage {
1064 background-color: #dadaff;
1065 }
1066
1067 .mw-topboxes {
1068 border-collapse: collapse;
1069 margin: 0 -1em 1em -1em;
1070 padding: 0 0 8px 0;
1071 background: url(footer-grad.png) repeat-x bottom left;
1072 }
1073
1074 .mw-topbox p {
1075 padding: 0 0 0 0;
1076 margin: 0 0 0 0;
1077 }
1078
1079 .mw-topbox {
1080 color: black;
1081 font-weight: bold;
1082 margin: 0 0 0 0;
1083 padding: 0 1em 0 1em;
1084 vertical-align: middle;
1085 border-collapse: collapse;
1086 border-bottom: solid 1px #bbbbbb;
1087 }
1088
1089 #siteSub {
1090 background-color: #dddddd;
1091 }
1092
1093 /* emulate center */
1094 .center {
1095 width:100%;
1096 text-align:center;
1097 }
1098 *.center * {
1099 margin-left:auto;
1100 margin-right:auto;
1101 }
1102
1103 /* table standards */
1104 .toccolours {
1105 border:1px solid #bbbbbb;
1106 background-color:#f0f0f0;
1107 border-spacing:0pt;
1108 margin:0pt;
1109 padding:0pt;
1110 }