Jump to content

User:SilverLocust/common.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.
@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,
div.checkuser-show, p.checkuser-show,
div.templateeditor-show, p.templateeditor-show,
div.extendedmover-show, p.extendedmover-show {
	display: block !important;
}

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

table.sysop-show,
table.checkuser-show,
table.templateeditor-show,
table.extendedmover-show {
	display: table !important;
}

li.sysop-show,
li.checkuser-show,
li.templateeditor-show,
li.extendedmover-show {
	display: list-item !important;
}

.checkuser-show {
	border: 2px cyan dotted !important;
}

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

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

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