MediaWiki:Common.css

From wiki
Revision as of 11:34, 1 November 2016 by DeamonHunter (Talk | contribs) (Added a couple comments. I really should look into css code properly though so we can get some good styling happening.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

/*Removes the heading off the main page. There is gonna be an image anyway. */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/* Remove comments if we want a background image */
/*
 body { 
  background: #0A0523 url("add a background image path here") no-repeat fixed center center / cover;
} 
*/