MediaWiki:Timeless.css

OMNIVERSE
Revision as of 03:10, 19 January 2026 by Jbacot (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Main background */
body {
    background-color: #1a1d29 !important;
    color: #ffffff !important;
}

/* Content area */
.mw-body, #mw-content-container {
    background-color: #252936 !important;
    color: #ffffff !important;
}

/* Sidebar */
#mw-site-navigation, #mw-related-navigation {
    background-color: #1a1d29 !important;
}

/* Navigation links */
.mw-portal h3, .mw-portal .body li a {
    color: #ffffff !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    border-bottom-color: #3a3f51 !important;
}

/* Links */
a {
    color: #5cb3ff !important;
}

a:visited {
    color: #a78bfa !important;
}

/* Top navigation bar */
#mw-header-container {
    background-color: #2d3142 !important;
}

/* Buttons and accents */
.mw-ui-button, button {
    background-color: #4a5568 !important;
    color: #ffffff !important;
}

/* Search box */
#searchInput {
    background-color: #1a1d29 !important;
    color: #ffffff !important;
    border-color: #3a3f51 !important;
}

/* Content boxes */
.toc, .mw-warning, .mw-message-box {
    background-color: #2d3142 !important;
    border-color: #3a3f51 !important;
}