(Created page with "→‎CSS placed here will be applied to all skins: .page-I3Detroit.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; }")
 
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-I3Detroit.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');
   background-attachment: fixed;
   background-attachment: fixed;

Revision as of 22:30, 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;
}