Monobook.css
Keskustelu0
156sivua
tässä wikissä
tässä wikissä
MediaWiki sivu
Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.
- Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
- Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
- Internet Explorer: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
- Konqueror: Napsauta Päivitä tai paina F5
- Opera: Tyhjennä välimuisti: Tools→Preferences
/** Tätä sivua muokkaamalla voi muokata koko sivuston Monobook-tyyliä – See also: [[MediaWiki:Common.css]] **/ /* <pre> */ /*************************************************** ** BODY */ body { background-image: url("http://muumitalo.wikia.com/images/a/a0/Background.PNG"); background-repeat: repeat; } /* Display text below main article header, located at MediaWiki:tagline */ #siteSub { display: inline; font-size: 90%; font-weight: normal; } .newpage {color:green; font-weight:bold;} .minoredit, .minor {color:gray;} /* The styles of the new toolbar */ #btb-area { margin-top: 0em; border: 1px solid silver; padding: 0.5em; display: none; /* To be overridden from js */ } .btb-i-sc { border-bottom: 1px solid gray; border-right: 1px solid gray; padding-left: 0.3em; padding-right: 0.3em; background: silver; font-size: medium; cursor: pointer; } .btb-i-f { padding: 0.1em; background: #ffd; border: 1px solid #aa8; font-size: x-small; color: gray; text-decoration: underline; cursor: pointer; } #fiwiki-templatetable { padding: 0.5em; border: 1px solid #aa8; } .fiwiki-templatefeature { padding: 0.1em; background: #ffd; border: 1px solid #aa8; font-size: x-small; color: gray; text-decoration: underline; cursor: pointer; } /* Special:Allpages uudelleenohjaukset */ .allpagesredirect a { color: #aaaaaa; background: none; } div.NavFrame { margin: 0px; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #ffffff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; font-size: 100%; background-color: #efefef; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } .NavToggle { float:right; } /* </pre> */ /* <pre><nowiki> */ /* tabs for the main navigation on the left */ .portlet h5 { background-color: transparent; border: thin solid transparent; } /* hide only the links but not the message in the Wikia sidebar box */ #p-wikia-nav ul:first-child { display:none; } #p-wikia-nav hr { display:none; } /* Change background of category bar */ #catlinks { background-image: url(http://muumitalo.wikia.com/images/f/ff/Mumi3.GIF); background-repeat: no-repeat; background-position: bottom right; } /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } /* same following the css3 draft specs, any browsers supporting this? */ #p-cactions ul li, #p-cactions ul li a { border-radius-topleft: 1em; border-radius-topright: 1em; } #content { border-radius-topleft: 1em; border-radius-bottomleft: 1em; } div.pBody { border-radius-topright: 1em; border-radius-bottomright: 1em; } /* Style [[Meta:Language select]] widget */ .lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;} .lang_info a {font-weight:bold;font-family:Arial, sans-serif;font-size:8pt;} .lang_info input {font-size:8pt;} .lang_info input.ls_select {font-weight:bold;} /* .notification { border-top: 2px solid #ddd; border-bottom:2px solid #ddd; text-align: justify; margin: 1em 0.5em; padding: 0.5em; } /* </pre></nowiki> */