Jump to content

MediaWiki:Common.css

From The Hidden Wiki
Revision as of 04:34, 30 June 2026 by Ca2xg (talk | contribs)

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 */
html, body {
    background-color: #0a0a0a !important;
    color: #c0c0c0 !important;
}

.mw-page-container, .vector-body, #content, .mw-body, .mw-body-content {
    background-color: #0d0d0d !important;
    color: #c0c0c0 !important;
}

.vector-header-container, .vector-pinnable-header, #mw-panel, .vector-menu-content, .mw-footer {
    background-color: #0a0a0a !important;
    color: #aaaaaa !important;
}

a {
    color: #2ecc71 !important;
}

a:visited {
    color: #27ae60 !important;
}

h1, h2, h3 {
    color: #ffffff !important;
}