MediaWiki:Common.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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ body { background-color: #11184e; } a:link { color: #5f777c; } a:visited { color: #a3cbd4; } .mw-page-container { background-color: #a3a8d1; } .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 300px; } .infobox-title { font-weight: bold; font-size: 1.5em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: left; vertical-align: top; width: 100px; } .infobox td { vertical-align: center; }