Jump to content

User:L236/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
disable logout protection
fix w/ important
 
Line 3: Line 3:
}
}


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


.userhighlighter_arbcom:after {content:" ⚖️" ;}
.userhighlighter_arbcom:after {content:" ⚖️" !important;}
.userhighlighter_steward:after {content:" ⚡" ;}
.userhighlighter_steward:after {content:" ⚡" !important;}
.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) */
/* 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) */

Latest revision as of 05:49, 26 December 2020

.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;
}