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.
html.skin-theme-clientpref-night {
--background-color-base: #040a12; /* Dark background outer area */
--background-color-paper: #040a12; /* Dark background article area */
--color-base: #c7d9ed; /* White/light text */
--color-link: #800085; /* Bright links for dark background */
}
body {
background-color: #040a12 !important;
color: #c7d9ed !important;
font-family: Arial, sans-serif !important;
}
#content, .mw-body {
background-color: #040a12 !important;
color: #c7d9ed !important;
border: 1px solid #090f19 !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
h1, h2, h3 {
color: #c7d9ed !important;
border-bottom: 2px solid #7db3e8 !important;
}
a {
color: #c7d9ed !important;
}
a:link {
color: #9db5ff;
}
a:visited {
color: #ffcbb3;
}
a:hover {
color: #a3d9ff;
}
a:active {
color: #9db5ff;
}
a.new:link {
color: #9db5ff;
}
/* Visited new/red link */
a.new:visited {
color: #ffcbb3;
}
/* Hovering over a new/red link */
a.new:hover {
color: #a3d9ff;
}
/* Clicking a new/red link */
a.new:active {
color: #9db5ff;
}
.wikitable th {
background-color: #090f23 !important;
color: #c7d9ed !important;
}
.wikitable td {
background-color: #090f23 !important;
color: #c7d9ed !important;
border-color: #7db3e8 !important;
}