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