Created page with "→All CSS here will be loaded for users of the Vector skin: body { background-color: #f9f9f9; →this assumes that your wiki is installed at '/w' in the web root: ..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
body { | body { | ||
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg") repeat; | |||
} | } | ||
#mw- | #mw-head { | ||
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg"); | |||
} | } | ||
Revision as of 01:25, 23 May 2021
/* All CSS here will be loaded for users of the Vector skin */
body {
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg") repeat;
}
#mw-head {
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg");
}
