User:Jafeluv/global.css

From Meta, a Wikimedia project coordination wiki

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.
/* Sans-serif font in editing window. */
textarea {
  font-family: sans-serif;
}

/* Make all of the links lowercase */
div#p-personal li { text-transform: lowercase; }

/* Override the lowercasing for the username */
li#pt-userpage a { text-transform: none !important; color: #e5e5ff; }

/* Hide help links and miscellaneous notices */
.editHelp { display: none; }
#mw-editpage-minoredit a {
  color: black;
  pointer-events: none;
  cursor: default;
}
#pt-optin-try { display: none; }
#pt-prefswitch-link-anon { display: none; }
#pt-prefswitch-link-on { display: none; }
div.mw-newarticletext { display: none; }
div.mw-tos-summary { display: none; }
div#editpage-copywarn { display: none; }

/* Force left-to-right */
#wpTextbox1, #wikiPreview, #wpSummary { direction:ltr; }

/* Hide editing toolbar */
div.wikiEditor-ui-top { display:none; }