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)
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 :)
15 margin: 0 0 .6em -12.2em;
19 margin: 2.8em 0 0 12.2em;
27 /* Hide, but keep accessible for screen-readers */
35 border: 1px solid
#aaa;
39 /* the left column width is specified in class .portlet */
42 ** We take advantage of keyword scaling- browsers won't go below 9px
43 ** More at http://www.w3.org/2003/07/30-font-size
44 ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
48 font: x-small sans-serif
;
50 background: #f9f9f9 url
(headbg.jpg) 0 0 no-repeat
;
54 direction: ltr
; /* Needed for RTL flipping */
58 /* scale back up to a sane default */
79 list-style-type: square
;
81 list-style-image: url
(bullet.gif);
85 padding: 0 .3em .3em .3em !important
;
88 height: 1.7em !important
;
100 ** the main content area
116 ** classes for special content elements like town boxes
117 ** intended to be referenced directly from the wiki src
123 /* table standards */
142 ** keep the whitespace in front of the ^=, hides rule from konqueror
143 ** this is css3, the validator doesn't like it when validating as css2
145 #bodyContent a
.external
{
147 background: url
(external-ltr
.png
) center right no-repeat
;
150 #bodyContent a
.external
[href ^
="https://"],
153 background: url
(lock_icon.gif) center right no-repeat
;
156 #bodyContent a
.external
[href ^
="mailto:"],
159 background: url
(mail_icon.gif) center right no-repeat
;
162 #bodyContent a
.external
[href ^
="news:"] {
164 background: url
(news_icon.png) center right no-repeat
;
167 #bodyContent a
.external
[href ^
="ftp://"],
170 background: url
(file_icon.gif) center right no-repeat
;
173 #bodyContent a
.external
[href ^
="irc://"],
174 #bodyContent a
.external
[href ^
="ircs://"],
177 background: url
(discussionitem_icon.gif) center right no-repeat
;
180 #bodyContent a
.external
[href $
=".ogg"], #bodyContent a
.external
[href $
=".OGG"],
181 #bodyContent a
.external
[href $
=".mid"], #bodyContent a
.external
[href $
=".MID"],
182 #bodyContent a
.external
[href $
=".midi"], #bodyContent a
.external
[href $
=".MIDI"],
183 #bodyContent a
.external
[href $
=".mp3"], #bodyContent a
.external
[href $
=".MP3"],
184 #bodyContent a
.external
[href $
=".wav"], #bodyContent a
.external
[href $
=".WAV"],
185 #bodyContent a
.external
[href $
=".wma"], #bodyContent a
.external
[href $
=".WMA"],
188 background: url
(audio.png) center right no-repeat
;
191 #bodyContent a
.external
[href $
=".ogm"], #bodyContent a
.external
[href $
=".OGM"],
192 #bodyContent a
.external
[href $
=".avi"], #bodyContent a
.external
[href $
=".AVI"],
193 #bodyContent a
.external
[href $
=".mpeg"], #bodyContent a
.external
[href $
=".MPEG"],
194 #bodyContent a
.external
[href $
=".mpg"], #bodyContent a
.external
[href $
=".MPG"],
197 background: url
(video.png) center right no-repeat
;
200 #bodyContent a
.external
[href $
=".pdf"], #bodyContent a
.external
[href $
=".PDF"],
201 #bodyContent a
.external
[href
*=".pdf#"], #bodyContent a
.external
[href
*=".PDF#"],
202 #bodyContent a
.external
[href
*=".pdf?"], #bodyContent a
.external
[href
*=".PDF?"],
205 background: url
(document.png) center right no-repeat
;
209 /* Interwiki Styling */
210 #bodyContent a
.extiw
,
211 #bodyContent a
.extiw:active
{
216 #bodyContent a
.external
{
221 ** Structural Elements
225 ** general portlet styles (elements in the quickbar)
236 background: transparent
;
237 padding: 0 1em 0 .5em;
240 text-transform: lowercase
;
247 background-color: white
;
249 border-collapse: collapse
;
250 border: 1px solid
#aaa;
251 padding: 0 .8em .3em .5em;
269 position: absolute
; /*needed to use z-index */
283 background-repeat: no-repeat
;
284 background-position: 35% 50% !important
;
285 text-decoration: none
;
310 padding: .5em .4em .4em .4em;
313 #p-search #searchform div div
{
318 ** the personal toolbar
339 #p-personal .portlet
,
348 /* this is the ul contained in the portlet */
353 padding: 0 2em 0 3em;
356 list-style-type: none
;
357 list-style-image: none
;
373 text-decoration: none
;
375 padding-bottom: .2em;
378 #p-personal li
a:hover
{
379 background-color: white
;
380 padding-bottom: .2em;
381 text-decoration: none
;
383 #p-personal li
.active
a:hover
{
384 background-color: transparent
;
386 /* The icon in front of the username / login link */
391 background: url
(user.gif) top left no-repeat
;
395 text-transform: lowercase
;
397 /* Don't lowercase username or IP addresses (IPv6) */
400 text-transform: none
;
402 #p-personal li
.active
{
406 ** the page-related actions- page/talk, edit etc
418 border-collapse: collapse
;
423 list-style-type: none
;
424 list-style-image: none
;
428 border: 1px solid
#aaa;
435 #p-cactions li
.selected
{
436 border-color: #fabd23;
440 background-color: #fbfbfb;
443 padding: 0 .8em .3em;
447 text-decoration: none
;
449 #p-cactions li
.selected a
{
451 background-color: white
;
456 #p-cactions li
a:hover
{
458 text-decoration: none
;
459 background-color: white
;
464 #p-cactions li
.istalk
{
467 #p-cactions li
.istalk a
{
470 #p-cactions #ca-addsection a
{
474 /* offsets to distinguish the tab groups */
486 background-color: transparent
;
488 border-collapse: inherit
;
493 text-transform: lowercase
;
501 /* Override text-transform on languages where capitalization is significant */
502 .capitalize-all-nouns
.portlet h3
,
503 .capitalize-all-nouns #p-personal ul
,
504 .capitalize-all-nouns #p-cactions ul li a {
505 text-transform: none
;
508 /* TODO: #t-iscite is only used by the Cite extension, come up with some
509 * system which allows extensions to add to this file on the fly
511 #t-ispermalink, #t-iscite
{
518 background-color: white
;
519 border-top: 1px solid
#fabd23;
520 border-bottom: 1px solid
#fabd23;
521 margin: .6em 0 1em 0;
523 padding: .4em 0 .3em 0;
531 #f-poweredbyico, #f-copyrightico
{
534 top: -2px; /* Bump it up just a tad */
545 .mw-htmlform-submit {
560 background-color: #f0f0f0;
564 margin: 1px -2px 1px 2px;
566 padding: 2px 0 3px 0;
567 border: 1px solid
#fff;
568 border-right-color: #716f64;
572 list-style-type: none
;
573 list-style-image: none
;
576 #preftoc li
.selected
{
578 background-color: #f9f9f9;
579 border: 1px solid
#aaa;
586 #preftoc > li
.selected
{
595 text-decoration: none
;
597 #preftoc li
.selected a
{
599 text-decoration: none
;
603 border: 1px solid
#aaa;
606 background-color: #F9F9F9;
614 .prefsection legend {
617 .prefsection table, .prefsection legend {
618 background-color: #F9F9F9;
631 margin-bottom: 1.5em;
642 border: 1px solid
#aaa;
645 background-color: #f9f9f9;
649 div#userloginForm table
,
650 div#userlogin table
{
651 background-color: #f9f9f9;
654 div#userloginForm h2
,
659 div#userlogin
.captcha
,
660 div#userloginForm
.captcha
{
661 border: 1px solid
#bbb;
663 background-color: white
;
666 #loginend, #signupend
{
670 #userloginprompt, #languagelinks
{
680 #userlogin .loginText
, #userlogin
.loginPassword
{
684 #userloginlink a
, #wpLoginattempt
, #wpCreateaccount
{
689 ** IE/Mac fixes, hope to find a validating way to move this
690 ** to a separate stylesheet. This would work but doesn't validate:
691 ** @import("IEMacFixes.css");
693 /* tabs: border on the a, not the div */
694 * > html #p-cactions li
{
697 * > html #p-cactions li a
{
698 border: 1px solid
#aaa;
701 * > html #p-cactions li
.selected a
{
702 border-color: #fabd23;
704 /* footer icons need a fixed width */
705 * > html #f-poweredbyico
,
706 * > html #f-copyrightico
{
709 * > html #bodyContent
,
710 * > html #bodyContent pre
{
713 padding-bottom: 25px;
717 /* float/negative margin brokenness */
721 * html div#column-content
{
725 #pagehistory li
.selected
{
729 /* Mac IE 5.0 fix; floated content turns invisible */
730 * > html div#column-content
{
733 * > html div#column-one
{
738 * > html div#footer
{
750 .sharedUploadNotice {
756 background-color: #0f0;
760 border: 1px solid gray
;
761 background-color: #ffffff;
768 .editExternallyHelp {
781 margin-right: 0.33em;
790 border: 1px solid
#ccc;
796 div#searchTargetContainer
{
807 border: solid
1px blue
;
810 div#searchTarget ul li
{
811 list-style-type: none
;
812 list-style-image: none
;
815 div#searchTarget ul
li:before
{
817 content: "\00BB \0020";
820 div#searchTargetHide
{
822 border: solid
1px black
;
831 div
.multipageimagenavbox
{
832 border: solid
1px silver
;
838 div
.multipageimagenavbox div
.thumb
{
844 div
.multipageimagenavbox hr
{
848 table
.multipageimage td
{
856 .mw-summary-preview {
860 /* Friendlier slave lag warnings */
861 div
.mw-lag-warn-normal
,
862 div
.mw-lag-warn-high
{
867 div
.mw-lag-warn-normal
{
868 border: 1px solid
#FFCC66;
869 background-color: #FFFFCC;
871 div
.mw-lag-warn-high
{
873 border: 2px solid
#FF0033;
874 background-color: #FFCCCC;
877 .MediaTransformError {
878 background-color: #ccc;
881 .MediaTransformError td {
883 vertical-align: middle
;
887 /* God-damned hack for the crappy layout */
892 /* Sometimes people don't want personal tools to be lowercase! */
894 text-transform: none
;
897 /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
902 /* mediawiki.notification */
903 .skin-monobook .mw-notification {
904 -webkit-box-shadow: 0 2px 5px 0 rgba
(0, 0, 0, 0.125);
905 box-shadow: 0 2px 5px 0 rgba
(0, 0, 0, 0.125);