MediaWiki:Common.css
Jump to navigation
Jump to search
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 */
/* Left Navigation - Tools/Header */
#p-tb-label { color: #cbd9f4; font-weight: bold; }
/* Left Navigation - MainPage and Tools */
.vector-menu-portal .vector-menu-content li a { color: #8cabe6 !important }
/* Left Navigation - Background */
body { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Top Menu - Background */
#mw-head-base { background-color: rgb(13,25,44); }
/* Main Body */
#content { background-color: rgb(21,37,60); color: #cbd9f4; }
/* Main Body - Header */
#firstHeading { color: #cbd9f4; font-weight: bold; }
/* Left Navigation - Logo */
#mw-panel { background-color: rgb(13,25,44); color: #cbd9f4; }
/* Footer */
.mw-footer li { color: #cbd9f4; }
/* Footer && Personal - Top Right */
a { color: #8cabe6; }
/* Message/Discussion/Read/Edit/View History */
.vector-menu-tabs-legacy li a { background-color: #222e45; color: #8cabe6 !important; }
.vector-menu-tabs-legacy .selected a { background-color: #172136; color: #8cabe6 !important; }