Be sure to read our policy on citing sources before editing!

MediaWiki:Common.css

From Jiggywikki, a Banjo-Kazooie wiki
Revision as of 03:03, October 20, 2018 by Toomai (talk | contribs)
Jump to navigationJump 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)
  • 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 */

/* links */
a {
    color:#2f4fff;
}
a:hover {
    color:#3f7fff;
}
a:visited {
    color:#4f1f9f;
}
a.new {
    color:#bf0000;
}
a.new:hover {
    color:#df3f3f;
}
a.new:visited {
    color:#af2f2f;
}

/* background tiles */
body.mediawiki {
    background:#f6f6f6 url(/w/images/2/26/Background.png) repeat;
}

/* page background */
div#content.mw-body {
    background:#fff7df;
    border:1px solid #7f5f00;
}