MediaWiki:Common.css

From Ages of Conflict
Revision as of 23:16, 14 February 2024 by CrimzonConflict (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.
/* Community background color */
body {
    background-color: #333c47 !important;
}

/* Sticky nav background color */
#mw-head {
    background-color: #5e6732 !important;
}

/* Community header color */
#p-logo a {
    color: #000000 !important;
}

/* Accent color */
a {
    color: #c7b78b !important;
}

/* Link color */
a:link,
a:visited {
    color: #000000 !important;
}

/* Article background color */
#content {
    background-color: #575f46 !important;
}