MediaWiki:Monobook.css
From ExponentCMS Docs
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
/* CSS placed here will affect users of the Monobook skin */ /* Core CSS Modifications */ #bodyContent h1, #bodyContent h2 {font-weight: bold; margin-top: 1em; margin-bottom: .6em;} #bodyContent h3, #bodyContent h4, #bodyContent h5 {margin-top: 1em;} pre {padding: 0.6em; margin: 0.6em 0; overflow: auto;} code {font-family: monospace, Courier New; padding:0.2em; background-color: #f9f9f9; border-bottom: 1px dashed #2f6fab;} /* Additional CSS */ /* Extra Formats */ .filename {font-family: monospace,Courier New; color: black; padding: .2em; border-bottom: 1px dashed #33ab2f; background-color: #f9f9f9;} pre.filename {padding: .6em; margin: .6em 0; border: 1px dashed #33ab2f; line-height: 1.1em; overflow: auto;} /* Exponent Docs Navigation */ .exp_navbox {padding:3px 2px 2px 2px; float:right; margin:0px 0px 0px 15px; border:1px solid #aaa; background:#f9f9f9; text-align:center; line-height:1.5em;} .exp_nav {padding:2px; border:1px solid #aaa; margin-top:-1px; background:#f9f9f9; text-align:left; font-size:95%; line-height:1.5em;} .exp_nav li {background:#f5faff; list-style-type:none; margin:4px 3px 4px -15px; padding:2px 5px 0px 5px; list-style-type:none; list-style-image:none; display:block;} .exp_nav li:first-child {background:#cee0f2;} .exp_nav .edit {background:#cee0f2; margin:4px 3px -2px 4px; padding:2px 5px 0px 5px; font-size:75%; display:block;} .exp_nav img {border:none;} .exp_nav .exp_navdesc {display:none;} .exp_navlist li:first-child {display:none;} .exp_navlist .edit {display:none;} .exp_navlist img {border:none;} .exp_navlist .exp_navdesc {display:block;} /* Home Page Layout */ .exp_homebox {border: 1px solid #aaa; padding: 10px 10px 4px 10px; background: #f9f9f9;} .exp_homebox h2 {border: none; margin: 0; padding: 0; display: inline;}

