Applied patch provided by "The Evil IP address" in bug #25145. This adjusts the color...
[lhc/web/wiklou.git] / skins / vector / screen.css
1 /*
2 * Any rules which should not be flipped automatically in right-to-left situations should be prepended with @noflip in
3 * a comment block. Images that should be embedded as base64 data-URLs should be prepended with @embed in a comment
4 * block.
5 */
6 /* Framework */
7 html,
8 body {
9 height: 100%;
10 margin: 0;
11 padding: 0;
12 font-family: sans-serif;
13 font-size: 1em;
14 }
15 body {
16 background-color: #f3f3f3;
17 /* @embed */
18 background-image: url(images/page-base.png);
19 }
20 /* Content */
21 div#content {
22 margin-left: 10em;
23 padding: 1em;
24 /* @embed */
25 background-image: url(images/border.png);
26 background-position: top left;
27 background-repeat: repeat-y;
28 background-color: white;
29 color: black;
30 direction: ltr;
31 }
32 /* Head */
33 #mw-page-base {
34 height: 5em;
35 background-color: white;
36 /* @embed */
37 background-image: url(images/page-fade.png);
38 background-position: bottom left;
39 background-repeat: repeat-x;
40 }
41 #mw-head-base {
42 margin-top: -5em;
43 margin-left: 10em;
44 height: 5em;
45 /* @embed */
46 background-image: url(images/border.png);
47 background-position: bottom left;
48 background-repeat: repeat-x;
49 }
50 div#mw-head {
51 position: absolute;
52 top: 0;
53 right: 0;
54 width: 100%;
55 }
56 div#mw-head h5 {
57 margin: 0;
58 padding: 0;
59 }
60 /* Hide empty portlets */
61 div.emptyPortlet {
62 display: none;
63 }
64 /* Personal */
65 #p-personal {
66 position: absolute;
67 top: 0;
68 padding-left: 10em;
69 right: 0.75em;
70 }
71 #p-personal h5 {
72 display: none;
73 }
74 #p-personal ul {
75 list-style: none;
76 margin: 0;
77 padding: 0;
78 }
79 /* @noflip */
80 #p-personal li {
81 line-height: 1.125em;
82 float: left;
83 }
84 /* This one flips! */
85 #p-personal li {
86 margin-left: 0.75em;
87 margin-top: 0.5em;
88 font-size: 0.75em;
89 white-space: nowrap;
90 }
91 /* Navigation Containers */
92 #left-navigation {
93 position: absolute;
94 left: 10em;
95 top: 2.5em;
96 }
97 #right-navigation {
98 float: right;
99 margin-top: 2.5em;
100 }
101 /* Navigation Labels */
102 div.vectorTabs h5,
103 div.vectorMenu h5 span {
104 display: none;
105 }
106 /* Namespaces and Views */
107 /* @noflip */
108 div.vectorTabs {
109 float: left;
110 height: 2.5em;
111 }
112 div.vectorTabs {
113 /* @embed */
114 background-image: url(images/tab-break.png);
115 background-position: bottom left;
116 background-repeat: no-repeat;
117 padding-left: 1px;
118 }
119 /* @noflip */
120 div.vectorTabs ul {
121 float: left;
122 }
123 div.vectorTabs ul {
124 height: 100%;
125 list-style: none;
126 margin: 0;
127 padding: 0;
128 }
129 /* @noflip */
130 div.vectorTabs ul li {
131 float: left;
132 }
133 /* OVERRIDDEN BY COMPLIANT BROWSERS */
134 div.vectorTabs ul li {
135 line-height: 1.125em;
136 display: inline-block;
137 height: 100%;
138 margin: 0;
139 padding: 0;
140 background-color: #f3f3f3;
141 /* @embed */
142 background-image: url(images/tab-normal-fade.png);
143 background-position: bottom left;
144 background-repeat: repeat-x;
145 white-space:nowrap;
146 }
147 /* IGNORED BY IE6 */
148 div.vectorTabs ul > li {
149 display: block;
150 }
151 div.vectorTabs li.selected {
152 /* @embed */
153 background-image: url(images/tab-current-fade.png);
154 }
155 /* OVERRIDDEN BY COMPLIANT BROWSERS */
156 div.vectorTabs li a {
157 display: inline-block;
158 height: 1.9em;
159 padding-left: 0.5em;
160 padding-right: 0.5em;
161 /* @embed */
162 background-image: url(images/tab-break.png);
163 background-position: bottom right;
164 background-repeat: no-repeat;
165 }
166 div.vectorTabs li a{
167 color: #0645ad;
168 cursor: pointer;
169 }
170 div.vectorTabs li a {
171 font-size: 0.8em;
172 }
173 /* IGNORED BY IE6 */
174 div.vectorTabs li > a {
175 display: block;
176 }
177 /* OVERRIDDEN BY COMPLIANT BROWSERS */
178 div.vectorTabs span a {
179 display: inline-block;
180 padding-top: 1.25em;
181 }
182 /* IGNORED BY IE6 */
183 /* @noflip */
184 div.vectorTabs span > a {
185 float: left;
186 display: block;
187 }
188 div.vectorTabs li.selected a,
189 div.vectorTabs li.selected a:visited{
190 color: #333333;
191 text-decoration: none;
192 }
193 div.vectorTabs li.new a,
194 div.vectorTabs li.new a:visited{
195 color: #a55858;
196 }
197 /* Variants and Actions */
198 /* @noflip */
199 div.vectorMenu {
200 direction: ltr;
201 float: left;
202 /* @embed */
203 background-image: url(images/arrow-down-icon.png);
204 background-position: 100% 60%;
205 background-repeat: no-repeat;
206 cursor: pointer;
207 }
208 /* @noflip */
209 body.rtl div.vectorMenu {
210 direction: rtl;
211 }
212 /* OVERRIDDEN BY COMPLIANT BROWSERS */
213 /* @noflip */
214 div#mw-head div.vectorMenu h5 {
215 float: left;
216 /* @embed */
217 background-image: url(images/tab-break.png);
218 background-repeat: no-repeat;
219 }
220 /* IGNORED BY IE6 */
221 div#mw-head div.vectorMenu > h5 {
222 background-image: none;
223 }
224 div#mw-head div.vectorMenu h5 {
225 background-position: bottom left;
226 margin-left: -1px;
227 }
228 div#mw-head div.vectorMenu h4 {
229 display: inline-block;
230 float: left;
231 font-size: 0.8em;
232 padding-left: 0.5em;
233 padding-top: 1.375em;
234 font-weight: normal;
235 border: none;
236 }
237 /* OVERRIDDEN BY COMPLIANT BROWSERS */
238 /* @noflip */
239 div.vectorMenu h5 a {
240 display: inline-block;
241 width: 24px;
242 height: 2.5em;
243 text-decoration: none;
244 /* @embed */
245 background-image: url(images/tab-break.png);
246 background-repeat: no-repeat;
247 }
248 div.vectorMenu h5 a{
249 background-position: bottom right;
250 }
251 /* IGNORED BY IE6 */
252 div.vectorMenu h5 > a {
253 display: block;
254 }
255 div.vectorMenu div.menu {
256 position: relative;
257 display: none;
258 clear: both;
259 text-align: left;
260 }
261 /* OVERRIDDEN BY COMPLIANT BROWSERS */
262 /* @noflip */
263 body.rtl div.vectorMenu div.menu {
264 margin-left: 24px;
265 }
266 /* IGNORED BY IE6 */
267 /* @noflip */
268 body.rtl div.vectorMenu > div.menu {
269 margin-left: auto;
270 }
271 /* Fixes old versions of FireFox */
272 /* @noflip */
273 body.rtl div.vectorMenu > div.menu,
274 x:-moz-any-link {
275 margin-left: 23px;
276 }
277 div.vectorMenu:hover div.menu {
278 display: block;
279 }
280 div.vectorMenu ul {
281 position: absolute;
282 background-color: white;
283 border: solid 1px silver;
284 border-top-width: 0;
285 list-style: none;
286 list-style-image: none;
287 list-style-type: none;
288 padding: 0;
289 margin: 0;
290 margin-left: -1px;
291 text-align: left;
292 }
293 /* Fixes old versions of FireFox */
294 div.vectorMenu ul,
295 x:-moz-any-link {
296 min-width: 5em;
297 }
298 /* Returns things back to normal in modern versions of FireFox */
299 div.vectorMenu ul,
300 x:-moz-any-link,
301 x:default {
302 min-width: 0;
303 }
304 div.vectorMenu li {
305 padding: 0;
306 margin: 0;
307 text-align: left;
308 line-height: 1em;
309 }
310 /* OVERRIDDEN BY COMPLIANT BROWSERS */
311 div.vectorMenu li a {
312 display: inline-block;
313 padding: 0.5em;
314 white-space: nowrap;
315 }
316 /* IGNORED BY IE6 */
317 div.vectorMenu li > a {
318 display: block;
319 }
320 div.vectorMenu li a {
321 color: #0645ad;
322 cursor: pointer;
323 font-size: 0.8em;
324 }
325 div.vectorMenu li.selected a,
326 div.vectorMenu li.selected a:visited {
327 color: #333333;
328 text-decoration: none;
329 }
330 /* Search */
331 #p-search h5 {
332 display: none;
333 }
334 /* @noflip */
335 #p-search {
336 float: left;
337 }
338 #p-search {
339 margin-right: 0.5em;
340 margin-left: 0.5em;
341 }
342 #p-search form,
343 #p-search input {
344 margin: 0;
345 margin-top: 0.4em;
346 }
347 div#simpleSearch {
348 margin-top: 0.65em;
349 position: relative;
350 min-height: 1px; /* Gotta trigger hasLayout for IE7 */
351 border: solid 1px #AAAAAA;
352 color: black;
353 background-color: white;
354 /* @embed */
355 background-image: url(images/search-fade.png);
356 background-position: top left;
357 background-repeat: repeat-x;
358 }
359 div#simpleSearch label {
360 /*
361 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
362 * this from ever being shown anyways.
363 */
364 font-size: 13px;
365 top: 0.25em;
366 }
367 div#simpleSearch input {
368 color: black;
369 }
370 div#simpleSearch input.placeholder {
371 color: #999999;
372 }
373 div#simpleSearch input::-webkit-input-placeholder {
374 color: #999999;
375 }
376 div#simpleSearch input#searchInput {
377 margin: 0;
378 border-width: 0;
379 padding: 3px;
380 vertical-align: top;
381 /*
382 * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
383 * this from ever being shown anyways.
384 */
385 font-size: 13px;
386 width: 14em;
387 background-color: transparent;
388 }
389 /* OVERRIDDEN BY COMPLIANT BROWSERS */
390 div#simpleSearch button#searchButton {
391 padding: 0;
392 margin: 0 5px;
393 border: none;
394 cursor: pointer;
395 background-color: transparent;
396 font-size: x-small;
397 }
398 div#simpleSearch button#searchButton img {
399 border: none;
400 margin: 0;
401 padding: 0;
402 vertical-align: middle;
403 }
404 /* Panel */
405 div#mw-panel {
406 position: absolute;
407 top: 160px;
408 padding-top: 1em;
409 width: 10em;
410 left: 0;
411 }
412 div#mw-panel div.portal {
413 padding-bottom: 1.5em;
414 direction: ltr;
415 }
416 div#mw-panel div.portal h5 {
417 font-weight: normal;
418 color: #444444;
419 padding: 0.25em;
420 padding-top: 0;
421 padding-left: 1.75em;
422 cursor: default;
423 border: none;
424 font-size: 0.75em;
425 }
426 div#mw-panel div.portal div.body {
427 margin: 0;
428 padding-top: 0.5em;
429 margin-left: 1.25em;
430 /* @embed */
431 background-image: url(images/portal-break.png);
432 background-repeat: no-repeat;
433 background-position: top left;
434 }
435 div#mw-panel div.portal div.body ul {
436 list-style: none;
437 list-style-image: none;
438 list-style-type: none;
439 padding: 0;
440 margin: 0;
441 }
442 div#mw-panel div.portal div.body ul li {
443 line-height: 1.125em;
444 padding: 0;
445 padding-bottom: 0.5em;
446 margin: 0;
447 overflow: hidden;
448 font-size: 0.75em;
449 }
450 div#mw-panel div.portal div.body ul li a {
451 color: #0645ad;
452 }
453 div#mw-panel div.portal div.body ul li a:visited {
454 color: #0b0080;
455 }
456 /* Footer */
457 div#footer {
458 margin-left: 10em;
459 margin-top: 0;
460 padding: 0.75em;
461 /* @embed */
462 background-image: url(images/border.png);
463 background-position: top left;
464 background-repeat: repeat-x;
465 direction: ltr;
466 }
467 div#footer ul {
468 list-style: none;
469 list-style-image: none;
470 list-style-type: none;
471 margin: 0;
472 padding: 0;
473 }
474 div#footer ul li {
475 margin: 0;
476 padding: 0;
477 padding-top: 0.5em;
478 padding-bottom: 0.5em;
479 color: #333333;
480 font-size: 0.7em;
481 }
482 div#footer #footer-icons {
483 float: right;
484 }
485 /* @noflip */
486 body.ltr div#footer #footer-places {
487 float: left;
488 }
489 div#footer #footer-info li {
490 line-height: 1.4em;
491 }
492 div#footer #footer-icons li {
493 float: left;
494 margin-left: 0.5em;
495 line-height: 2em;
496 }
497 div#footer #footer-places li {
498 float: left;
499 margin-right: 1em;
500 line-height: 2em;
501 }
502 /* Logo */
503 #p-logo {
504 position: absolute;
505 top: -160px;
506 left: 0;
507 width: 10em;
508 height: 160px;
509 }
510 #p-logo a {
511 display: block;
512 width: 10em;
513 height: 160px;
514 background-repeat: no-repeat;
515 background-position: center center;
516 text-decoration: none;
517 }
518
519 /*
520 *
521 * The following code is highly modified from monobook. It would be nice if the
522 * preftoc id was more human readable like preferences-toc for instance,
523 * howerver this would require backporting the other skins.
524 */
525
526 /* Preferences */
527 #preftoc {
528 /* Tabs */
529 width: 100%;
530 float: left;
531 clear: both;
532 margin: 0 !important;
533 padding: 0 !important;
534 /* @embed */
535 background-image: url(images/preferences-break.png);
536 background-position: bottom left;
537 background-repeat: no-repeat;
538 }
539 #preftoc li {
540 /* Tab */
541 float: left;
542 margin: 0;
543 padding: 0;
544 padding-right: 1px;
545 height: 2.25em;
546 white-space: nowrap;
547 list-style-type: none;
548 list-style-image: none;
549 /* @embed */
550 background-image: url(images/preferences-break.png);
551 background-position: bottom right;
552 background-repeat: no-repeat;
553 }
554 /* IGNORED BY IE6 */
555 #preftoc li:first-child {
556 margin-left: 1px;
557 }
558 #preftoc a,
559 #preftoc a:active {
560 display: inline-block;
561 position: relative;
562 color: #0645ad;
563 padding: 0.5em;
564 text-decoration: none;
565 background-image: none;
566 font-size: 0.9em;
567 }
568 #preftoc a:hover,
569 #preftoc a:focus {
570 text-decoration: underline;
571 }
572 #preftoc li.selected a {
573 /* @embed */
574 background-image: url(images/preferences-fade.png);
575 background-position: bottom;
576 background-repeat: repeat-x;
577 color: #333333;
578 text-decoration: none;
579 }
580 #preferences {
581 float: left;
582 width: 100%;
583 margin: 0;
584 margin-top: -2px;
585 clear: both;
586 border: solid 1px #cccccc;
587 background-color: #f9f9f9;
588 /* @embed */
589 background-image: url(images/preferences-base.png);
590 }
591 #preferences fieldset.prefsection {
592 border: none;
593 padding: 0;
594 margin: 1em;
595 }
596 #preferences fieldset.prefsection fieldset {
597 border: none;
598 border-top: solid 1px #cccccc;
599 }
600 #preferences legend {
601 color: #666666;
602 }
603 #preferences fieldset.prefsection legend.mainLegend {
604 display: none;
605 }
606 #preferences td {
607 padding-left: 0.5em;
608 padding-right: 0.5em;
609 }
610 #preferences td.htmlform-tip {
611 font-size: x-small;
612 padding: .2em 2em;
613 color: #666666;
614 }
615 #preferences div.mw-prefs-buttons {
616 padding: 1em;
617 }
618 #preferences div.mw-prefs-buttons input {
619 margin-right: 0.25em;
620 }
621
622 /*
623 * Styles for the user login and create account forms
624 */
625 #userlogin, #userloginForm {
626 border: solid 1px #cccccc;
627 padding: 1.2em;
628 margin: .5em;
629 float: left;
630 }
631
632 #userlogin {
633 min-width: 20em;
634 max-width: 90%;
635 width: 40em;
636 }
637
638 /*
639 *
640 * The following code is slightly modified from monobook
641 *
642 */
643 div#content {
644 line-height: 1.5em;
645 }
646 #bodyContent {
647 font-size: 0.8em;
648 }
649 /* Links */
650 a {
651 text-decoration: none;
652 color: #0645ad;
653 background: none;
654 }
655 a:visited {
656 color: #0b0080;
657 }
658 a:active {
659 color: #faa700;
660 }
661 a:hover, a:focus {
662 text-decoration: underline;
663 }
664 a.stub {
665 color: #772233;
666 }
667 a.new, #p-personal a.new {
668 color: #ba0000;
669 }
670 a.new:visited, #p-personal a.new:visited {
671 color: #a55858;
672 }
673
674 /* Inline Elements */
675 img {
676 border: none;
677 vertical-align: middle;
678 }
679 hr {
680 height: 1px;
681 color: #aaa;
682 background-color: #aaa;
683 border: 0;
684 margin: .2em 0 .2em 0;
685 }
686
687 /* Structural Elements */
688 h1,
689 h2,
690 h3,
691 h4,
692 h5,
693 h6 {
694 color: black;
695 background: none;
696 font-weight: normal;
697 margin: 0;
698 padding-top: .5em;
699 padding-bottom: .17em;
700 border-bottom: 1px solid #aaa;
701 width: auto;
702 }
703 h1 { font-size: 188%; }
704 h1 .editsection { font-size: 53%; }
705 h2 { font-size: 150%; }
706 h2 .editsection { font-size: 67%; }
707 h3,
708 h4,
709 h5,
710 h6 {
711 border-bottom: none;
712 font-weight: bold;
713 }
714 h3 { font-size: 132%; }
715 h3 .editsection { font-size: 76%; font-weight: normal; }
716 h4 { font-size: 116%; }
717 h4 .editsection { font-size: 86%; font-weight: normal; }
718 h5 { font-size: 100%; }
719 h5 .editsection { font-weight: normal; }
720 h6 { font-size: 80%; }
721 h6 .editsection { font-size: 125%; font-weight: normal; }
722 .editsection { float: right; }
723 p {
724 margin: .4em 0 .5em 0;
725 line-height: 1.5em;
726 }
727 p img {
728 margin: 0;
729 }
730 abbr,
731 acronym,
732 .explain {
733 border-bottom: 1px dotted black;
734 color: black;
735 background: none;
736 cursor: help;
737 }
738 q {
739 font-family: Times, "Times New Roman", serif;
740 font-style: italic;
741 }
742 /* Disabled for now
743 blockquote {
744 font-family: Times, "Times New Roman", serif;
745 font-style: italic;
746 }*/
747 pre, code, tt {
748 /*
749 * It's important for this rule to first reference an actual font name, some browsers will render the monospace text
750 * too small otherwise, namely Firefox, Chrome and Safari
751 */
752 font-family: monospace, "Courier New";
753 }
754 code {
755 background-color: #f9f9f9;
756 }
757 pre {
758 padding: 1em;
759 border: 1px dashed #2f6fab;
760 color: black;
761 background-color: #f9f9f9;
762 line-height: 1.1em;
763 }
764 ul {
765 line-height: 1.5em;
766 list-style-type: square;
767 margin: .3em 0 0 1.5em;
768 padding: 0;
769 /* @embed */
770 list-style-image: url(images/bullet-icon.png);
771 }
772 ol {
773 line-height: 1.5em;
774 margin: .3em 0 0 3.2em;
775 padding: 0;
776 list-style-image: none;
777 }
778 li {
779 margin-bottom: .1em;
780 }
781 dt {
782 font-weight: bold;
783 margin-bottom: .1em;
784 }
785 dl {
786 margin-top: .2em;
787 margin-bottom: .5em;
788 }
789 dd {
790 line-height: 1.5em;
791 margin-left: 2em;
792 margin-bottom: .1em;
793 }
794 /* Tables */
795 table {
796 font-size: 100%;
797 color: black;
798 /* we don't want the bottom borders of <h2>s to be visible through
799 * floated tables */
800 background-color: white;
801 }
802 fieldset table {
803 /* but keep table layouts in forms clean... */
804 background: none;
805 }
806 /* Forms */
807 fieldset {
808 border: 1px solid #2f6fab;
809 margin: 1em 0 1em 0;
810 padding: 0 1em 1em;
811 line-height: 1.5em;
812 }
813 fieldset.nested {
814 margin: 0 0 0.5em 0;
815 padding: 0 0.5em 0.5em;
816 }
817 legend {
818 padding: .5em;
819 font-size: 95%;
820 }
821 form {
822 border: none;
823 margin: 0;
824 }
825 textarea {
826 width: 100%;
827 padding: .1em;
828 }
829 select {
830 vertical-align: top;
831 }
832 /* Table of Contents */
833 #toc,
834 .toc,
835 .mw-warning {
836 border: 1px solid #aaa;
837 background-color: #f9f9f9;
838 padding: 5px;
839 font-size: 95%;
840 }
841 #toc h2,
842 .toc h2 {
843 display: inline;
844 border: none;
845 padding: 0;
846 font-size: 100%;
847 font-weight: bold;
848 }
849 #toc #toctitle,
850 .toc #toctitle,
851 #toc .toctitle,
852 .toc .toctitle {
853 text-align: center;
854 }
855 #toc ul,
856 .toc ul {
857 list-style-type: none;
858 list-style-image: none;
859 margin-left: 0;
860 padding-left: 0;
861 text-align: left;
862 }
863 #toc ul ul,
864 .toc ul ul {
865 margin: 0 0 0 2em;
866 }
867 #toc .toctoggle,
868 .toc .toctoggle {
869 font-size: 94%;
870 }
871 /* Images */
872 div.floatright, table.floatright {
873 clear: right;
874 float: right;
875 position: relative;
876 margin: 0 0 .5em .5em;
877 border: 0;
878 }
879 div.floatright p { font-style: italic; }
880 div.floatleft, table.floatleft {
881 float: left;
882 clear: left;
883 position: relative;
884 margin: 0 .5em .5em 0;
885 border: 0;
886 }
887 div.floatleft p { font-style: italic; }
888 /* Thumbnails */
889 div.thumb {
890 margin-bottom: .5em;
891 border-style: solid;
892 border-color: white;
893 width: auto;
894 background-color: transparent;
895 }
896 div.thumbinner {
897 border: 1px solid #ccc;
898 padding: 3px !important;
899 background-color: #f9f9f9;
900 font-size: 94%;
901 text-align: center;
902 overflow: hidden;
903 }
904 html .thumbimage {
905 border: 1px solid #ccc;
906 }
907 html .thumbcaption {
908 border: none;
909 text-align: left;
910 line-height: 1.4em;
911 padding: 3px !important;
912 font-size: 94%;
913 }
914 div.magnify {
915 float: right;
916 border: none !important;
917 background: none !important;
918 }
919 div.magnify a, div.magnify img {
920 display: block;
921 border: none !important;
922 background: none !important;
923 }
924 /* @noflip */
925 div.tright {
926 clear: right;
927 float: right;
928 border-width: .5em 0 .8em 1.4em;
929 }
930 /* @noflip */
931 div.tleft {
932 float: left;
933 clear: left;
934 margin-right: .5em;
935 border-width: .5em 1.4em .8em 0;
936 }
937 img.thumbborder {
938 border: 1px solid #dddddd;
939 }
940 .hiddenStructure {
941 display: none;
942 }
943 /* Warning */
944 .mw-warning {
945 margin-left: 50px;
946 margin-right: 50px;
947 text-align: center;
948 }
949 /* User Message */
950 .usermessage {
951 background-color: #e0e8ff;
952 border: 1px solid #99b3ff;
953 color: black;
954 font-weight: bold;
955 margin: 2em 0 1em;
956 padding: .5em 1em;
957 vertical-align: middle;
958 }
959 /* Site Notice (includes notices from CentralNotice extension) */
960 #siteNotice {
961 position: relative;
962 text-align: center;
963 font-size: 0.8em;
964 margin: 0;
965 }
966 #localNotice {
967 margin-bottom: 0.9em;
968 }
969 /* Categories */
970 .catlinks {
971 border: 1px solid #aaa;
972 background-color: #f9f9f9;
973 padding: 5px;
974 margin-top: 1em;
975 clear: both;
976 }
977 /* Sub-navigation */
978 #siteSub {
979 display: none;
980 }
981 #jump-to-nav {
982 display: none;
983 }
984 #contentSub, #contentSub2 {
985 font-size: 84%;
986 line-height: 1.2em;
987 margin: 0 0 1.4em 1em;
988 color: #7d7d7d;
989 width: auto;
990 }
991 span.subpages {
992 display: block;
993 }
994 /* Emulate Center */
995 .center {
996 width: 100%;
997 text-align: center;
998 }
999 *.center * {
1000 margin-left: auto;
1001 margin-right: auto;
1002 }
1003 /* Small for tables and similar */
1004 .small, .small * {
1005 font-size: 94%;
1006 }
1007 table.small {
1008 font-size: 100%;
1009 }
1010 /* Edge Cases for Content */
1011 h1, h2 {
1012 margin-bottom: .6em;
1013 }
1014 h3, h4, h5 {
1015 margin-bottom: .3em;
1016 }
1017 #firstHeading {
1018 padding-top: 0;
1019 margin-top: 0;
1020 padding-top: 0;
1021 margin-bottom: 0.1em;
1022 line-height: 1.2em;
1023 font-size: 1.6em;
1024 padding-bottom: 0;
1025 }
1026 div#content a.external,
1027 div#content a[href ^="gopher://"] {
1028 /* @embed */
1029 background: url(images/external-link-ltr-icon.png) center right no-repeat;
1030 padding-right: 13px;
1031 }
1032 div#content a[href ^="https://"],
1033 .link-https {
1034 /* @embed */
1035 background: url(images/lock-icon.png) center right no-repeat;
1036 padding-right: 13px;
1037 }
1038 div#content a[href ^="mailto:"],
1039 .link-mailto {
1040 /* @embed */
1041 background: url(images/mail-icon.png) center right no-repeat;
1042 padding-right: 13px;
1043 }
1044 div#content a[href ^="news://"] {
1045 /* @embed */
1046 background: url(images/news-icon.png) center right no-repeat;
1047 padding-right: 13px;
1048 }
1049 div#content a[href ^="ftp://"],
1050 .link-ftp {
1051 /* @embed */
1052 background: url(images/file-icon.png) center right no-repeat;
1053 padding-right: 13px;
1054 }
1055 div#content a[href ^="irc://"],
1056 div#content a.extiw[href ^="irc://"],
1057 .link-irc {
1058 /* @embed */
1059 background: url(images/talk-icon.png) center right no-repeat;
1060 padding-right: 13px;
1061 }
1062 div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"],
1063 div#content a.external[href $=".mid"], div#content a.external[href $=".MID"],
1064 div#content a.external[href $=".midi"], div#content a.external[href $=".MIDI"],
1065 div#content a.external[href $=".mp3"], div#content a.external[href $=".MP3"],
1066 div#content a.external[href $=".wav"], div#content a.external[href $=".WAV"],
1067 div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"],
1068 .link-audio {
1069 /* @embed */
1070 background: url("images/audio-icon.png?2") center right no-repeat;
1071 padding-right: 13px;
1072 }
1073 div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"],
1074 div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"],
1075 div#content a.external[href $=".mpeg"], div#content a.external[href $=".MPEG"],
1076 div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"],
1077 .link-video {
1078 /* @embed */
1079 background: url("images/video-icon.png?2") center right no-repeat;
1080 padding-right: 13px;
1081 }
1082 div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"],
1083 div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"],
1084 div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"],
1085 .link-document {
1086 /* @embed */
1087 background: url("images/document-icon.png?2") center right no-repeat;
1088 padding-right: 13px;
1089 }
1090 /* Interwiki Styling (Disabled) */
1091 div#content a.extiw,
1092 div#content a.extiw:active {
1093 color: #36b;
1094 background: none;
1095 padding: 0;
1096 }
1097 div#content a.external {
1098 color: #36b;
1099 }
1100 div#content .printfooter {
1101 display: none;
1102 }
1103 /* Icon for Usernames */
1104 #pt-userpage,
1105 #pt-anonuserpage,
1106 #pt-login {
1107 /* @embed */
1108 background: url(images/user-icon.png) left top no-repeat;
1109 padding-left: 15px !important;
1110 text-transform: none;
1111 }
1112
1113 .toccolours {
1114 border: 1px solid #aaa;
1115 background-color: #f9f9f9;
1116 padding: 5px;
1117 font-size: 95%;
1118 }
1119 #bodyContent {
1120 position: relative;
1121 width: 100%;
1122 }
1123 #mw-js-message {
1124 font-size: 0.8em;
1125 }
1126 div#bodyContent {
1127 line-height: 1.5em;
1128 }
1129
1130 /* Watch/Unwatch Icon Styling */
1131 #ca-unwatch.icon,
1132 #ca-watch.icon {
1133 margin-right:1px;
1134 }
1135 #ca-unwatch.icon a,
1136 #ca-watch.icon a {
1137 margin: 0;
1138 padding: 0;
1139 outline: none;
1140 display: block;
1141 width: 26px;
1142 /* This hides the text but shows the background image */
1143 padding-top: 3.1em;
1144 height: 0;
1145 overflow: hidden;
1146 /* @embed */
1147 background-image: url(images/watch-icons.png);
1148 }
1149 #ca-unwatch.icon a {
1150 background-position: -43px 60%;
1151 }
1152 #ca-watch.icon a {
1153 background-position: 5px 60%;
1154 }
1155 #ca-unwatch.icon a:hover,
1156 #ca-unwatch.icon a:focus {
1157 background-position: -67px 60%;
1158 }
1159 #ca-watch.icon a:hover,
1160 #ca-watch.icon a:focus {
1161 background-position: -19px 60%;
1162 }
1163 #ca-unwatch.icon a.loading,
1164 #ca-watch.icon a.loading {
1165 /* @embed */
1166 background-image: url(images/watch-icon-loading.gif);
1167 background-position: center 60%;
1168 }
1169 #ca-unwatch.icon a span,
1170 #ca-watch.icon a span {
1171 display: none;
1172 }
1173 div.vectorTabs ul {
1174 /* @embed */
1175 background-image:url(images/tab-break.png);
1176 background-position:right bottom;
1177 background-repeat:no-repeat;
1178 }
1179
1180 /* Convenience links to edit block, delete and protect reasons */
1181 p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
1182 p.mw-filedelete-editreasons, p.mw-delete-editreasons {
1183 float: right;
1184 }