User:Katie Chan (WMUK)/global.css

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.
/* This is my global CSS page; CSS here is transcluded to all my accounts. */
body {
 background-color: #ff7070;
 background-image: none;
}

#editform,
#ca-delete,
#ca-protect,
#checkusersubmit,
#ca-unprotect,
.mw-special-DeletedContributions #mw-content-text,
.mw-special-Userrights #mw-content-text,
.mw-special-Oversight #mw-content-text,
.mw-special-CheckUser #mw-content-text,
.mw-special-CheckUserLog #mw-content-text,
.mw-special-Import #mw-content-text,
.mw-special-Nuke #mw-content-text,
.mw-special-Undelete #mw-content-text,
.mw-history-revisiondelete-button,
.mw-revdelundel-link,
.mw-log-deleterevision-button,
.deleterevision-log-submit { 
background-color: #FFCCCC !important;
}

.mw-special-HideRevision #mw-content-text {
background-color:red !important;
}