No edit summary
No edit summary
Line 15: Line 15:
a.new:after, #quickbar a.new:after {
a.new:after, #quickbar a.new:after {
color: darkred;
color: darkred;
content: "[HELP NEEDED]";
content: "[EDITOR REQUIRED]";
}
}
a.new, #quickbar a.new, a.stub, #quickbar a.stub {
a.new, #quickbar a.new, a.stub, #quickbar a.stub {
color: darkred;
color: darkred;
}
}

Revision as of 17:20, 17 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 }

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

a.new:after, #quickbar a.new:after {
	color: darkred;
	content: "[EDITOR REQUIRED]";
}
a.new, #quickbar a.new, a.stub, #quickbar a.stub {
	color: darkred;
}