User:-revi/common.css

From Wikimedia Foundation Governance Wiki
Revision as of 01:09, 29 March 2017 by -revi (talk | contribs) (update from meta)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** 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;
}