Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 }

/* https://www.mediawiki.org/wiki/Snippets/Link%3F.css */

a.new:after, #quickbar a.new:after {
	color: #BA0000;
	content: "?";
}
a.new, #quickbar a.new, a.stub, #quickbar a.stub {
	color: inherit;
}