MediaWiki:Common.css

From RPG Continuum Wiki
Revision as of 19:14, 4 July 2026 by Mrbobert (talk | contribs) (Created page with "CSS placed here will be applied to all skins: body { background: #0b0d10 !important; color: #eeeeee !important; } .mw-body, .vector-body { background: #10151b !important; color: #eeeeee !important; border-color: #2a333d !important; } #mw-page-base { background: linear-gradient(#171b20, #0b0d10) !important; } .vector-header-container, .vector-sticky-header, #mw-head { background: #12161b !important; color: #eeeeee !important; } .ve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body {
    background: #0b0d10 !important;
    color: #eeeeee !important;
}

.mw-body,
.vector-body {
    background: #10151b !important;
    color: #eeeeee !important;
    border-color: #2a333d !important;
}

#mw-page-base {
    background: linear-gradient(#171b20, #0b0d10) !important;
}

.vector-header-container,
.vector-sticky-header,
#mw-head {
    background: #12161b !important;
    color: #eeeeee !important;
}

.vector-menu,
.vector-menu-content,
.vector-menu-content-list {
    background: #12161b !important;
}

a {
    color: #6fa8ff !important;
}

a:hover {
    color: #9fc4ff !important;
}

.mw-parser-output h1,
.mw-parser-output h2 {
    border-bottom: 2px solid #315f9d !important;
    color: #ffffff !important;
}

.toc,
#toc {
    background: #10151b !important;
    border: 1px solid #2a333d !important;
    color: #eeeeee !important;
}

.infobox,
.wikitable {
    background: #12161b !important;
    border: 1px solid #2a333d !important;
    color: #eeeeee !important;
}

.infobox th,
.wikitable th {
    background: #315f9d !important;
    color: #ffffff !important;
}

.infobox td,
.wikitable td {
    border-color: #2a333d !important;
}

.mw-editsection,
.catlinks {
    background: #10151b !important;
    border-color: #2a333d !important;
    color: #aca6ad !important;
}