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; } .infobox div { padding: 4px; } .infobox div .vborder { border: solid #999; border-width: 1px 0; } .infobox div .header { background-color: #7995ca; color: #fff; text-align: center; } .infobox div .subheader { background-color: #b4c5e3; } .infobox div .lefthalf { float: left; width: 50%; border-right: 1px solid #999; } .infobox div .righthalf { width: 50%; } .centered { text-align: center; }