MediaWiki:Common.css
Appearance
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.
/* CSS placed here will be applied to all skins */
/* Global background gradient */
body {
background: linear-gradient(0deg, #001D3D 0%, #000814 40%) !important;
background-attachment: fixed !important;
color: #FFFFFF !important;
}
/* Main content area background */
#content,
.mw-body {
background: transparent !important;
color: #FFFFFF !important;
}
/* Ensure all text is white */
#bodyContent,
.mw-body-content {
color: #FFFFFF !important;
}
/* Links styling for readability on dark background */
a {
color: #FFC300 !important;
}
a:visited {
color: #FFD60A !important;
}
a:hover {
color: #FFFFFF !important;
}
/* Tables and sections */
.wikitable {
background: rgba(0, 29, 61, 0.6) !important;
color: #FFFFFF !important;
}
.wikitable th {
background: #003566 !important;
color: #FFC300 !important;
}
.wikitable td {
color: #FFFFFF !important;
}
/* Navigation and sidebar */
#mw-panel,
.vector-menu-portal {
background: transparent !important;
color: #FFFFFF !important;
}
#mw-panel a {
color: #FFC300 !important;
}