User:Perkyle/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Perkyle/monobook.js. |
/* -moz-jutut pyöristelevät vähän nurkkia firefoxissa */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
/* content on itse tieto-alue jossa artikkelit lepäävät
* tai sitten ei ole - voi olla että ali-sivut tms. ovat nyt perseellään */
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
/* width: 800px; */
width: 55em;
margin: 2.8em 0em 0 12.2em;
padding: 0em 1em 1.5em 1em;
background: White;
border: 1px solid #aaaaaa;
line-height: 1.5em;
position: relative;
z-index: 2;
}
/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/
body {
font: x-small sans-serif;
background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
color: Black;
margin: 0;
padding: 0;
}
/* scale back up to a sane default (olivat alunperin 127 ja 100) */
#globalWrapper {
font-size:150%;
width: 100%;
margin: 0;
padding: 0;
}
.visualClear { clear: both; }
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* #footer {} */