950ccfebea865ebf9dd8d1554fed64014c61db47
[lhc/web/wiklou.git] / skins / monobook / main.css
1 /*
2 ** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
3 ** Copyright Gabriel Wicke - http://wikidev.net/
4 ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
5 **
6 ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
7 ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
8 ** Michael Zeltner and Geir Bækholt)
9 ** All you guys rock :)
10 */
11
12 #column-content {
13 width: 100%;
14 float: right;
15 margin: 0 0 .6em -12.2em;
16 padding: 0;
17 }
18 #content {
19 margin: 2.8em 0 0 12.2em;
20 padding: 0 1em 1em 1em;
21 position: relative;
22 z-index: 2;
23 }
24 #column-one {
25 padding-top: 160px;
26 }
27 #content {
28 background: white;
29 color: black;
30 border: 1px solid #aaa;
31 border-right: none;
32 line-height: 1.5em;
33 }
34 /* the left column width is specified in class .portlet */
35
36 /* Font size:
37 ** We take advantage of keyword scaling- browsers won't go below 9px
38 ** More at http://www.w3.org/2003/07/30-font-size
39 ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
40 */
41
42 body {
43 font: x-small sans-serif;
44 background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
45 color: black;
46 margin: 0;
47 padding: 0;
48 }
49
50 /* scale back up to a sane default */
51 #globalWrapper {
52 font-size: 127%;
53 width: 100%;
54 margin: 0;
55 padding: 0;
56 }
57 .visualClear {
58 clear: both;
59 }
60
61 /* general styles */
62
63 table {
64 font-size: 100%;
65 color: black;
66 /* we don't want the bottom borders of <h2>s to be visible through
67 floated tables */
68 background-color: white;
69 }
70 fieldset table {
71 /* but keep table layouts in forms clean... */
72 background: none;
73 }
74 a {
75 text-decoration: none;
76 color: #002bb8;
77 background: none;
78 }
79 a:visited {
80 color: #5a3696;
81 }
82 a:active {
83 color: #faa700;
84 }
85 a:hover {
86 text-decoration: underline;
87 }
88 a.stub {
89 color: #772233;
90 }
91 a.new, #p-personal a.new {
92 color: #ba0000;
93 }
94 a.new:visited, #p-personal a.new:visited {
95 color: #a55858;
96 }
97
98 img {
99 border: none;
100 vertical-align: middle;
101 }
102 p {
103 margin: .4em 0 .5em 0;
104 line-height: 1.5em;
105 }
106 p img {
107 margin: 0;
108 }
109
110 hr {
111 height: 1px;
112 color: #aaa;
113 background-color: #aaa;
114 border: 0;
115 margin: .2em 0 .2em 0;
116 }
117
118 h1, h2, h3, h4, h5, h6 {
119 color: black;
120 background: none;
121 font-weight: normal;
122 margin: 0;
123 padding-top: .5em;
124 padding-bottom: .17em;
125 border-bottom: 1px solid #aaa;
126 }
127 h1 { font-size: 188%; }
128 h1 .editsection { font-size: 53%; }
129 h2 { font-size: 150%; }
130 h2 .editsection { font-size: 67%; }
131 h3, h4, h5, h6 {
132 border-bottom: none;
133 font-weight: bold;
134 }
135 h3 { font-size: 132%; }
136 h3 .editsection { font-size: 76%; font-weight: normal; }
137 h4 { font-size: 116%; }
138 h4 .editsection { font-size: 86%; font-weight: normal; }
139 h5 { font-size: 100%; }
140 h5 .editsection { font-weight: normal; }
141 h6 { font-size: 80%; }
142 h6 .editsection { font-size: 125%; font-weight: normal; }
143
144 ul {
145 line-height: 1.5em;
146 list-style-type: square;
147 margin: .3em 0 0 1.5em;
148 padding: 0;
149 list-style-image: url(bullet.gif);
150 }
151 ol {
152 line-height: 1.5em;
153 margin: .3em 0 0 3.2em;
154 padding: 0;
155 list-style-image: none;
156 }
157 li {
158 margin-bottom: .1em;
159 }
160 dt {
161 font-weight: bold;
162 margin-bottom: .1em;
163 }
164 dl {
165 margin-top: .2em;
166 margin-bottom: .5em;
167 }
168 dd {
169 line-height: 1.5em;
170 margin-left: 2em;
171 margin-bottom: .1em;
172 }
173
174 fieldset {
175 border: 1px solid #2f6fab;
176 margin: 1em 0 1em 0;
177 padding: 0 1em 1em;
178 line-height: 1.5em;
179 }
180 fieldset.nested {
181 margin: 0 0 0.5em 0;
182 padding: 0 0.5em 0.5em;
183 }
184 legend {
185 padding: .5em;
186 font-size: 95%;
187 }
188 form {
189 border: none;
190 margin: 0;
191 }
192
193 textarea {
194 width: 100%;
195 padding: .1em;
196 }
197
198 input.historysubmit {
199 padding: 0 .3em .3em .3em !important;
200 font-size: 94%;
201 cursor: pointer;
202 height: 1.7em !important;
203 margin-left: 1.6em;
204 }
205 select {
206 vertical-align: top;
207 }
208 abbr, acronym, .explain {
209 border-bottom: 1px dotted black;
210 color: black;
211 background: none;
212 cursor: help;
213 }
214 q {
215 font-family: Times, "Times New Roman", serif;
216 font-style: italic;
217 }
218 /* disabled for now
219 blockquote {
220 font-family: Times, "Times New Roman", serif;
221 font-style: italic;
222 }*/
223 code {
224 background-color: #f9f9f9;
225 }
226 pre {
227 padding: 1em;
228 border: 1px dashed #2f6fab;
229 color: black;
230 background-color: #f9f9f9;
231 line-height: 1.1em;
232 }
233
234 /*
235 ** the main content area
236 */
237
238 #siteSub {
239 display: none;
240 }
241 #jump-to-nav {
242 display: none;
243 }
244
245 #contentSub, #contentSub2 {
246 font-size: 84%;
247 line-height: 1.2em;
248 margin: 0 0 1.4em 1em;
249 color: #7d7d7d;
250 width: auto;
251 }
252 span.subpages {
253 display: block;
254 }
255
256 /* Some space under the headers in the content area */
257 #bodyContent h1, #bodyContent h2 {
258 margin-bottom: .6em;
259 }
260 #bodyContent h3, #bodyContent h4, #bodyContent h5 {
261 margin-bottom: .3em;
262 }
263 #firstHeading {
264 margin-bottom: .1em;
265 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
266 When bug 2013 is fixed properly, they should be removed. */
267 line-height: 1.2em;
268 padding-bottom: 0;
269 }
270
271 /* user notification thing */
272 .usermessage {
273 background-color: #ffce7b;
274 border: 1px solid #ffa500;
275 color: black;
276 font-weight: bold;
277 margin: 2em 0 1em;
278 padding: .5em 1em;
279 vertical-align: middle;
280 }
281 #siteNotice {
282 text-align: center;
283 font-size: 95%;
284 padding: 0 .9em;
285 }
286 #siteNotice p {
287 margin: 0;
288 padding: 0;
289 }
290
291 .catlinks {
292 border: 1px solid #aaa;
293 background-color: #f9f9f9;
294 padding: 5px;
295 margin-top: 1em;
296 clear: both;
297 }
298 /* currently unused, intended to be used by a metadata box
299 in the bottom-right corner of the content area */
300 .documentDescription {
301 /* The summary text describing the document */
302 font-weight: bold;
303 display: block;
304 margin: 1em 0;
305 line-height: 1.5em;
306 }
307 .documentByLine {
308 text-align: right;
309 font-size: 90%;
310 clear: both;
311 font-weight: normal;
312 color: #76797c;
313 }
314
315 /* emulate center */
316 .center {
317 width: 100%;
318 text-align: center;
319 }
320 *.center * {
321 margin-left: auto;
322 margin-right: auto;
323 }
324 /* small for tables and similar */
325 .small, .small * {
326 font-size: 94%;
327 }
328 table.small {
329 font-size: 100%;
330 }
331
332 /*
333 ** content styles
334 */
335
336 #toc,
337 .toc,
338 .mw-warning {
339 border: 1px solid #aaa;
340 background-color: #f9f9f9;
341 padding: 5px;
342 font-size: 95%;
343 }
344 #toc h2,
345 .toc h2 {
346 display: inline;
347 border: none;
348 padding: 0;
349 font-size: 100%;
350 font-weight: bold;
351 }
352 #toc #toctitle,
353 .toc #toctitle,
354 #toc .toctitle,
355 .toc .toctitle {
356 text-align: center;
357 }
358 #toc ul,
359 .toc ul {
360 list-style-type: none;
361 list-style-image: none;
362 margin-left: 0;
363 padding-left: 0;
364 text-align: left;
365 }
366 #toc ul ul,
367 .toc ul ul {
368 margin: 0 0 0 2em;
369 }
370 #toc .toctoggle,
371 .toc .toctoggle {
372 font-size: 94%;
373 }
374
375 .mw-warning {
376 margin-left: 50px;
377 margin-right: 50px;
378 text-align: center;
379 }
380
381 /* images */
382 div.floatright, table.floatright {
383 clear: right;
384 float: right;
385 position: relative;
386 margin: 0 0 .5em .5em;
387 border: 0;
388 /*
389 border: .5em solid white;
390 border-width: .5em 0 .8em 1.4em;
391 */
392 }
393 div.floatright p { font-style: italic; }
394 div.floatleft, table.floatleft {
395 float: left;
396 clear: left;
397 position: relative;
398 margin: 0 .5em .5em 0;
399 border: 0;
400 /*
401 margin: .3em .5em .5em 0;
402 border: .5em solid white;
403 border-width: .5em 1.4em .8em 0;
404 */
405 }
406 div.floatleft p { font-style: italic; }
407 /* thumbnails */
408 div.thumb {
409 margin-bottom: .5em;
410 border-style: solid;
411 border-color: white;
412 width: auto;
413 }
414 div.thumbinner {
415 border: 1px solid #ccc;
416 padding: 3px !important;
417 background-color: #f9f9f9;
418 font-size: 94%;
419 text-align: center;
420 overflow: hidden;
421 }
422 html .thumbimage {
423 border: 1px solid #ccc;
424 }
425 html .thumbcaption {
426 border: none;
427 text-align: left;
428 line-height: 1.4em;
429 padding: 3px !important;
430 font-size: 94%;
431 }
432 div.magnify {
433 float: right;
434 border: none !important;
435 background: none !important;
436 }
437 div.magnify a, div.magnify img {
438 display: block;
439 border: none !important;
440 background: none !important;
441 }
442 div.tright {
443 clear: right;
444 float: right;
445 border-width: .5em 0 .8em 1.4em;
446 }
447 div.tleft {
448 float: left;
449 clear: left;
450 margin-right: .5em;
451 border-width: .5em 1.4em .8em 0;
452 }
453 img.thumbborder {
454 border: 1px solid #dddddd;
455 }
456 .hiddenStructure {
457 display: none;
458 }
459
460 /*
461 ** classes for special content elements like town boxes
462 ** intended to be referenced directly from the wiki src
463 */
464
465 /*
466 ** User styles
467 */
468 /* table standards */
469 table.rimage {
470 float: right;
471 position: relative;
472 margin-left: 1em;
473 margin-bottom: 1em;
474 text-align: center;
475 }
476 .toccolours {
477 border: 1px solid #aaa;
478 background-color: #f9f9f9;
479 padding: 5px;
480 font-size: 95%;
481 }
482
483 /*
484 ** edit views etc
485 */
486 .special li {
487 line-height: 1.4em;
488 margin: 0;
489 padding: 0;
490 }
491
492 /*
493 ** keep the whitespace in front of the ^=, hides rule from konqueror
494 ** this is css3, the validator doesn't like it when validating as css2
495 */
496 #bodyContent a.external,
497 #bodyContent a[href ^="gopher://"] {
498 background: url(external.png) center right no-repeat;
499 padding: 0 13px;
500 }
501 .rtl #bodyContent a.external,
502 .rtl #bodyContent a[href ^="gopher://"] {
503 background-image: url(external-rtl.png);
504 }
505 #bodyContent a[href ^="https://"],
506 .link-https {
507 background: url(lock_icon.gif) center right no-repeat;
508 padding: 0 16px;
509 }
510 #bodyContent a[href ^="mailto:"],
511 .link-mailto {
512 background: url(mail_icon.gif) center right no-repeat;
513 padding: 0 18px;
514 }
515 #bodyContent a[href ^="news://"] {
516 background: url(news_icon.png) center right no-repeat;
517 padding: 0 18px;
518 }
519 #bodyContent a[href ^="ftp://"],
520 .link-ftp {
521 background: url(file_icon.gif) center right no-repeat;
522 padding: 0 18px;
523 }
524 #bodyContent a[href ^="irc://"],
525 #bodyContent a.extiw[href ^="irc://"],
526 .link-irc {
527 background: url(discussionitem_icon.gif) center right no-repeat;
528 padding: 0 18px;
529 }
530 #bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
531 #bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
532 #bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
533 #bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
534 #bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
535 #bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
536 .link-audio {
537 background: url("audio.png") center right no-repeat;
538 padding: 0 13px;
539 }
540 #bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
541 #bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
542 #bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
543 #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
544 .link-video {
545 background: url("video.png") center right no-repeat;
546 padding: 0 13px;
547 }
548 #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
549 #bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
550 #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
551 .link-document {
552 background: url("document.png") center right no-repeat;
553 padding: 0 12px;
554 }
555
556 /* for rtl wikis */
557 .rtl #bodyContent a.external {
558 background-position: left;
559 padding-right: 0;
560 }
561 .rtl a.feedlink {
562 background-position: right;
563 padding-right: 16px;
564 padding-left: 0;
565 }
566
567 /* correction for ltr wikis */
568 .ltr #bodyContent a.external,
569 .ltr #bodyContent a.extiw {
570 padding-left: 0;
571 }
572
573 /* disable interwiki styling */
574 #bodyContent a.extiw,
575 #bodyContent a.extiw:active {
576 color: #36b;
577 background: none;
578 padding: 0;
579 }
580 #bodyContent a.external {
581 color: #36b;
582 }
583 /* this can be used in the content area to switch off
584 special external link styling */
585 #bodyContent .plainlinks a {
586 background: none !important;
587 padding: 0 !important;
588 }
589 /*
590 ** Structural Elements
591 */
592
593 /*
594 ** general portlet styles (elements in the quickbar)
595 */
596 .portlet {
597 border: none;
598 margin: 0 0 .5em;
599 padding: 0;
600 float: none;
601 width: 11.6em;
602 overflow: hidden;
603 }
604 .portlet h4 {
605 font-size: 95%;
606 font-weight: normal;
607 white-space: nowrap;
608 }
609 .portlet h5 {
610 background: transparent;
611 padding: 0 1em 0 .5em;
612 display: inline;
613 height: 1em;
614 text-transform: lowercase;
615 font-size: 91%;
616 font-weight: normal;
617 white-space: nowrap;
618 }
619 .portlet h6 {
620 background: #ffae2e;
621 border: 1px solid #2f6fab;
622 border-style: solid solid none solid;
623 padding: 0 1em 0 1em;
624 text-transform: lowercase;
625 display: block;
626 font-size: 1em;
627 height: 1.2em;
628 font-weight: normal;
629 white-space: nowrap;
630 }
631 .pBody {
632 font-size: 95%;
633 background-color: white;
634 color: black;
635 border-collapse: collapse;
636 border: 1px solid #aaa;
637 padding: 0 .8em .3em .5em;
638 }
639 .portlet h1,
640 .portlet h2,
641 .portlet h3,
642 .portlet h4 {
643 margin: 0;
644 padding: 0;
645 }
646 .portlet ul {
647 line-height: 1.5em;
648 list-style-type: square;
649 list-style-image: url(bullet.gif);
650 font-size: 95%;
651 }
652 .portlet li {
653 padding: 0;
654 margin: 0;
655 }
656
657 /*
658 ** Logo properties
659 */
660
661 #p-logo {
662 top: 0;
663 left: 0;
664 position: absolute; /*needed to use z-index */
665 z-index: 3;
666 height: 155px;
667 width: 12em;
668 overflow: visible;
669 }
670 #p-logo h5 {
671 display: none;
672 }
673 #p-logo a,
674 #p-logo a:hover {
675 display: block;
676 height: 155px;
677 width: 12.2em;
678 background-repeat: no-repeat;
679 background-position: 35% 50% !important;
680 text-decoration: none;
681 }
682
683 /*
684 ** Search portlet
685 */
686 #p-search {
687 position: relative;
688 z-index: 3;
689 }
690 input.searchButton {
691 margin-top: 1px;
692 font-size: 95%;
693 }
694 #searchGoButton {
695 padding-left: .5em;
696 padding-right: .5em;
697 font-weight: bold;
698 }
699 #searchInput {
700 width: 10.9em;
701 margin: 0;
702 font-size: 95%;
703 }
704 #p-search .pBody {
705 padding: .5em .4em .4em .4em;
706 text-align: center;
707 }
708 #p-search #searchform div div {
709 margin-top: .4em;
710 font-size: 95%;
711 }
712 /*
713 ** the personal toolbar
714 */
715 #p-personal {
716 position: absolute;
717 left: 0;
718 top: 0;
719 z-index: 0;
720 }
721 #p-personal {
722 width: 100%;
723 white-space: nowrap;
724 padding: 0;
725 margin: 0;
726 border: none;
727 background: none;
728 overflow: visible;
729 line-height: 1.2em;
730 }
731 #p-personal h5 {
732 display: none;
733 }
734 #p-personal .portlet,
735 #p-personal .pBody {
736 z-index: 0;
737 padding: 0;
738 margin: 0;
739 border: none;
740 overflow: visible;
741 background: none;
742 }
743 /* this is the ul contained in the portlet */
744 #p-personal ul {
745 border: none;
746 line-height: 1.4em;
747 color: #2f6fab;
748 padding: 0 2em 0 3em;
749 margin: 0;
750 text-align: right;
751 list-style: none;
752 z-index: 0;
753 background: none;
754 cursor: default;
755 }
756 #p-personal li {
757 z-index: 0;
758 border: none;
759 padding: 0;
760 display: inline;
761 color: #2f6fab;
762 margin-left: 1em;
763 line-height: 1.2em;
764 background: none;
765 }
766 #p-personal li a {
767 text-decoration: none;
768 color: #005896;
769 padding-bottom: .2em;
770 background: none;
771 }
772 #p-personal li a:hover {
773 background-color: white;
774 padding-bottom: .2em;
775 text-decoration: none;
776 }
777 #p-personal li.active a:hover {
778 background-color: transparent;
779 }
780 /* the icon in front of the user name, single quotes
781 in bg url to hide it from iemac */
782 li#pt-userpage,
783 li#pt-anonuserpage,
784 li#pt-login {
785 background: url(user.gif) top left no-repeat;
786 padding-left: 20px;
787 text-transform: none;
788 }
789 #p-personal ul {
790 text-transform: lowercase;
791 }
792 #p-personal li.active {
793 font-weight: bold;
794 }
795 /*
796 ** the page-related actions- page/talk, edit etc
797 */
798 #p-cactions {
799 position: absolute;
800 top: 1.3em;
801 left: 11.5em;
802 margin: 0;
803 white-space: nowrap;
804 width: 76%;
805 line-height: 1.1em;
806 overflow: visible;
807 background: none;
808 border-collapse: collapse;
809 padding-left: 1em;
810 list-style: none;
811 font-size: 95%;
812 }
813 #p-cactions ul {
814 list-style: none;
815 }
816 #p-cactions li {
817 display: inline;
818 border: 1px solid #aaa;
819 border-bottom: none;
820 padding: 0 0 .1em 0;
821 margin: 0 .3em 0 0;
822 overflow: visible;
823 background: white;
824 }
825 #p-cactions li.selected {
826 border-color: #fabd23;
827 padding: 0 0 .2em 0;
828 font-weight: bold;
829 }
830 #p-cactions li a {
831 background-color: #fbfbfb;
832 color: #002bb8;
833 border: none;
834 padding: 0 .8em .3em;
835 position: relative;
836 z-index: 0;
837 margin: 0;
838 text-decoration: none;
839 }
840 #p-cactions li.selected a {
841 z-index: 3;
842 padding: 0 1em .2em!important;
843 background-color: white;
844 }
845 #p-cactions .new a {
846 color: #ba0000;
847 }
848 #p-cactions li a:hover {
849 z-index: 3;
850 text-decoration: none;
851 background-color: white;
852 }
853 #p-cactions h5 {
854 display: none;
855 }
856 #p-cactions li.istalk {
857 margin-right: 0;
858 }
859 #p-cactions li.istalk a {
860 padding-right: .5em;
861 }
862 #p-cactions #ca-addsection a {
863 padding-left: .4em;
864 padding-right: .4em;
865 }
866 /* offsets to distinguish the tab groups */
867 li#ca-talk {
868 margin-right: 1.6em;
869 }
870 li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
871 margin-left: 1.6em;
872 }
873 #p-cactions .pBody {
874 font-size: 1em;
875 background-color: transparent;
876 color: inherit;
877 border-collapse: inherit;
878 border: 0;
879 padding: 0;
880 }
881 #p-cactions .hiddenStructure {
882 display: none;
883 }
884 #p-cactions li a {
885 text-transform: lowercase;
886 }
887
888 #p-lang {
889 position: relative;
890 z-index: 3;
891 }
892
893 /* Override text-transform on languages where capitalization is significant */
894 .portlet h5[lang|=bar],
895 .portlet h6[lang|=bar],
896 #p-personal ul[lang|=bar],
897 #p-cactions ul[lang|=bar] li a,
898 .portlet h5[lang|=de],
899 .portlet h6[lang|=de],
900 #p-personal ul[lang|=de],
901 #p-cactions ul[lang|=de] li a,
902 .portlet h5[lang|=gsw],
903 .portlet h6[lang|=gsw],
904 #p-personal ul[lang|=gsw],
905 #p-cactions ul[lang|=gsw] li a,
906 .portlet h5[lang|=ksh],
907 .portlet h6[lang|=ksh],
908 #p-personal ul[lang|=ksh],
909 #p-cactions ul[lang|=ksh] li a,
910 .portlet h5[lang|=lb],
911 .portlet h6[lang|=lb],
912 #p-personal ul[lang|=lb],
913 #p-cactions ul[lang|=lb] li a,
914 .portlet h5[lang|=nds],
915 .portlet h6[lang|=nds],
916 #p-personal ul[lang|=nds],
917 #p-cactions ul[lang|=nds] li a,
918 .portlet h5[lang|=pdc],
919 .portlet h6[lang|=pdc],
920 #p-personal ul[lang|=pdc],
921 #p-cactions ul[lang|=pdc] li a,
922 .portlet h5[lang|=pdt],
923 .portlet h6[lang|=pdt],
924 #p-personal ul[lang|=pdt],
925 #p-cactions ul[lang|=pdt] li a
926 .portlet h5[lang|=pfl],
927 .portlet h6[lang|=pfl],
928 #p-personal ul[lang|=pfl],
929 #p-cactions ul[lang|=pfl] li a {
930 text-transform: none;
931 }
932
933
934 /* TODO: #t-iscite is only used by the Cite extension, come up with some
935 * system which allows extensions to add to this file on the fly
936 */
937 #t-ispermalink, #t-iscite {
938 color: #999;
939 }
940 /*
941 ** footer
942 */
943 #footer {
944 background-color: white;
945 border-top: 1px solid #fabd23;
946 border-bottom: 1px solid #fabd23;
947 margin: .6em 0 1em 0;
948 padding: .4em 0 1.2em 0;
949 text-align: center;
950 font-size: 90%;
951 }
952 #footer li {
953 display: inline;
954 margin: 0 1.3em;
955 }
956 #f-poweredbyico, #f-copyrightico {
957 margin: 0 8px;
958 position: relative;
959 top: -2px; /* Bump it up just a tad */
960 }
961 #f-poweredbyico {
962 float: right;
963 height: 1%;
964 }
965 #f-copyrightico {
966 float: left;
967 height: 1%;
968 }
969
970 .mw-htmlform-submit {
971 font-weight: bold;
972 padding-left: .3em;
973 padding-right: .3em;
974 margin-right: 2em;
975 }
976
977 /* js pref toc */
978 #preftoc {
979 margin: 0;
980 padding: 0;
981 width: 100%;
982 clear: both;
983 }
984 #preftoc li {
985 background-color: #f0f0f0;
986 color: #000;
987 }
988 #preftoc li {
989 margin: 1px -2px 1px 2px;
990 float: left;
991 padding: 2px 0 3px 0;
992 border: 1px solid #fff;
993 border-right-color: #716f64;
994 border-bottom: 0;
995 position: relative;
996 white-space: nowrap;
997 list-style-type: none;
998 list-style-image: none;
999 z-index: 3;
1000 }
1001 #preftoc li.selected {
1002 font-weight: bold;
1003 background-color: #f9f9f9;
1004 border: 1px solid #aaa;
1005 border-bottom: none;
1006 cursor: default;
1007 top: 1px;
1008 padding-top: 2px;
1009 margin-right: -3px;
1010 }
1011 #preftoc > li.selected {
1012 top: 2px;
1013 }
1014 #preftoc a,
1015 #preftoc a:active {
1016 display: block;
1017 color: #000;
1018 padding: 0 .7em;
1019 position: relative;
1020 text-decoration: none;
1021 }
1022 #preftoc li.selected a {
1023 cursor: default;
1024 text-decoration: none;
1025 }
1026 #preferences {
1027 margin: 0;
1028 border: 1px solid #aaa;
1029 clear: both;
1030 padding: 1.5em;
1031 background-color: #F9F9F9;
1032 }
1033 .prefsection {
1034 border: none;
1035 padding: 0;
1036 margin: 0;
1037 }
1038
1039 .prefsection legend {
1040 font-weight: bold;
1041 }
1042 .prefsection table, .prefsection legend {
1043 background-color: #F9F9F9;
1044 }
1045 .mainLegend {
1046 display: none;
1047 }
1048 td.htmlform-tip {
1049 font-size: x-small;
1050 padding: .2em 2em;
1051 color: #666;
1052 }
1053
1054 .preferences-login {
1055 clear: both;
1056 margin-bottom: 1.5em;
1057 }
1058
1059 .prefcache {
1060 font-size: 90%;
1061 margin-top: 2em;
1062 }
1063
1064 div#userloginForm form,
1065 div#userlogin form#userlogin2 {
1066 margin: 0 3em 1em 0;
1067 border: 1px solid #aaa;
1068 clear: both;
1069 padding: 1.5em 2em;
1070 background-color: #f9f9f9;
1071 float: left;
1072 }
1073 .rtl div#userloginForm form,
1074 .rtl div#userlogin form#userlogin2 {
1075 float: right;
1076 }
1077
1078 div#userloginForm table,
1079 div#userlogin form#userlogin2 table {
1080 background-color: #f9f9f9;
1081 }
1082
1083 div#userloginForm h2,
1084 div#userlogin form#userlogin2 h2 {
1085 padding-top: 0;
1086 }
1087
1088 div#userlogin .captcha,
1089 div#userloginForm .captcha {
1090 border: 1px solid #bbb;
1091 padding: 1.5em 2em;
1092 background-color: white;
1093 }
1094
1095 #loginend, #signupend {
1096 clear: both;
1097 }
1098
1099 #userloginprompt, #languagelinks {
1100 font-size: 85%;
1101 }
1102
1103 #login-sectiontip {
1104 font-size: 85%;
1105 line-height: 1.2;
1106 padding-top: 2em;
1107 }
1108
1109 #userlogin .loginText, #userlogin .loginPassword {
1110 width: 12em;
1111 }
1112
1113 #userloginlink a, #wpLoginattempt, #wpCreateaccount {
1114 font-weight: bold;
1115 }
1116
1117 /*
1118 ** IE/Mac fixes, hope to find a validating way to move this
1119 ** to a separate stylesheet. This would work but doesn't validate:
1120 ** @import("IEMacFixes.css");
1121 */
1122 /* tabs: border on the a, not the div */
1123 * > html #p-cactions li { border: none; }
1124 * > html #p-cactions li a {
1125 border: 1px solid #aaa;
1126 border-bottom: none;
1127 }
1128 * > html #p-cactions li.selected a { border-color: #fabd23; }
1129 /* footer icons need a fixed width */
1130 * > html #f-poweredbyico,
1131 * > html #f-copyrightico { width: 88px; }
1132 * > html #bodyContent,
1133 * > html #bodyContent pre {
1134 overflow-x: auto;
1135 width: 100%;
1136 padding-bottom: 25px;
1137 }
1138
1139 /* more IE fixes */
1140 /* float/negative margin brokenness */
1141 * html #footer {margin-top: 0;}
1142 * html #column-content {
1143 display: inline;
1144 margin-bottom: 0;
1145 }
1146 * html div.editsection { font-size: smaller; }
1147 #pagehistory li.selected { position: relative; }
1148
1149 /* Mac IE 5.0 fix; floated content turns invisible */
1150 * > html #column-content {
1151 float: none;
1152 }
1153 * > html #column-one {
1154 position: absolute;
1155 left: 0;
1156 top: 0;
1157 }
1158 * > html #footer {
1159 margin-left: 13.2em;
1160 }
1161 .redirectText {
1162 font-size: 150%;
1163 margin: 5px;
1164 }
1165
1166 .printfooter {
1167 display: none;
1168 }
1169
1170 .not-patrolled {
1171 background-color: #ffa;
1172 }
1173 div.patrollink {
1174 clear: both;
1175 font-size: 75%;
1176 text-align: right;
1177 }
1178 span.newpage, span.minor, span.bot {
1179 font-weight: bold;
1180 }
1181 span.unpatrolled {
1182 font-weight: bold;
1183 color: red;
1184 }
1185
1186 .sharedUploadNotice {
1187 font-style: italic;
1188 }
1189
1190 span.updatedmarker {
1191 color: black;
1192 background-color: #0f0;
1193 }
1194
1195 table.gallery {
1196 border: 1px solid #ccc;
1197 margin: 2px;
1198 padding: 2px;
1199 background-color: white;
1200 }
1201
1202 table.gallery tr {
1203 vertical-align: top;
1204 }
1205
1206 table.gallery td {
1207 vertical-align: top;
1208 background-color: #f9f9f9;
1209 border: solid 2px white;
1210 }
1211 /* Keep this temporarily so that cached pages will display right */
1212 table.gallery td.galleryheader {
1213 text-align: center;
1214 font-weight: bold;
1215 }
1216 table.gallery caption {
1217 font-weight: bold;
1218 }
1219
1220 div.gallerybox {
1221 margin: 2px;
1222 }
1223
1224 div.gallerybox div.thumb {
1225 text-align: center;
1226 border: 1px solid #ccc;
1227 margin: 2px;
1228 }
1229
1230 div.gallerytext {
1231 overflow: hidden;
1232 font-size: 94%;
1233 padding: 2px 4px;
1234 }
1235
1236 span.comment {
1237 font-style: italic;
1238 }
1239
1240 span.changedby {
1241 font-size: 95%;
1242 }
1243
1244 .previewnote {
1245 text-indent: 3em;
1246 color: #c00;
1247 border-bottom: 1px solid #aaa;
1248 padding-bottom: 1em;
1249 margin-bottom: 1em;
1250 }
1251
1252 .previewnote p {
1253 margin: 0;
1254 padding: 0;
1255 }
1256
1257 .editExternally {
1258 border: 1px solid gray;
1259 background-color: #ffffff;
1260 padding: 3px;
1261 margin-top: 0.5em;
1262 float: left;
1263 font-size: small;
1264 text-align: center;
1265 }
1266 .editExternallyHelp {
1267 font-style: italic;
1268 color: gray;
1269 }
1270
1271 .toggle {
1272 margin-left: 2em;
1273 text-indent: -2em;
1274 }
1275
1276 /* Classes for EXIF data display */
1277 table.mw_metadata {
1278 font-size: 0.8em;
1279 margin-left: 0.5em;
1280 margin-bottom: 0.5em;
1281 width: 300px;
1282 }
1283
1284 table.mw_metadata caption {
1285 font-weight: bold;
1286 }
1287
1288 table.mw_metadata th {
1289 font-weight: normal;
1290 }
1291
1292 table.mw_metadata td {
1293 padding: 0.1em;
1294 }
1295
1296 table.mw_metadata {
1297 border: none;
1298 border-collapse: collapse;
1299 }
1300
1301 table.mw_metadata td, table.mw_metadata th {
1302 text-align: center;
1303 border: 1px solid #aaaaaa;
1304 padding-left: 0.1em;
1305 padding-right: 0.1em;
1306 }
1307
1308 table.mw_metadata th {
1309 background-color: #f9f9f9;
1310 }
1311
1312 table.mw_metadata td {
1313 background-color: #fcfcfc;
1314 }
1315
1316 table.collapsed tr.collapsable {
1317 display: none;
1318 }
1319
1320
1321 /* filetoc */
1322 ul#filetoc {
1323 text-align: center;
1324 border: 1px solid #aaaaaa;
1325 background-color: #f9f9f9;
1326 padding: 5px;
1327 font-size: 95%;
1328 margin-bottom: 0.5em;
1329 margin-left: 0;
1330 margin-right: 0;
1331 }
1332
1333 #filetoc li {
1334 display: inline;
1335 list-style-type: none;
1336 padding-right: 2em;
1337 }
1338
1339 input#wpSummary {
1340 width: 80%;
1341 }
1342
1343 /* @bug 1714 */
1344 input#wpSave, input#wpDiff {
1345 margin-right: 0.33em;
1346 }
1347
1348 #wpSave {
1349 font-weight: bold;
1350 }
1351
1352 /* Classes for article validation */
1353
1354 table.revisionform_default {
1355 border: 1px solid #000000;
1356 }
1357
1358 table.revisionform_focus {
1359 border: 1px solid #000000;
1360 background-color:#00BBFF;
1361 }
1362
1363 tr.revision_tr_default {
1364 background-color:#EEEEEE;
1365 }
1366
1367 tr.revision_tr_first {
1368 background-color:#DDDDDD;
1369 }
1370
1371 p.revision_saved {
1372 color: green;
1373 font-weight:bold;
1374 }
1375
1376 #mw_trackbacks {
1377 border: solid 1px #bbbbff;
1378 background-color: #eeeeff;
1379 padding: 0.2em;
1380 }
1381
1382
1383 /* Allmessages table */
1384
1385 #allmessagestable th {
1386 background-color: #b2b2ff;
1387 }
1388
1389 #allmessagestable tr.orig {
1390 background-color: #ffe2e2;
1391 }
1392
1393 #allmessagestable tr.new {
1394 background-color: #e2ffe2;
1395 }
1396
1397 #allmessagestable tr.def {
1398 background-color: #f0f0ff;
1399 }
1400
1401
1402 /* noarticletext */
1403 div.noarticletext {
1404 border: 1px solid #ccc;
1405 background: #fff;
1406 padding: .2em 1em;
1407 color: #000;
1408 }
1409
1410 div#searchTargetContainer {
1411 left: 10px;
1412 top: 10px;
1413 width: 90%;
1414 background: white;
1415 }
1416
1417 div#searchTarget {
1418 padding: 3px;
1419 margin: 5px;
1420 background: #F0F0F0;
1421 border: solid 1px blue;
1422 }
1423
1424 div#searchTarget ul li {
1425 list-style: none;
1426 }
1427
1428 div#searchTarget ul li:before {
1429 color: #ffa500;
1430 content: "\00BB \0020";
1431 }
1432
1433 div#searchTargetHide {
1434 float:right;
1435 border:solid 1px black;
1436 background:#DCDCDC;
1437 padding:2px;
1438 }
1439
1440 #powersearch p {
1441 margin-top:0px;
1442 }
1443
1444 div.multipageimagenavbox {
1445 border: solid 1px silver;
1446 padding: 4px;
1447 margin: 1em;
1448 background: #f0f0f0;
1449 }
1450
1451 div.multipageimagenavbox div.thumb {
1452 border: none;
1453 margin-left: 2em;
1454 margin-right: 2em;
1455 }
1456
1457 div.multipageimagenavbox hr {
1458 margin: 6px;
1459 }
1460
1461 table.multipageimage td {
1462 text-align: center;
1463 }
1464
1465 /** Special:Version */
1466
1467 table#sv-ext, table#sv-hooks, table#sv-software {
1468 margin: 1em;
1469 padding:0em;
1470 }
1471
1472 #sv-ext td, #sv-hooks td, #sv-software td,
1473 #sv-ext th, #sv-hooks th, #sv-software th {
1474 border: 1px solid #A0A0A0;
1475 padding: 0 0.15em 0 0.15em;
1476 }
1477 #sv-ext th, #sv-hooks th, #sv-software th {
1478 background-color: #F0F0F0;
1479 color: black;
1480 padding: 0 0.15em 0 0.15em;
1481 }
1482 tr.sv-space{
1483 height: 0.8em;
1484 border:none;
1485 }
1486 tr.sv-space td { display: none; }
1487
1488 /*
1489 Table pager (e.g. Special:Imagelist)
1490 - remove underlines from the navigation link
1491 - collapse borders
1492 - set the borders to outsets (similar to Special:Allmessages)
1493 - remove line wrapping for all td and th, set background color
1494 - restore line wrapping for the last two table cells (description and size)
1495 */
1496 .TablePager { min-width: 80%; }
1497 .TablePager_nav a { text-decoration: none; }
1498 .TablePager { border-collapse: collapse; }
1499 .TablePager, .TablePager td, .TablePager th {
1500 border: 1px solid #aaaaaa;
1501 padding: 0 0.15em 0 0.15em;
1502 }
1503 .TablePager th { background-color: #eeeeff }
1504 .TablePager td { background-color: #ffffff }
1505 .TablePager tr:hover td { background-color: #eeeeff }
1506
1507 .imagelist td, .imagelist th { white-space: nowrap }
1508 .imagelist .TablePager_col_links { background-color: #eeeeff }
1509 .imagelist .TablePager_col_img_description { white-space: normal }
1510 .imagelist th.TablePager_sort { background-color: #ccccff }
1511
1512 .templatesUsed { margin-top: 1.5em; }
1513
1514 .mw-summary-preview {
1515 margin: 0.1em 0;
1516 }
1517
1518 /* Friendlier slave lag warnings */
1519 div.mw-lag-warn-normal,
1520 div.mw-lag-warn-high {
1521 padding: 3px;
1522 text-align: center;
1523 margin: 3px auto;
1524 }
1525 div.mw-lag-warn-normal {
1526 border: 1px solid #FFCC66;
1527 background-color: #FFFFCC;
1528 }
1529 div.mw-lag-warn-high {
1530 font-weight: bold;
1531 border: 2px solid #FF0033;
1532 background-color: #FFCCCC;
1533 }
1534
1535 .MediaTransformError {
1536 background-color: #ccc;
1537 padding: 0.1em;
1538 }
1539 .MediaTransformError td {
1540 text-align: center;
1541 vertical-align: middle;
1542 font-size: 90%;
1543 }
1544
1545 /** Special:Search stuff */
1546 div#mw-search-interwiki-caption {
1547 text-align: center;
1548 font-weight: bold;
1549 font-size: 95%;
1550 }
1551
1552 .mw-search-interwiki-project {
1553 font-size: 97%;
1554 text-align: left;
1555 padding-left: 0.2em;
1556 padding-right: 0.15em;
1557 padding-bottom: 0.2em;
1558 padding-top: 0.15em;
1559 background: #cae8ff;
1560 }
1561
1562 /* God-damned hack for the crappy layout */
1563 .os-suggest {
1564 font-size: 127%;
1565 }