Replaced content with "→**** CSS placed here will be applied to all skins on the entire site. ****: body { background: url("http://everwind.jandenhale.com/skins/Vector/images/background-im..." Tag: Replaced |
No edit summary |
||
| 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"); | ||
} | } | ||
Revision as of 18:43, 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");
}
