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:Common.css: Difference between revisions

No edit summary
Undo revision 23615 by Castus (talk)
Tag: Undo
Line 16: Line 16:
background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
}
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Revision as of 18:48, 1 May 2022

/***** CSS placed here will be applied to all skins on the entire site. *****/
body {
    background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg") #f6f6f6 top left no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
          background-image: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
          background-size: 1000px 250px;
    }

}


#mw-head {
background: url("http://everwind.jandenhale.com/skins/Vector/images/background-image.jpg");
}

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }