User:SilverLocust/common.css

Source: 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.
@import url(//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/Redirect_icon.css&action=raw&ctype=text/css);

/* Show admin text */
div.sysop-show, p.sysop-show {
	display: block !important;
}

span.sysop-show, small.sysop-show {
	display: inline !important;
}

table.sysop-show {
	display: table !important;
}

li.sysop-show {
	display: list-item !important;
}

.checkuser-show, .sysop-show { 	
	border: 2px orange dotted !important;
}

.templateeditor-show { 	
	border: 2px pink dotted !important;
}

.extendedmover-show { 	
	border: 2px blue dotted !important;
}

html .image img[src*='svg'],
html img[src*='Wiktionary-logo'] {
	background-color: inherit;
}