Centralize .searchmatch coloring in shared.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 0.5em 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.bot {
651 font-weight: bold;
652 }
653 span.unpatrolled {
654 font-weight: bold;
655 color: red;
656 }
657
658 .sharedUploadNotice {
659 font-style: italic;
660 }
661
662 span.updatedmarker {
663 color: black;
664 background-color: #0f0;
665 }
666
667 table.gallery {
668 border: 1px solid #ccc;
669 margin: 2px;
670 padding: 2px;
671 background-color: white;
672 }
673
674 table.gallery tr {
675 vertical-align: top;
676 }
677
678 table.gallery td {
679 vertical-align: top;
680 background-color: #f9f9f9;
681 border: solid 2px white;
682 }
683 /* Keep this temporarily so that cached pages will display right */
684 table.gallery td.galleryheader {
685 text-align: center;
686 font-weight: bold;
687 }
688 table.gallery caption {
689 font-weight: bold;
690 }
691
692 div.gallerybox {
693 margin: 2px;
694 }
695
696 div.gallerybox div.thumb {
697 text-align: center;
698 border: 1px solid #ccc;
699 margin: 2px;
700 }
701
702 div.gallerytext {
703 overflow: hidden;
704 font-size: 94%;
705 padding: 2px 4px;
706 }
707
708 span.comment {
709 font-style: italic;
710 }
711
712 span.changedby {
713 font-size: 95%;
714 }
715
716 .previewnote {
717 text-indent: 3em;
718 color: #c00;
719 border-bottom: 1px solid #aaa;
720 padding-bottom: 1em;
721 margin-bottom: 1em;
722 }
723
724 .previewnote p {
725 margin: 0;
726 padding: 0;
727 }
728
729 .editExternally {
730 border: 1px solid gray;
731 background-color: #ffffff;
732 padding: 3px;
733 margin-top: 0.5em;
734 float: left;
735 font-size: small;
736 text-align: center;
737 }
738 .editExternallyHelp {
739 font-style: italic;
740 color: gray;
741 }
742
743 .toggle {
744 margin-left: 2em;
745 text-indent: -2em;
746 }
747
748 /* Classes for EXIF data display */
749 table.mw_metadata {
750 font-size: 0.8em;
751 margin-left: 0.5em;
752 margin-bottom: 0.5em;
753 width: 300px;
754 }
755
756 table.mw_metadata caption {
757 font-weight: bold;
758 }
759
760 table.mw_metadata th {
761 font-weight: normal;
762 }
763
764 table.mw_metadata td {
765 padding: 0.1em;
766 }
767
768 table.mw_metadata {
769 border: none;
770 border-collapse: collapse;
771 }
772
773 table.mw_metadata td, table.mw_metadata th {
774 text-align: center;
775 border: 1px solid #aaaaaa;
776 padding-left: 0.1em;
777 padding-right: 0.1em;
778 }
779
780 table.mw_metadata th {
781 background-color: #f9f9f9;
782 }
783
784 table.mw_metadata td {
785 background-color: #fcfcfc;
786 }
787
788 table.collapsed tr.collapsable {
789 display: none;
790 }
791
792
793 /* filetoc */
794 ul#filetoc {
795 text-align: center;
796 border: 1px solid #aaaaaa;
797 background-color: #f9f9f9;
798 padding: 5px;
799 font-size: 95%;
800 margin-bottom: 0.5em;
801 margin-left: 0;
802 margin-right: 0;
803 }
804
805 #filetoc li {
806 display: inline;
807 list-style-type: none;
808 padding-right: 2em;
809 }
810
811 input#wpSummary {
812 width: 80%;
813 }
814
815 /* @bug 1714 */
816 input#wpSave, input#wpDiff {
817 margin-right: 0.33em;
818 }
819
820 #wpSave {
821 font-weight: bold;
822 }
823
824 /* Classes for article validation */
825
826 table.revisionform_default {
827 border: 1px solid #000000;
828 }
829
830 table.revisionform_focus {
831 border: 1px solid #000000;
832 background-color:#00BBFF;
833 }
834
835 tr.revision_tr_default {
836 background-color:#EEEEEE;
837 }
838
839 tr.revision_tr_first {
840 background-color:#DDDDDD;
841 }
842
843 p.revision_saved {
844 color: green;
845 font-weight:bold;
846 }
847
848 #mw_trackbacks {
849 border: solid 1px #bbbbff;
850 background-color: #eeeeff;
851 padding: 0.2em;
852 }
853
854
855 /* Allmessages table */
856
857 #allmessagestable th {
858 background-color: #b2b2ff;
859 }
860
861 #allmessagestable tr.orig {
862 background-color: #ffe2e2;
863 }
864
865 #allmessagestable tr.new {
866 background-color: #e2ffe2;
867 }
868
869 #allmessagestable tr.def {
870 background-color: #f0f0ff;
871 }
872
873
874 /* noarticletext */
875 div.noarticletext {
876 border: 1px solid #ccc;
877 background: #fff;
878 padding: .2em 1em;
879 color: #000;
880 }
881
882 div#searchTargetContainer {
883 left: 10px;
884 top: 10px;
885 width: 90%;
886 background: white;
887 }
888
889 div#searchTarget {
890 padding: 3px;
891 margin: 5px;
892 background: #F0F0F0;
893 border: solid 1px blue;
894 }
895
896 div#searchTarget ul li {
897 list-style: none;
898 }
899
900 div#searchTarget ul li:before {
901 color: orange;
902 content: "\00BB \0020";
903 }
904
905 div#searchTargetHide {
906 float:right;
907 border:solid 1px black;
908 background:gainsboro;
909 padding:2px;
910 }
911
912 div.multipageimagenavbox {
913 border: solid 1px silver;
914 padding: 4px;
915 margin: 1em;
916 background: #f0f0f0;
917 }
918
919 div.multipageimagenavbox div.thumb {
920 border: none;
921 margin-left: 2em;
922 margin-right: 2em;
923 }
924
925 div.multipageimagenavbox hr {
926 margin: 6px;
927 }
928
929 table.multipageimage td {
930 text-align: center;
931 }
932
933 /** Special:Version */
934
935 table#sv-ext, table#sv-hooks, table#sv-software {
936 margin: 1em;
937 padding:0em;
938 }
939
940 #sv-ext td, #sv-hooks td, #sv-software td,
941 #sv-ext th, #sv-hooks th, #sv-software th {
942 border: 1px solid #A0A0A0;
943 padding: 0 0.15em 0 0.15em;
944 }
945 #sv-ext th, #sv-hooks th, #sv-software th {
946 background-color: #F0F0F0;
947 color: black;
948 padding: 0 0.15em 0 0.15em;
949 }
950 tr.sv-space{
951 height: 0.8em;
952 border:none;
953 }
954 tr.sv-space td { display: none; }
955
956 /*
957 Table pager (e.g. Special:Imagelist)
958 - remove underlines from the navigation link
959 - collapse borders
960 - set the borders to outsets (similar to Special:Allmessages)
961 - remove line wrapping for all td and th, set background color
962 - restore line wrapping for the last two table cells (description and size)
963 */
964 .TablePager_nav a { text-decoration: none; }
965 .TablePager { border-collapse: collapse; }
966 .TablePager, .TablePager td, .TablePager th {
967 border: 1px solid #aaaaaa;
968 padding: 0 0.15em 0 0.15em;
969 }
970 .TablePager th { background-color: #eeeeff }
971 .TablePager td { background-color: #ffffff }
972 .TablePager tr:hover td { background-color: #eeeeff }
973
974 .imagelist td, .imagelist th { white-space: nowrap }
975 .imagelist .TablePager_col_links { background-color: #eeeeff }
976 .imagelist .TablePager_col_img_description { white-space: normal }
977 .imagelist th.TablePager_sort { background-color: #ccccff }
978
979 .templatesUsed { margin-top: 1.5em; }
980
981 .mw-summary-preview {
982 margin: 0.1em 0;
983 }
984
985 /* Friendlier slave lag warnings */
986 div.mw-lag-warn-normal,
987 div.mw-lag-warn-high {
988 padding: 3px;
989 text-align: center;
990 margin: 3px auto;
991 }
992 div.mw-lag-warn-normal {
993 border: 1px solid #FFCC66;
994 background-color: #FFFFCC;
995 }
996 div.mw-lag-warn-high {
997 font-weight: bold;
998 border: 2px solid #FF0033;
999 background-color: #FFCCCC;
1000 }
1001
1002 .MediaTransformError {
1003 background-color: #ccc;
1004 padding: 0.1em;
1005 }
1006 .MediaTransformError td {
1007 text-align: center;
1008 vertical-align: middle;
1009 font-size: 90%;
1010 }
1011 ul {
1012 line-height: 1.5em;
1013 list-style-type: square;
1014 margin: .3em 0 0 1.5em;
1015 padding: 0;
1016 list-style-image: url(bullet.gif);
1017 }
1018 ol {
1019 line-height: 1.5em;
1020 margin: .3em 0 0 3.2em;
1021 padding: 0;
1022 list-style-image: none;
1023 }
1024 li {
1025 margin-bottom: .1em;
1026 }
1027 dt {
1028 font-weight: bold;
1029 margin-bottom: .1em;
1030 }
1031 dl {
1032 margin-top: .2em;
1033 margin-bottom: .5em;
1034 }
1035
1036 #p-cactions li.new a {
1037 color: #cc2200;
1038 }
1039
1040 span.subpages {
1041 font-size: 80%;
1042 display: block;
1043 }
1044
1045 pre {
1046 border: solid 1px #3c78b5;
1047 padding: 0.4em;
1048 background-color: #f0f0f0;
1049 }
1050
1051 .usermessage {
1052 background-color: #dadaff;
1053 }
1054
1055 .mw-topboxes {
1056 border-collapse: collapse;
1057 margin: 0 -1em 1em -1em;
1058 padding: 0 0 8px 0;
1059 background: url(footer-grad.png) repeat-x bottom left;
1060 }
1061
1062 .mw-topbox p {
1063 padding: 0 0 0 0;
1064 margin: 0 0 0 0;
1065 }
1066
1067 .mw-topbox {
1068 color: black;
1069 font-weight: bold;
1070 margin: 0 0 0 0;
1071 padding: 0 1em 0 1em;
1072 vertical-align: middle;
1073 border-collapse: collapse;
1074 border-bottom: solid 1px #bbbbbb;
1075 }
1076
1077 #siteSub {
1078 background-color: #dddddd;
1079 }
1080
1081 /* emulate center */
1082 .center {
1083 width:100%;
1084 text-align:center;
1085 }
1086 *.center * {
1087 margin-left:auto;
1088 margin-right:auto;
1089 }
1090
1091 /* table standards */
1092 .toccolours {
1093 border:1px solid #bbbbbb;
1094 background-color:#f0f0f0;
1095 border-spacing:0pt;
1096 margin:0pt;
1097 padding:0pt;
1098 }