No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | |||
.page-Main_Page.action-view #content { | .page-Main_Page.action-view #content { | ||
background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); | background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); | ||
Line 6: | Line 6: | ||
background-size: cover; | background-size: cover; | ||
margin-left: 0; | margin-left: 0; | ||
} | |||
*/ | |||
body { | |||
background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); | |||
background-attachment: fixed; | |||
background-size: cover; | |||
margin: 0; | |||
padding: 0; | |||
} | } |
Revision as of 22:33, 5 April 2023
/* CSS placed here will be applied to all skins */ /* .page-Main_Page.action-view #content { background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); background-attachment: fixed; background-size: cover; margin-left: 0; } */ body { background-image: url('https://www.i3detroit.org/wi/images/c/c6/I3Detroit-1359-resize.jpeg'); background-attachment: fixed; background-size: cover; margin: 0; padding: 0; }