Anonymous
×
Create a new article
Write your page title here:
We currently have 1,806 articles on Everwind Wiki. Type your article name above or click on one of the titles below and start writing!



Everwind Wiki
1,806Articles

MediaWiki:Vector.css: Difference between revisions

 
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-color: #f9f9f9;
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg") repeat;
    /* this assumes that your wiki is installed at '/w' in the web root */
    background-image: url('/w/skins/MonoBook/resources/images/headbg.jpg');
    background-repeat: no-repeat;
}
}


#mw-page-base {
#mw-head {
  background-image: none;
background: url("http://rainwallrpg.com/codex/skins/Vector/images/wikibackground.jpg");
  background-color: transparent;
}
}

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");
}