MediaWiki:Common.css

From Revenant Elegy Wiki
Revision as of 14:42, 2 April 2026 by Kins (talk | contribs)
Jump to navigation Jump to search

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 */

body.skin-vector .mw-body,
body.skin-vector-2022 .mw-body {
    background: #f3f4f6;
}

.mp-muted {
    color: #6b7280;
}

.mp-center {
    text-align: center;
}


.naviBlock {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	white-space: nowrap;
}

.naviClickable {
	cursor: pointer;
	color: #0645ad;
	text-decoration: underline;
}

.naviClickable:hover,
.naviClickable:focus {
	color: #0b63d1;
	text-decoration: underline;
	outline: none;
}

.naviStatus {
	font-size: 0.85em;
	padding: 0.1rem 0.4rem;
	border-radius: 3px;
	background: #eaf3ff;
	color: #1d4f91;
	transition: opacity 0.15s ease;
	user-select: none;
}

.naviStatus.naviError {
	background: #fff0f0;
	color: #a33;
}