User:Wapcaplet/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* 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 stupid 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; }