MediaWiki:Common.css
From UFFL Wiki
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: #000000; } :link:visited { color: #008800; } :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 */