Jump to content

User:L235/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.
.mw-rollback-link {
	display: none;
}

.userhighlighter_arbcom {background-color: #DD66DD !important;}
.userhighlighter_oversight {background-color: #66DD66 !important;}
.userhighlighter_checkuser {background-color: #66DD66 !important;}
.userhighlighter_sysop {background-color: #00FFFF !important;}
.userhighlighter_steward {background-color: #FF9933 !important;}

/*.userhighlighter_arbcom:after {content:" ⚖️" !important;}*/
.userhighlighter_steward:after {content:" ⚡" !important;}

/* This hides the "block" link from every user's contribs in "View history" (link takes you to Special:Block, but in my experience is almost always a misclick) */
.mw-usertoollinks-block {
	display: none;
}
/* This stops me accidentally logging myself out. */
#pt-logout {
	display: none !important;
}

#pt-betafeatures {
	display: none !important;
}

.afd-help-box { display: none !important; }

.mw-contributions-link-check-user-initiator {display:none !important; }