MediaWiki:Common.css

From OurFoodChain
Revision as of 20:52, 2 July 2019 by U3606214 (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.
/* CSS placed here will be applied to all skins */

/* main background */

body {
    background-color: #202225;
}

/* top gradient */

#mw-page-base {
    background-image: linear-gradient(#1c1f23 50%, #202225 100%);
}

/* article body */

.mw-body {
    background-color: #36393f;
    color: #c6c7c9;
}

/* links */

a.external {
    color: #f5f5f5;
}