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