MediaWiki:Common.css: Difference between revisions

From UO Endurance
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
.wikitable { background-color: #000000; }
.wikitable { background-color: #000000; }
content { color: #FFFFFF; }
content { color: #FFFFFF; }
body {
    background-color: #000000;
    /* this assumes that your wiki is installed at '/w' in the web root */
    background-image: url('https://uoendurance.com/wiki/images/4/4b/EnduranceHomePageBanner.png');
    background-repeat: no-repeat;
}
#mw-page-base {
  background-image: none;
  background-color: transparent;
}

Revision as of 21:10, 6 November 2024

/* CSS placed here will be applied to all skins */
body { background-color: #000000; }
.wikitable { background-color: #000000; }
content { color: #FFFFFF; }

body {
    background-color: #000000;
    /* this assumes that your wiki is installed at '/w' in the web root */
    background-image: url('https://uoendurance.com/wiki/images/4/4b/EnduranceHomePageBanner.png');
    background-repeat: no-repeat;
}

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