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