Jump to content

User:FavoritoHJS/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by FavoritoHJS (talk | contribs) at 19:47, 7 March 2023 (Please work now...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/*Copy-pasted from Category:CS1_maint:_uses_authors_parameter*/

.cs1-maint { /* Show warnings */
	display: inline;
	background-color: #ffe;
	color: #220;
}
.cs1-hidden-error { /* Show hidden errors */
	display: inline;
	background-color: #fcc;
	color: #711;
}
.cs1-visible-error { /* Highlight visible errors */
	display: inline;
	background-color: #111;
	color: #F33;
}