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 06:08, 13 February 2026 by Sfosteriam (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* CSS placed here will be applied to all skins */

/* Any page in Category:Archived */
body.cat-archived .mw-body,
body.cat-archived .mw-content-ltr {
  opacity: 0.85;
  --category-bgcolor: lightgrey;
  --category-fgcolor: dimgrey;
}

body.cat-archived .mw-body {
  border-left: 8px solid var(--category-fgcolor);
  background: var(--category-bgcolor);
  color: var(--category-fgcolor);
}

/* Optional: add a visible banner at top of content */
body.cat-archived .mw-body-content::before {
  content: "⚠ Archived: this page may be out of date";
  display: block;
  padding: 0.75em 1em;
  margin: 0 0 1em 0;
  border: 2px solid var(--category-fgcolor);
  background: var(--category-bgcolor);
  font-weight: 700;
  border-radius: 8px;
}

/* Member handbook navigation */
.memberhandbook-nav {
	float: right;
	clear: right;
	width: 250px;
	margin: 0 0 1em 1em;
	padding: 1em;
	border: 1px solid #aaa;
	background-color: rgba(153,153,153,0.3);
	font-size: 95%;
}

.memberhandbook-nav h3 {
  margin-top: 0;
  border-bottom: 1px solid rgba(153,153,153,0.5);
  padding-bottom: 0.5em;
}

.memberhandbook-nav ul {
	margin: 0.5em 0;
	padding-inline: 1em 0.2em;
}