User:-revi/common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
-revi (talk | contribs)
update from meta
-revi (talk | contribs)
too lazy to update every non-wmfwikis
Line 1: Line 1:
@import url(//css-wiki-cdn.reviservices.com/global.css);
/** No betafeatures button */
#pt-betafeatures { display: none; }

/** Set custom color for redirect page */
.mw-redirect { color: #FAAFBE;}.mw-redirect:visited { color: #FAAFBE;}.mw-redirect:hover { color: #FAAFBE;}.mw-redirect:active { color: #FAAFBE;}

/** No MediaViewer button on File: namespace pages */
.mw-mmv-filepage-buttons { display: none }

/* Make protected page's edit box shown in YELLOW.
*/
.mw-textarea-protected, .ns-8 textarea {
background: #FFFFDB;
}
/* I won't logout unless in preferences */
#pt-logout {
display: none;
}

Revision as of 15:17, 10 April 2017

@import url(//css-wiki-cdn.reviservices.com/global.css);