MediaWiki:Monobook.css
From Twinsuniverse
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */ <!-- <pre> #content { background: #FFFF00; /* a light blue */ } #content div.thumb { border-color: #FFFF00; } .ns-0 * #content { background: white; } #mytabs li { background: #FFFF00; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #FFFF00; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a { background-color: #FFFF00; } .ns-0 * #p-cactions li a { background-color: #fbfbfb; } .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover { background-color: white; } .ns-0 * #content div.thumb { border-color: white; } </pre> -->