Deprecate revText(), redundant
[mediawiki.git] / skins / monobook / main.css
blob727355bb7744da12dda85a44e05b0f48dac39b6d
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 :)
12 #column-content {
13 width: 100%;
14 float: right;
15 margin: 0 0 .6em -12.2em;
16 padding: 0;
18 #content {
19 margin: 2.8em 0 0 12.2em;
20 padding: 0 1em 1em 1em;
21 position: relative;
22 z-index: 2;
24 #column-one {
25 padding-top: 160px;
27 #content {
28 background: white;
29 color: black;
30 border: 1px solid #aaa;
31 border-right: none;
32 line-height: 1.5em;
34 /* the left column width is specified in class .portlet */
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
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;
50 /* scale back up to a sane default */
51 #globalWrapper {
52 font-size: 127%;
53 width: 100%;
54 margin: 0;
55 padding: 0;
58 /* general styles */
60 table {
61 font-size: 100%;
62 color: black;
63 /* we don't want the bottom borders of <h2>s to be visible through
64 floated tables */
65 background-color: white;
67 fieldset table {
68 /* but keep table layouts in forms clean... */
69 background: none;
71 a {
72 text-decoration: none;
73 color: #002bb8;
74 background: none;
76 a:visited {
77 color: #5a3696;
79 a:active {
80 color: #faa700;
82 a:hover {
83 text-decoration: underline;
85 a.stub {
86 color: #772233;
88 a.new, #p-personal a.new {
89 color: #ba0000;
91 a.new:visited, #p-personal a.new:visited {
92 color: #a55858;
95 img {
96 border: none;
97 vertical-align: middle;
99 p {
100 margin: .4em 0 .5em 0;
101 line-height: 1.5em;
103 p img {
104 margin: 0;
107 hr {
108 height: 1px;
109 color: #aaa;
110 background-color: #aaa;
111 border: 0;
112 margin: .2em 0 .2em 0;
115 h1, h2, h3, h4, h5, h6 {
116 color: black;
117 background: none;
118 font-weight: normal;
119 margin: 0;
120 padding-top: .5em;
121 padding-bottom: .17em;
122 border-bottom: 1px solid #aaa;
124 h1 { font-size: 188%; }
125 h1 .editsection { font-size: 53%; }
126 h2 { font-size: 150%; }
127 h2 .editsection { font-size: 67%; }
128 h3, h4, h5, h6 {
129 border-bottom: none;
130 font-weight: bold;
132 h3 { font-size: 132%; }
133 h3 .editsection { font-size: 76%; font-weight: normal; }
134 h4 { font-size: 116%; }
135 h4 .editsection { font-size: 86%; font-weight: normal; }
136 h5 { font-size: 100%; }
137 h5 .editsection { font-weight: normal; }
138 h6 { font-size: 80%; }
139 h6 .editsection { font-size: 125%; font-weight: normal; }
141 ul {
142 line-height: 1.5em;
143 list-style-type: square;
144 margin: .3em 0 0 1.5em;
145 padding: 0;
146 list-style-image: url(bullet.gif);
148 ol {
149 line-height: 1.5em;
150 margin: .3em 0 0 3.2em;
151 padding: 0;
152 list-style-image: none;
154 li {
155 margin-bottom: .1em;
157 dt {
158 font-weight: bold;
159 margin-bottom: .1em;
161 dl {
162 margin-top: .2em;
163 margin-bottom: .5em;
165 dd {
166 line-height: 1.5em;
167 margin-left: 2em;
168 margin-bottom: .1em;
171 fieldset {
172 border: 1px solid #2f6fab;
173 margin: 1em 0 1em 0;
174 padding: 0 1em 1em;
175 line-height: 1.5em;
177 fieldset.nested {
178 margin: 0 0 0.5em 0;
179 padding: 0 0.5em 0.5em;
181 legend {
182 padding: .5em;
183 font-size: 95%;
185 form {
186 border: none;
187 margin: 0;
190 textarea {
191 width: 100%;
192 padding: .1em;
195 input.historysubmit {
196 padding: 0 .3em .3em .3em !important;
197 font-size: 94%;
198 cursor: pointer;
199 height: 1.7em !important;
200 margin-left: 1.6em;
202 select {
203 vertical-align: top;
205 abbr, acronym, .explain {
206 border-bottom: 1px dotted black;
207 color: black;
208 background: none;
209 cursor: help;
212 font-family: Times, "Times New Roman", serif;
213 font-style: italic;
215 /* disabled for now
216 blockquote {
217 font-family: Times, "Times New Roman", serif;
218 font-style: italic;
220 code {
221 background-color: #f9f9f9;
223 pre {
224 padding: 1em;
225 border: 1px dashed #2f6fab;
226 color: black;
227 background-color: #f9f9f9;
228 line-height: 1.1em;
232 ** the main content area
235 #siteSub {
236 display: none;
238 #jump-to-nav {
239 display: none;
242 #contentSub, #contentSub2 {
243 font-size: 84%;
244 line-height: 1.2em;
245 margin: 0 0 1.4em 1em;
246 color: #7d7d7d;
247 width: auto;
249 span.subpages {
250 display: block;
253 /* Some space under the headers in the content area */
254 #bodyContent h1, #bodyContent h2 {
255 margin-bottom: .6em;
257 #bodyContent h3, #bodyContent h4, #bodyContent h5 {
258 margin-bottom: .3em;
260 #firstHeading {
261 margin-bottom: .1em;
262 /* These two rules hack around bug 2013 (fix for more limited bug 11325).
263 When bug 2013 is fixed properly, they should be removed. */
264 line-height: 1.2em;
265 padding-bottom: 0;
268 /* user notification thing */
269 .usermessage {
270 background-color: #ffce7b;
271 border: 1px solid #ffa500;
272 color: black;
273 font-weight: bold;
274 margin: 2em 0 1em;
275 padding: .5em 1em;
276 vertical-align: middle;
278 #siteNotice {
279 text-align: center;
280 font-size: 95%;
281 padding: 0 0.9em;
283 #siteNotice p {
284 margin: 0;
285 padding: 0;
288 .catlinks {
289 border: 1px solid #aaa;
290 background-color: #f9f9f9;
291 padding: 5px;
292 margin-top: 1em;
293 clear: both;
295 /* currently unused, intended to be used by a metadata box
296 in the bottom-right corner of the content area */
297 .documentDescription {
298 /* The summary text describing the document */
299 font-weight: bold;
300 display: block;
301 margin: 1em 0;
302 line-height: 1.5em;
304 .documentByLine {
305 text-align: right;
306 font-size: 90%;
307 clear: both;
308 font-weight: normal;
309 color: #76797c;
312 /* emulate center */
313 .center {
314 width: 100%;
315 text-align: center;
317 *.center * {
318 margin-left: auto;
319 margin-right: auto;
321 /* small for tables and similar */
322 .small, .small * {
323 font-size: 94%;
325 table.small {
326 font-size: 100%;
330 ** content styles
333 #toc,
334 .toc,
335 .mw-warning {
336 border: 1px solid #aaa;
337 background-color: #f9f9f9;
338 padding: 5px;
339 font-size: 95%;
341 #toc h2,
342 .toc h2 {
343 display: inline;
344 border: none;
345 padding: 0;
346 font-size: 100%;
347 font-weight: bold;
349 #toc #toctitle,
350 .toc #toctitle,
351 #toc .toctitle,
352 .toc .toctitle {
353 text-align: center;
355 #toc ul,
356 .toc ul {
357 list-style-type: none;
358 list-style-image: none;
359 margin-left: 0;
360 padding-left: 0;
361 text-align: left;
363 #toc ul ul,
364 .toc ul ul {
365 margin: 0 0 0 2em;
367 #toc .toctoggle,
368 .toc .toctoggle {
369 font-size: 94%;
372 .mw-warning {
373 margin-left: 50px;
374 margin-right: 50px;
375 text-align: center;
378 /* images */
379 div.floatright, table.floatright {
380 clear: right;
381 float: right;
382 position: relative;
383 margin: 0 0 .5em .5em;
384 border: 0;
386 border: .5em solid white;
387 border-width: .5em 0 .8em 1.4em;
390 div.floatright p { font-style: italic; }
391 div.floatleft, table.floatleft {
392 float: left;
393 clear: left;
394 position: relative;
395 margin: 0 .5em .5em 0;
396 border: 0;
398 margin: .3em .5em .5em 0;
399 border: .5em solid white;
400 border-width: .5em 1.4em .8em 0;
403 div.floatleft p { font-style: italic; }
404 /* thumbnails */
405 div.thumb {
406 margin-bottom: .5em;
407 border-style: solid;
408 border-color: white;
409 width: auto;
411 div.thumbinner {
412 border: 1px solid #ccc;
413 padding: 3px !important;
414 background-color: #f9f9f9;
415 font-size: 94%;
416 text-align: center;
417 overflow: hidden;
419 html .thumbimage {
420 border: 1px solid #ccc;
422 html .thumbcaption {
423 border: none;
424 text-align: left;
425 line-height: 1.4em;
426 padding: 3px !important;
427 font-size: 94%;
429 div.magnify {
430 float: right;
431 border: none !important;
432 background: none !important;
434 div.magnify a, div.magnify img {
435 display: block;
436 border: none !important;
437 background: none !important;
439 div.tright {
440 clear: right;
441 float: right;
442 border-width: .5em 0 .8em 1.4em;
444 div.tleft {
445 float: left;
446 clear: left;
447 margin-right: .5em;
448 border-width: .5em 1.4em .8em 0;
450 img.thumbborder {
451 border: 1px solid #dddddd;
453 .hiddenStructure {
454 display: none;
458 ** classes for special content elements like town boxes
459 ** intended to be referenced directly from the wiki src
463 ** User styles
465 /* table standards */
466 table.rimage {
467 float: right;
468 position: relative;
469 margin-left: 1em;
470 margin-bottom: 1em;
471 text-align: center;
473 .toccolours {
474 border: 1px solid #aaa;
475 background-color: #f9f9f9;
476 padding: 5px;
477 font-size: 95%;
481 ** edit views etc
483 .special li {
484 line-height: 1.4em;
485 margin: 0;
486 padding: 0;
490 ** keep the whitespace in front of the ^=, hides rule from konqueror
491 ** this is css3, the validator doesn't like it when validating as css2
493 #bodyContent a.external,
494 #bodyContent a.external[href ^="gopher://"] {
495 background: url(external.png) center right no-repeat;
496 padding: 0 13px;
498 .rtl #bodyContent a.external,
499 .rtl #bodyContent a.external[href ^="gopher://"] {
500 background-image: url(external-rtl.png);
502 #bodyContent a.external[href ^="https://"],
503 .link-https {
504 background: url(lock_icon.gif) center right no-repeat;
505 padding: 0 16px;
507 #bodyContent a.external[href ^="mailto:"],
508 .link-mailto {
509 background: url(mail_icon.gif) center right no-repeat;
510 padding: 0 18px;
512 #bodyContent a.external[href ^="news://"] {
513 background: url(news_icon.png) center right no-repeat;
514 padding: 0 18px;
516 #bodyContent a.external[href ^="ftp://"],
517 .link-ftp {
518 background: url(file_icon.gif) center right no-repeat;
519 padding: 0 18px;
521 #bodyContent a.external[href ^="irc://"],
522 .link-irc {
523 background: url(discussionitem_icon.gif) center right no-repeat;
524 padding: 0 18px;
526 #bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
527 #bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
528 #bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
529 #bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
530 #bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
531 #bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
532 .link-audio {
533 background: url("audio.png") center right no-repeat;
534 padding: 0 13px;
536 #bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
537 #bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
538 #bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
539 #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
540 .link-video {
541 background: url("video.png") center right no-repeat;
542 padding: 0 13px;
544 #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
545 #bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
546 #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
547 .link-document {
548 background: url("document.png") center right no-repeat;
549 padding: 0 12px;
552 /* for rtl wikis */
553 .rtl #bodyContent a.external {
554 background-position: left;
555 padding-right: 0;
557 .rtl a.feedlink {
558 background-position: right;
559 padding-right: 16px;
560 padding-left: 0;
563 /* correction for ltr wikis */
564 .ltr #bodyContent a.external {
565 padding-left: 0;
568 /* disable interwiki styling */
569 #bodyContent a.extiw,
570 #bodyContent a.extiw:active {
571 color: #36b;
573 #bodyContent a.external {
574 color: #36b;
577 ** Structural Elements
581 ** general portlet styles (elements in the quickbar)
583 .portlet {
584 border: none;
585 margin: 0 0 .5em;
586 padding: 0;
587 float: none;
588 width: 11.6em;
589 overflow: hidden;
591 .portlet h4 {
592 font-size: 95%;
593 font-weight: normal;
594 white-space: nowrap;
596 .portlet h5 {
597 background: transparent;
598 padding: 0 1em 0 .5em;
599 display: inline;
600 height: 1em;
601 text-transform: lowercase;
602 font-size: 91%;
603 font-weight: normal;
604 white-space: nowrap;
606 .portlet h6 {
607 background: #ffae2e;
608 border: 1px solid #2f6fab;
609 border-style: solid solid none solid;
610 padding: 0 1em 0 1em;
611 text-transform: lowercase;
612 display: block;
613 font-size: 1em;
614 height: 1.2em;
615 font-weight: normal;
616 white-space: nowrap;
618 .pBody {
619 font-size: 95%;
620 background-color: white;
621 color: black;
622 border-collapse: collapse;
623 border: 1px solid #aaa;
624 padding: 0 .8em .3em .5em;
626 .portlet h1,
627 .portlet h2,
628 .portlet h3,
629 .portlet h4 {
630 margin: 0;
631 padding: 0;
633 .portlet ul {
634 line-height: 1.5em;
635 list-style-type: square;
636 list-style-image: url(bullet.gif);
637 font-size: 95%;
639 .portlet li {
640 padding: 0;
641 margin: 0;
645 ** Logo properties
648 #p-logo {
649 top: 0;
650 left: 0;
651 position: absolute; /*needed to use z-index */
652 z-index: 3;
653 height: 155px;
654 width: 12em;
655 overflow: visible;
657 #p-logo h5 {
658 display: none;
660 #p-logo a,
661 #p-logo a:hover {
662 display: block;
663 height: 155px;
664 width: 12.2em;
665 background-repeat: no-repeat;
666 background-position: 35% 50% !important;
667 text-decoration: none;
671 ** Search portlet
673 #p-search {
674 position: relative;
675 z-index: 3;
677 input.searchButton {
678 margin-top: 1px;
679 font-size: 95%;
681 #searchGoButton {
682 padding-left: .5em;
683 padding-right: .5em;
684 font-weight: bold;
686 #searchInput {
687 width: 10.9em;
688 margin: 0;
689 font-size: 95%;
691 #p-search .pBody {
692 padding: .5em .4em .4em .4em;
693 text-align: center;
695 #p-search #searchform div div {
696 margin-top: .4em;
697 font-size: 95%;
700 ** the personal toolbar
702 #p-personal {
703 position: absolute;
704 left: 0;
705 top: 0;
706 z-index: 0;
708 #p-personal {
709 width: 100%;
710 white-space: nowrap;
711 padding: 0;
712 margin: 0;
713 border: none;
714 background: none;
715 overflow: visible;
716 line-height: 1.2em;
718 #p-personal h5 {
719 display: none;
721 #p-personal .portlet,
722 #p-personal .pBody {
723 z-index: 0;
724 padding: 0;
725 margin: 0;
726 border: none;
727 overflow: visible;
728 background: none;
730 /* this is the ul contained in the portlet */
731 #p-personal ul {
732 border: none;
733 line-height: 1.4em;
734 color: #2f6fab;
735 padding: 0 2em 0 3em;
736 margin: 0;
737 text-align: right;
738 list-style: none;
739 z-index: 0;
740 background: none;
741 cursor: default;
743 #p-personal li {
744 z-index: 0;
745 border: none;
746 padding: 0;
747 display: inline;
748 color: #2f6fab;
749 margin-left: 1em;
750 line-height: 1.2em;
751 background: none;
753 #p-personal li a {
754 text-decoration: none;
755 color: #005896;
756 padding-bottom: .2em;
757 background: none;
759 #p-personal li a:hover {
760 background-color: white;
761 padding-bottom: .2em;
762 text-decoration: none;
764 #p-personal li.active a:hover {
765 background-color: transparent;
767 /* the icon in front of the user name, single quotes
768 in bg url to hide it from iemac */
769 li#pt-userpage,
770 li#pt-anonuserpage,
771 li#pt-login {
772 background: url(user.gif) top left no-repeat;
773 padding-left: 20px;
774 text-transform: none;
776 #p-personal ul {
777 text-transform: lowercase;
779 #p-personal li.active {
780 font-weight: bold;
783 ** the page-related actions- page/talk, edit etc
785 #p-cactions {
786 position: absolute;
787 top: 1.3em;
788 left: 11.5em;
789 margin: 0;
790 white-space: nowrap;
791 width: 76%;
792 line-height: 1.1em;
793 overflow: visible;
794 background: none;
795 border-collapse: collapse;
796 padding-left: 1em;
797 list-style: none;
798 font-size: 95%;
800 #p-cactions ul {
801 list-style: none;
803 #p-cactions li {
804 display: inline;
805 border: 1px solid #aaa;
806 border-bottom: none;
807 padding: 0 0 .1em 0;
808 margin: 0 .3em 0 0;
809 overflow: visible;
810 background: white;
812 #p-cactions li.selected {
813 border-color: #fabd23;
814 padding: 0 0 .2em 0;
815 font-weight: bold;
817 #p-cactions li a {
818 background-color: #fbfbfb;
819 color: #002bb8;
820 border: none;
821 padding: 0 .8em .3em;
822 position: relative;
823 z-index: 0;
824 margin: 0;
825 text-decoration: none;
827 #p-cactions li.selected a {
828 z-index: 3;
829 padding: 0 1em .2em!important;
830 background-color: white;
832 #p-cactions .new a {
833 color: #ba0000;
835 #p-cactions li a:hover {
836 z-index: 3;
837 text-decoration: none;
838 background-color: white;
840 #p-cactions h5 {
841 display: none;
843 #p-cactions li.istalk {
844 margin-right: 0;
846 #p-cactions li.istalk a {
847 padding-right: .5em;
849 #p-cactions #ca-addsection a {
850 padding-left: .4em;
851 padding-right: .4em;
853 /* offsets to distinguish the tab groups */
854 li#ca-talk {
855 margin-right: 1.6em;
857 li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
858 margin-left: 1.6em;
860 #p-cactions .pBody {
861 font-size: 1em;
862 background-color: transparent;
863 color: inherit;
864 border-collapse: inherit;
865 border: 0;
866 padding: 0;
868 #p-cactions .hiddenStructure {
869 display: none;
871 #p-cactions li a {
872 text-transform: lowercase;
875 #p-lang {
876 position: relative;
877 z-index: 3;
880 /* Override text-transform on languages where capitalization is significant */
881 .capitalize-all-nouns .portlet h5,
882 .capitalize-all-nouns .portlet h6,
883 .capitalize-all-nouns #p-personal ul,
884 .capitalize-all-nouns #p-cactions ul li a {
885 text-transform: none;
888 /* TODO: #t-iscite is only used by the Cite extension, come up with some
889 * system which allows extensions to add to this file on the fly
891 #t-ispermalink, #t-iscite {
892 color: #999;
895 ** footer
897 #footer {
898 background-color: white;
899 border-top: 1px solid #fabd23;
900 border-bottom: 1px solid #fabd23;
901 margin: .6em 0 1em 0;
902 padding: .4em 0 1.2em 0;
903 text-align: center;
904 font-size: 90%;
906 #footer li {
907 display: inline;
908 margin: 0 1.3em;
910 #f-poweredbyico, #f-copyrightico {
911 margin: 0 8px;
912 position: relative;
913 top: -2px; /* Bump it up just a tad */
915 #f-poweredbyico {
916 float: right;
917 height: 1%;
919 #f-copyrightico {
920 float: left;
921 height: 1%;
924 .mw-htmlform-submit {
925 font-weight: bold;
926 padding-left: .3em;
927 padding-right: .3em;
928 margin-right: 2em;
931 /* js pref toc */
932 #preftoc {
933 margin: 0;
934 padding: 0;
935 width: 100%;
936 clear: both;
938 #preftoc li {
939 background-color: #f0f0f0;
940 color: #000;
942 #preftoc li {
943 margin: 1px -2px 1px 2px;
944 float: left;
945 padding: 2px 0 3px 0;
946 border: 1px solid #fff;
947 border-right-color: #716f64;
948 border-bottom: 0;
949 position: relative;
950 white-space: nowrap;
951 list-style-type: none;
952 list-style-image: none;
953 z-index: 3;
955 #preftoc li.selected {
956 font-weight: bold;
957 background-color: #f9f9f9;
958 border: 1px solid #aaa;
959 border-bottom: none;
960 cursor: default;
961 top: 1px;
962 padding-top: 2px;
963 margin-right: -3px;
965 #preftoc > li.selected {
966 top: 2px;
968 #preftoc a,
969 #preftoc a:active {
970 display: block;
971 color: #000;
972 padding: 0 .7em;
973 position: relative;
974 text-decoration: none;
976 #preftoc li.selected a {
977 cursor: default;
978 text-decoration: none;
980 #preferences {
981 margin: 0;
982 border: 1px solid #aaa;
983 clear: both;
984 padding: 1.5em;
985 background-color: #F9F9F9;
987 .prefsection {
988 border: none;
989 padding: 0;
990 margin: 0;
993 .prefsection legend {
994 font-weight: bold;
996 .prefsection table, .prefsection legend {
997 background-color: #F9F9F9;
999 .mainLegend {
1000 display: none;
1002 td.htmlform-tip {
1003 font-size: x-small;
1004 padding: .2em 2em;
1005 color: #666;
1008 .preferences-login {
1009 clear: both;
1010 margin-bottom: 1.5em;
1013 .prefcache {
1014 font-size: 90%;
1015 margin-top: 2em;
1018 div#userloginForm form,
1019 div#userlogin form#userlogin2 {
1020 margin: 0 3em 1em 0;
1021 border: 1px solid #aaa;
1022 clear: both;
1023 padding: 1.5em 2em;
1024 background-color: #f9f9f9;
1025 float: left;
1027 .rtl div#userloginForm form,
1028 .rtl div#userlogin form#userlogin2 {
1029 float: right;
1032 div#userloginForm table,
1033 div#userlogin form#userlogin2 table {
1034 background-color: #f9f9f9;
1037 div#userloginForm h2,
1038 div#userlogin form#userlogin2 h2 {
1039 padding-top: 0;
1042 div#userlogin .captcha,
1043 div#userloginForm .captcha {
1044 border: 1px solid #bbb;
1045 padding: 1.5em 2em;
1046 background-color: white;
1049 #loginend, #signupend {
1050 clear: both;
1053 #userloginprompt, #languagelinks {
1054 font-size: 85%;
1057 #login-sectiontip {
1058 font-size: 85%;
1059 line-height: 1.2;
1060 padding-top: 2em;
1063 #userlogin .loginText, #userlogin .loginPassword {
1064 width: 12em;
1067 #userloginlink a, #wpLoginattempt, #wpCreateaccount {
1068 font-weight: bold;
1072 ** IE/Mac fixes, hope to find a validating way to move this
1073 ** to a separate stylesheet. This would work but doesn't validate:
1074 ** @import("IEMacFixes.css");
1076 /* tabs: border on the a, not the div */
1077 * > html #p-cactions li { border: none; }
1078 * > html #p-cactions li a {
1079 border: 1px solid #aaa;
1080 border-bottom: none;
1082 * > html #p-cactions li.selected a { border-color: #fabd23; }
1083 /* footer icons need a fixed width */
1084 * > html #f-poweredbyico,
1085 * > html #f-copyrightico { width: 88px; }
1086 * > html #bodyContent,
1087 * > html #bodyContent pre {
1088 overflow-x: auto;
1089 width: 100%;
1090 padding-bottom: 25px;
1093 /* more IE fixes */
1094 /* float/negative margin brokenness */
1095 * html #footer {margin-top: 0;}
1096 * html #column-content {
1097 display: inline;
1098 margin-bottom: 0;
1100 * html div.editsection { font-size: smaller; }
1101 #pagehistory li.selected { position: relative; }
1103 /* Mac IE 5.0 fix; floated content turns invisible */
1104 * > html #column-content {
1105 float: none;
1107 * > html #column-one {
1108 position: absolute;
1109 left: 0;
1110 top: 0;
1112 * > html #footer {
1113 margin-left: 13.2em;
1115 .redirectText {
1116 font-size: 150%;
1117 margin: 5px;
1120 .printfooter {
1121 display: none;
1125 div.patrollink {
1126 clear: both;
1129 .sharedUploadNotice {
1130 font-style: italic;
1133 span.updatedmarker {
1134 color: black;
1135 background-color: #0f0;
1138 .previewnote {
1139 color: #c00;
1140 margin-bottom: 1em;
1143 .previewnote p {
1144 text-indent: 3em;
1145 margin: 0.8em 0;
1148 .editExternally {
1149 border: 1px solid gray;
1150 background-color: #ffffff;
1151 padding: 3px;
1152 margin-top: 0.5em;
1153 float: left;
1154 font-size: small;
1155 text-align: center;
1157 .editExternallyHelp {
1158 font-style: italic;
1159 color: gray;
1162 .toggle {
1163 margin-left: 2em;
1164 text-indent: -2em;
1167 input#wpSummary {
1168 width: 80%;
1171 /* @bug 1714 */
1172 input#wpSave, input#wpDiff {
1173 margin-right: 0.33em;
1176 #wpSave {
1177 font-weight: bold;
1180 /* Classes for article validation */
1182 table.revisionform_default {
1183 border: 1px solid #000000;
1186 table.revisionform_focus {
1187 border: 1px solid #000000;
1188 background-color:#00BBFF;
1191 tr.revision_tr_default {
1192 background-color:#EEEEEE;
1195 tr.revision_tr_first {
1196 background-color:#DDDDDD;
1199 p.revision_saved {
1200 color: green;
1201 font-weight:bold;
1204 /* noarticletext */
1205 div.noarticletext {
1206 border: 1px solid #ccc;
1207 background: #fff;
1208 padding: .2em 1em;
1209 color: #000;
1212 div#searchTargetContainer {
1213 left: 10px;
1214 top: 10px;
1215 width: 90%;
1216 background: white;
1219 div#searchTarget {
1220 padding: 3px;
1221 margin: 5px;
1222 background: #F0F0F0;
1223 border: solid 1px blue;
1226 div#searchTarget ul li {
1227 list-style: none;
1230 div#searchTarget ul li:before {
1231 color: orange;
1232 content: "\00BB \0020";
1235 div#searchTargetHide {
1236 float:right;
1237 border:solid 1px black;
1238 background:#DCDCDC;
1239 padding:2px;
1242 #powersearch p {
1243 margin-top:0px;
1246 div.multipageimagenavbox {
1247 border: solid 1px silver;
1248 padding: 4px;
1249 margin: 1em;
1250 background: #f0f0f0;
1253 div.multipageimagenavbox div.thumb {
1254 border: none;
1255 margin-left: 2em;
1256 margin-right: 2em;
1259 div.multipageimagenavbox hr {
1260 margin: 6px;
1263 table.multipageimage td {
1264 text-align: center;
1267 .templatesUsed { margin-top: 1.5em; }
1269 .mw-summary-preview {
1270 margin: 0.1em 0;
1273 /* Friendlier slave lag warnings */
1274 div.mw-lag-warn-normal,
1275 div.mw-lag-warn-high {
1276 padding: 3px;
1277 text-align: center;
1278 margin: 3px auto;
1280 div.mw-lag-warn-normal {
1281 border: 1px solid #FFCC66;
1282 background-color: #FFFFCC;
1284 div.mw-lag-warn-high {
1285 font-weight: bold;
1286 border: 2px solid #FF0033;
1287 background-color: #FFCCCC;
1290 .MediaTransformError {
1291 background-color: #ccc;
1292 padding: 0.1em;
1294 .MediaTransformError td {
1295 text-align: center;
1296 vertical-align: middle;
1297 font-size: 90%;
1300 /* God-damned hack for the crappy layout */
1301 .os-suggest {
1302 font-size: 127%;
1305 /* Sometimes people don't want personal tools to be lowercase! */
1306 .no-text-transform {
1307 text-transform: none;