No edit summary
No edit summary
Line 6: Line 6:
   background-size: cover;
   background-size: cover;
   margin-left: 0;
   margin-left: 0;
}
} */
 
// https://stackoverflow.com/questions/10942281/how-to-remove-text-redirected-from-main-page-in-mediawiki
.page-Main_Page #contentSub { display: none }
.page-Main_Page #contentSub { display: none }
*/

Revision as of 23:31, 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;
} */

// https://stackoverflow.com/questions/10942281/how-to-remove-text-redirected-from-main-page-in-mediawiki 
.page-Main_Page #contentSub { display: none }