MediaWiki:Common.css

Revision as of 19:02, 12 January 2025 by Vriska (talk | contribs) (more wikipedia-like infoboxes)

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 */
:root {
    --pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important;
    --pi-secondary-background: #dedee2 !important;
}

@media screen {
	html.skin-theme-clientpref-night {
		--pi-secondary-background: hsl(240,6%,20%) !important;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os {
		--pi-secondary-background: hsl(240,6%,20%) !important;
	}
}

aside.portable-infobox {
    border: 1px solid #a2a9b1;
}

aside.portable-infobox .pi-title {
    background-color: var(--pi-secondary-background);
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0.4rem 0.3rem;
}

aside.portable-infobox .pi-secondary-background {
    padding: 0.2rem;
    margin: 0.3rem;
    text-align: center;
    font-size: 110%;
}

.content .mw-parser-output .portable-infobox .pi-data-label {
    flex-basis: 90px;
}