MediaWiki:Common.css

From the Portal Wiki
Revision as of 18:27, 21 April 2011 by RJackson (talk | contribs) (Trying out CSS hax to replace the logo and headbg)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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 */

/* Replacing MediaWiki logo */
#p-logo a{
  background-image: url('w/images/a/a0/Wiki-logo.png') !important;
}

/* Replacing headbg.jpg */
body {
  background-image: url('w/images/f/fe/Headbg.png') !important;
}