User:Wapcaplet/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* Rounded buttons for Firefox */ /* #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; } */ /* Use my fonts */ body, #globalWrapper { font-family: inherit !important; font-size: 100% } /* Make discussion and Wiki namespace pages light blue */ #content { background: #F8FCFF; /* a light blue */ } .ns-0 * #content { background: white; } /* Make headings bigger */ h1 { font-size: 250%; padding: 0.5em 0 0.3em 0 } h2 { font-size: 200%; padding: 0.5em 0 0.3em 0 } h3 { font-size: 150%; padding: 0.5em 0 0.3em 0 } h4 { font-size: 120%; padding: 0.5em 0 0.3em 0 } #mytabs li { background: #F8FCFF; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #F8FCFF; } .ns-0 * #mytabs li a { background-color: white; } /* Get rid of the arrow after external links (only for http for the time being) */ #bodyContent a[href ^="http://"] { background:inherit !important; padding-right:inherit !important; } /* Add extra spacing to lists to make multiple-lists (where single-lists are intended) easier to spot. */ ul { margin: 0.3em 0 1em 1.5em; } /* Fix ugly sup/sub line height distortion */ p { line-height: 1.4em; } sub, sup { line-height: 0; font-size: 80%; }

