MediaWiki:Common.css

From UFFL Wiki
Revision as of 03:14, 14 January 2021 by Uffladmin (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 */

/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: silver; }

/* brighten color of links to work with book background set below */
:link { color: #CCC; }
:link:visited { color: #AAA; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #FFF; }
:link.stub { color: #772233; }

/* replace the book in the background with something else */
body { background: black; }

/* Header */
#mw-page-base, #mw-head {
    color: blue;
    background-repeat: no-repeat;
}