MediaWiki:Common.css
MediaWiki interface page
More actions
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 */
.inputbox-gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin: 0 auto;
}
.inputbox-gallery > div {
width: calc(33.33% - 14px);
box-sizing: border-box;
flex-shrink: 0;
}
.page__main {
background-color: rgba(var(--theme-page-background-color--rgb), 0.9);
}
/* Vanguard Galaxy — Citizen theme overrides (palette from VG_Banner.png) */
.skin-citizen-dark, .skin-citizen-auto {
/* Accent / progressive: warm rose-pink from banner nebula */
--color-progressive: #d96a93;
--color-progressive--hover: #e786a8;
--color-progressive--active: #c2557e;
--color-progressive--focus: #d96a93;
--color-destructive: #ff7066;
/* Surfaces: deep space blacks tinted slightly toward navy/violet */
--color-surface-0: #06080f; /* outermost */
--color-surface-1: #0a0d18; /* base panels */
--color-surface-2: #11141f; /* cards / infoboxes */
--color-surface-3: #181b27; /* hover */
--color-surface-4: #202434;
--background-color-base: #0a0d18;
--background-color-primary: #11141f;
--background-color-neutral-subtle: #181b27;
--color-base: #e8e6ef; /* body text — soft warm white */
--color-subtle: #9a93a8;
--color-emphasized: #ffffff;
--color-link: #d96a93;
--color-link--visited: #b95a83;
--border-color-base: #1f2333;
--color-syntax-blue: #4ad1ff;
--color-syntax-pink: #d96a93;
}
/* Tighten the wordmark in the header */
.citizen-header__siteTitle img.citizen-header__sitelogo,
.mw-logo-wordmark { max-height: 36px; width: auto; }