MediaWiki:Monobook.css
Note: After publishing, 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* edit this file to customize the monobook skin for the entire site */ #toc { float: left; margin-right: 2%; } .infobox { border: 1px solid #999; float: right; width: 300px; margin-left: 2%; z-index: 2; } .infobox div { padding: 4px; } .infobox .vborder { border: solid #999; border-width: 1px 0; } .infobox .lborder { border: solid #999; border-width-left: 1px; } .infobox .rborder { border: solid #999; border-width-right: 1px; } .infobox .header { background-color: #7995ca; color: #fff; text-align: center; } .infobox .subheader { background-color: #b4c5e3; clear: both; } .infobox .lefthalf { float: left; width: 140px; } .infobox .righthalf { float: right; width: 140px; } .centered { text-align: center; }