MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
body { | body { | ||
/* this assumes that your wiki is installed at '/w' in the web root */ | /* this assumes that your wiki is installed at '/w' in the web root */ | ||
background-image: url('https://uoendurance.com/wiki/index.php/File:Bg1.gif'); | background-image: url('https://uoendurance.com/wiki/index.php/File:Bg1.gif'); |
Revision as of 22:49, 6 November 2024
/* CSS placed here will be applied to all skins */
.wikitable { background-color: #000000; }
content { color: #FFFFFF; }
body {
/* this assumes that your wiki is installed at '/w' in the web root */
background-image: url('https://uoendurance.com/wiki/index.php/File:Bg1.gif');
background-repeat: no-repeat;
}
#mw-page-base {
background-image: none;
background-color: transparent;
}