Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 22:58, 29 August 2025 by Alaric Greystone (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Full background image for the login page */
body.page-Special_UserLogin {
  background: url('/archives/images/e/ed/Login-background.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

/* Optional: make the login box readable */
body.page-Special_UserLogin .mw-ui-container,
body.page-Special_UserLogin .mw-htmlform {
  background: rgba(0, 0, 0, 0.7); /* translucent black overlay */
  border: 2px solid #d7b566;      /* Hogwarts gold border */
  border-radius: 12px;
  padding: 20px;
  color: #f5f5f5;
}