User:Fred Gandt/getUnpatrolledOfAlexNewArtBotResultsPages.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*  */
 
#mw-content-text ul button {
	display: block;
	padding: 3px 1em;
}
#mw-content-text ul p {
	position: relative;
	display: block;
	font-weight: bold;
	color: #666;
}
#mw-content-text ul p:after {
    content: " - so far...";
}
#mw-content-text ul p.fg-finished:after {
    content: " - and done!";
}
#mw-content-text ul p span {
	padding: 0.1em 0.3em 0.2em;
	background-color: #ffa;
}
#mw-content-text ul .fg-unpatrolled {
	padding: 0 0 0.15em 0.4em;
	background-color: #ffa;
}
#mw-content-text ul .fg-redirect {
	padding: 0 0 0.15em 0.4em;
	margin-bottom: 3px;
	background-color: #fda;
}
#mw-content-text ul .fg-redirect ul {
	margin-top: 0;
}