User:Perkyle/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* -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 {} */