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;
20 margin: 2.8em 0 0 12.2em;
30 /* Hide, but keep accessible for screen-readers */
39 border: 1px solid
#aaa;
44 /* the left column width is specified in class .portlet */
47 ** We take advantage of keyword scaling- browsers won't go below 9px
48 ** More at http://www.w3.org/2003/07/30-font-size
49 ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
53 font: x-small sans-serif
;
55 background: #f9f9f9 url
(headbg.jpg) 0 0 no-repeat
;
59 direction: ltr
; /* Needed for RTL flipping */
63 /* scale back up to a sane default */
86 list-style-type: square
;
88 list-style-image: url
(bullet.gif);
92 padding: 0 .3em .3em .3em !important
;
95 height: 1.7em !important
;
108 ** the main content area
126 ** classes for special content elements like town boxes
127 ** intended to be referenced directly from the wiki src
133 /* table standards */
152 ** keep the whitespace in front of the ^=, hides rule from konqueror
153 ** this is css3, the validator doesn't like it when validating as css2
155 #bodyContent a
.external
{
157 background: url
(external-ltr
.png
) center right no-repeat
;
161 #bodyContent a
.external
[href ^
="https://"],
164 background: url
(lock_icon.gif) center right no-repeat
;
168 #bodyContent a
.external
[href ^
="mailto:"],
171 background: url
(mail_icon.gif) center right no-repeat
;
175 #bodyContent a
.external
[href ^
="news:"] {
177 background: url
(news_icon.png) center right no-repeat
;
181 #bodyContent a
.external
[href ^
="ftp://"],
184 background: url
(file_icon.gif) center right no-repeat
;
188 #bodyContent a
.external
[href ^
="irc://"],
189 #bodyContent a
.external
[href ^
="ircs://"],
192 background: url
(discussionitem_icon.gif) center right no-repeat
;
196 #bodyContent a
.external
[href $
=".ogg"], #bodyContent a
.external
[href $
=".OGG"],
197 #bodyContent a
.external
[href $
=".mid"], #bodyContent a
.external
[href $
=".MID"],
198 #bodyContent a
.external
[href $
=".midi"], #bodyContent a
.external
[href $
=".MIDI"],
199 #bodyContent a
.external
[href $
=".mp3"], #bodyContent a
.external
[href $
=".MP3"],
200 #bodyContent a
.external
[href $
=".wav"], #bodyContent a
.external
[href $
=".WAV"],
201 #bodyContent a
.external
[href $
=".wma"], #bodyContent a
.external
[href $
=".WMA"],
204 background: url
(audio.png) center right no-repeat
;
208 #bodyContent a
.external
[href $
=".ogm"], #bodyContent a
.external
[href $
=".OGM"],
209 #bodyContent a
.external
[href $
=".avi"], #bodyContent a
.external
[href $
=".AVI"],
210 #bodyContent a
.external
[href $
=".mpeg"], #bodyContent a
.external
[href $
=".MPEG"],
211 #bodyContent a
.external
[href $
=".mpg"], #bodyContent a
.external
[href $
=".MPG"],
214 background: url
(video.png) center right no-repeat
;
218 #bodyContent a
.external
[href $
=".pdf"], #bodyContent a
.external
[href $
=".PDF"],
219 #bodyContent a
.external
[href
*=".pdf#"], #bodyContent a
.external
[href
*=".PDF#"],
220 #bodyContent a
.external
[href
*=".pdf?"], #bodyContent a
.external
[href
*=".PDF?"],
223 background: url
(document.png) center right no-repeat
;
227 /* Interwiki Styling */
228 #bodyContent a
.extiw
,
229 #bodyContent a
.extiw:active
{
234 #bodyContent a
.external
{
239 ** Structural Elements
243 ** general portlet styles (elements in the quickbar)
255 background: transparent
;
256 padding: 0 1em 0 .5em;
259 text-transform: lowercase
;
267 background-color: white
;
269 border-collapse: collapse
;
270 border: 1px solid
#aaa;
271 padding: 0 .8em .3em .5em;
274 /* allows .pBody styles to wrap around content added via BaseTemplateAfterPortlet hook */
298 position: absolute
; /*needed to use z-index */
314 background-repeat: no-repeat
;
315 background-position: 35% 50% !important
;
316 text-decoration: none
;
345 padding: .5em .4em .4em .4em;
349 #p-search #searchform div div
{
355 ** the personal toolbar
379 #p-personal .portlet
,
389 /* this is the ul contained in the portlet */
394 padding: 0 2em 0 3em;
397 list-style-type: none
;
398 list-style-image: none
;
416 text-decoration: none
;
418 padding-bottom: .2em;
422 #p-personal li
a:hover
{
423 background-color: white
;
424 padding-bottom: .2em;
425 text-decoration: none
;
428 #p-personal li
.active
a:hover
{
429 background-color: transparent
;
432 /* The icon in front of the username / login link */
437 background: url
(user.gif) top left no-repeat
;
442 text-transform: lowercase
;
445 /* Don't lowercase username or IP addresses (IPv6) */
448 text-transform: none
;
451 #p-personal li
.active
{
456 ** the page-related actions- page/talk, edit etc
468 border-collapse: collapse
;
474 list-style-type: none
;
475 list-style-image: none
;
480 border: 1px solid
#aaa;
488 #p-cactions li
.selected
{
489 border-color: #fabd23;
494 background-color: #fbfbfb;
497 padding: 0 .8em .3em;
501 text-decoration: none
;
504 #p-cactions li
.selected a
{
506 background-color: white
;
513 #p-cactions li
a:hover
{
515 text-decoration: none
;
516 background-color: white
;
523 #p-cactions li
.istalk
{
527 #p-cactions li
.istalk a
{
531 #p-cactions #ca-addsection a
{
536 /* offsets to distinguish the tab groups */
550 background-color: transparent
;
552 border-collapse: inherit
;
558 text-transform: lowercase
;
566 /* Override text-transform on languages where capitalization is significant */
567 .capitalize-all-nouns
.portlet h3
,
568 .capitalize-all-nouns #p-personal ul
,
569 .capitalize-all-nouns #p-cactions ul li a {
570 text-transform: none
;
573 /* TODO: #t-iscite is only used by the Cite extension, come up with some
574 * system which allows extensions to add to this file on the fly
576 #t-ispermalink, #t-iscite
{
584 background-color: white
;
585 border-top: 1px solid
#fabd23;
586 border-bottom: 1px solid
#fabd23;
587 margin: .6em 0 1em 0;
589 padding: .4em 0 .3em 0;
599 #f-poweredbyico, #f-copyrightico
{
602 top: -2px; /* Bump it up just a tad */
615 .mw-htmlform-submit {
631 background-color: #f0f0f0;
636 margin: 1px -2px 1px 2px;
638 padding: 2px 0 3px 0;
639 border: 1px solid
#fff;
640 border-right-color: #716f64;
644 list-style-type: none
;
645 list-style-image: none
;
649 #preftoc li
.selected
{
651 background-color: #f9f9f9;
652 border: 1px solid
#aaa;
660 #preftoc > li
.selected
{
670 text-decoration: none
;
673 #preftoc li
.selected a
{
675 text-decoration: none
;
680 border: 1px solid
#aaa;
683 background-color: #F9F9F9;
692 .prefsection legend {
696 .prefsection table, .prefsection legend {
697 background-color: #F9F9F9;
712 margin-bottom: 1.5em;
720 #userloginprompt, #languagelinks
{
730 #userloginlink a
, #wpLoginattempt
, #wpCreateaccount
{
735 * This was originally added by Gabriel Wicke in r3681 (committed on 25 May 2004)
736 * with the commit message "tweaks to page history".
737 * Unlike the other IE/Mac fixes that used to be present here, this seems to get
738 * applied on more modern browsers, so let's keep it here until someone has the
739 * time to properly test it out.
741 #pagehistory li
.selected
{
754 .sharedUploadNotice {
760 background-color: #0f0;
764 border: 1px solid gray
;
765 background-color: #ffffff;
773 .editExternallyHelp {
786 margin-right: 0.33em;
795 border: 1px solid
#ccc;
801 div#searchTargetContainer
{
812 border: solid
1px blue
;
815 div#searchTarget ul li
{
816 list-style-type: none
;
817 list-style-image: none
;
820 div#searchTarget ul
li:before
{
822 content: "\00BB \0020";
825 div#searchTargetHide
{
827 border: solid
1px black
;
836 div
.multipageimagenavbox
{
837 border: solid
1px silver
;
843 div
.multipageimagenavbox div
.thumb
{
849 div
.multipageimagenavbox hr
{
853 table
.multipageimage td
{
861 .mw-summary-preview {
865 /* Friendlier slave lag warnings */
866 div
.mw-lag-warn-normal
,
867 div
.mw-lag-warn-high
{
873 div
.mw-lag-warn-normal
{
874 border: 1px solid
#FFCC66;
875 background-color: #FFFFCC;
878 div
.mw-lag-warn-high
{
880 border: 2px solid
#FF0033;
881 background-color: #FFCCCC;
884 .MediaTransformError {
885 background-color: #ccc;
889 .MediaTransformError td {
891 vertical-align: middle
;
895 /* God-damned hack for the crappy layout */
900 /* Sometimes people don't want personal tools to be lowercase! */
902 text-transform: none
;
905 /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
910 /* mediawiki.notification */
911 .skin-monobook .mw-notification {
912 box-shadow: 0 2px 5px 0 rgba
(0, 0, 0, 0.125);