MediaWiki:Vector.css

From Wizards and Warlords
Revision as of 00:34, 2 June 2026 by Aurelian (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ============================== */
/* WIZLORDS VECTOR RESET BASELINE */
/* ============================== */


/* PAGE BACKGROUND */
/* --------------- */
html,
body.skin-vector-legacy {
	background: #f5f3ee;
}


/* REMOVE PREVIOUS POSITIONING OVERRIDES */
/* ------------------------------------- */
body.skin-vector-legacy #mw-page-base,
body.skin-vector-legacy #mw-head-base,
body.skin-vector-legacy #mw-panel,
body.skin-vector-legacy #p-logo,
body.skin-vector-legacy #mw-head,
body.skin-vector-legacy #p-personal,
body.skin-vector-legacy #left-navigation,
body.skin-vector-legacy #right-navigation,
body.skin-vector-legacy #content.mw-body {
	position: revert !important;
	top: revert !important;
	left: revert !important;
	right: revert !important;
	width: revert !important;
	max-width: revert !important;
	min-height: revert !important;
	margin: revert !important;
	padding: revert !important;
	box-sizing: revert !important;
	z-index: revert !important;
}


/* PAGE TITLE TEXT */
/* --------------- */
body.skin-vector-legacy h1#firstHeading,
body.skin-vector-legacy h1#firstHeading .mw-page-title-main {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 32px !important;
	line-height: 1.1 !important;
	font-weight: bold !important;
}