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