MediaWiki:Monobook.css
From Proteopedia
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 */ /* Don't display some stuff on the main page */ body.page-Main_Page h1.firstHeading { display: none !important; } /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } .editButtons { display: block;} /* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb div a img { background-color: #fff; }