Jump to content

User:L236/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by L236 (talk | contribs) at 19:10, 26 February 2020 (import my css). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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 ;}
.userhighlighter_oversight {background-color: #66DD66 ;}
.userhighlighter_checkuser {background-color: #66DD66 ;}
.userhighlighter_sysop {background-color: #00FFFF ;}
.userhighlighter_steward {background-color: #FF9933 ;}

.userhighlighter_arbcom:after {content:" ⚖️" ;}
.userhighlighter_steward:after {content:" ⚡" ;}
.userhighlighter_arbclerk:after {content:" ⚖️📁" ;}

/* 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;
}