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 */ #content { background-color: #B1C4DC; } #mw-head { background-color: #9BB1CC; } #mw-panel { background-color: #9BB1CC; } #p-logo { background-color: #9BB1CC; } body { background-color: #9BB1CC; } body.page-Main_Page h1 { display: none; } #ca-nstab-main { background-image: none; background-color: #B1C4DC; } #ca-talk { background-image: none; background-color: #B1C4DC; } #ca-view { background-image: none; background-color: #B1C4DC; } #ca-source { background-image: none; background-color: #B1C4DC; } #ca-history { background-image: none; background-color: #B1C4DC; } #ca-watch { background-image: none; background-color: #B1C4DC; } #ca-delete { background-image: none; background-color: #B1C4DC; } #ca-edit { background-image: none; background-color: #B1C4DC; } #ca-move { background-image: none; background-color: #B1C4DC; } #ca-protect { background-image: none; background-color: #B1C4DC; } #ca-nstab-mediawiki { background-image: none; background-color: #B1C4DC; } #ca-unwatch { background-image: none; background-color: #B1C4DC; } #toc { background-color: #B1C4DC; } #ca-ve-edit { background-image: none; background-color: #B1C4DC; } .image-switch-infobox { border: 1px solid #aaa; padding: 1px; width: 100% height: 50% } .tabs { overflow: hidden; background-color: #f1f1f1; } .tab { float: center; cursor: pointer; padding: 1.5px; text-align: center; border: 1px solid #ccc; } .tab:hover { background-color: #ddd; } .image-content { display: none; }