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