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

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jalexander (talk | contribs)
m Jalexander moved page User:Hym411/common.css to User:-revi/common.css without leaving a redirect: Automatically moved page while renaming the user "Hym411" to "-revi"
-revi (talk | contribs)
update from meta
Line 1: Line 1:
/** No betafeatures button */
#pt-betafeatures { display: none; }
#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 01:09, 29 March 2017

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