Jump to content

User:Awesome Aasim/usergroups.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.
.usergroup {
	background-color: rgba(255, 255, 0, 0.25);
	border:2px solid transparent;
}

.usergroup a, .usergroup a:visited, .usergroup a:hover {
	color: inherit;
}

.usergroup-interface-admin {
	background-color: #ff3e3e;
	color: white;
}

.usergroup-sysop {
	background-color: #998100;
	color: white;
}

.usergroup-templateeditor {
	background-color: #e12c71;
	color: white;
}

.usergroup-extendedconfirmed {
	background-color: #2f66cd;
	color: white;
}

.usergroup-autoconfirmed, .usergroup-confirmed {
	background-color: #53585d;
	color: white;
}

.usergroup-reviewer {
	background-color: #ccd4dd;
	color: black;
}