MediaWiki:Vector-2022.css

Revision as of 22:20, 24 December 2024 by Desu (talk | contribs) (mw-page-container gets a little less padding)

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.
/* Resolves some max-width cancer that's mangling tables */
.mw-page-container {
	max-width: unset;
	padding: 0 1em;
}
.mw-content-container {
	max-width: unset;
}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
	max-width: unset;
}
.mw-logo-icon {
	image-rendering: pixelated;
	margin: 0;
	width: 68px;
	height: 68px;
}
.mw-logo-wordmark {
	font-family: "GenEi Antique v5";
	font-weight: lighter;
	font-size: x-large;
	color: #5B1000;
}
.vector-sticky-header-context-bar-primary {
	font-family: "GenEi Antique v5";
	font-weight: lighter;
	color: #5B1000;
}
/* TODO: Too much bouncing (CLS) */
#mw-indicator-smw-entity-examiner, #languageselector-commit-1 {
	display: none;
}