MediaWiki:Common.css

From UO Endurance
Revision as of 09:48, 7 November 2024 by EnduranceWiki (talk | contribs)
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 */

body {
    background-color: #0e0e0e;
    /* this assumes that your wiki is installed at '/w' in the web root */
    background-image: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif');
    color: #ded7d7;
	/* Full height */
    height: 100%;

	margin: 0;
	/* Center and scale the GIF */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#mw-page-base {
  background-image: none;
  background-color: transparent;
}


bodyContent { background-color: #0e0e0e; }
firstHeading { background-color: #0e0e0e; color: #000000;}
mw-head-base { background-color: #0e0e0e; }
p-logo { background-color: #0e0e0e; }
p-tb { background-color: #0e0e0e; }
p-tb .body { background-color: #0e0e0e; } 
footer { background-color: #0e0e0e; }
content { background-color: #0e0e0e; }
bodyContent { background-color: #0e0e0e; }
.mw-body, .parsoid-body {
    background-color: #0e0e0e;
    color: #ded7d7;
    direction: ltr;
    padding: 1em;
}