MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
Citizen theme: apply VG_Banner palette (deep space + warm magenta accents) |
Citizen theme: replace magenta with the actual brand cyan from VG_Banner logo region |
||
| Line 15: | Line 15: | ||
background-color: rgba(var(--theme-page-background-color--rgb), 0.9); |
background-color: rgba(var(--theme-page-background-color--rgb), 0.9); |
||
} |
} |
||
/* Vanguard Galaxy — Citizen theme overrides (palette from VG_Banner.png) */ |
/* Vanguard Galaxy — Citizen theme overrides (palette from VG_Banner.png logo region) */ |
||
.skin-citizen-dark, .skin-citizen-auto { |
.skin-citizen-dark, .skin-citizen-auto { |
||
/* Accent |
/* Accent: bright cyan from the VANGUARD wordmark glow */ |
||
--color-progressive: # |
--color-progressive: #34b2ec; |
||
--color-progressive--hover: # |
--color-progressive--hover: #5ec5f0; |
||
--color-progressive--active: # |
--color-progressive--active: #1a93cb; |
||
--color-progressive--focus: # |
--color-progressive--focus: #34b2ec; |
||
--color-destructive: # |
--color-destructive: #ff6e5b; |
||
/* Surfaces: deep space |
/* Surfaces: deep space navy, graduated */ |
||
--color-surface-0: # |
--color-surface-0: #05080f; |
||
--color-surface-1: # |
--color-surface-1: #0a1020; |
||
--color-surface-2: # |
--color-surface-2: #11192e; |
||
--color-surface-3: # |
--color-surface-3: #182240; |
||
--color-surface-4: # |
--color-surface-4: #1f2c52; |
||
--background-color-base: # |
--background-color-base: #0a1020; |
||
--background-color-primary: # |
--background-color-primary: #11192e; |
||
--background-color-neutral-subtle: # |
--background-color-neutral-subtle: #182240; |
||
--color-base: # |
--color-base: #e6edf6; /* cool off-white body text */ |
||
--color-subtle: # |
--color-subtle: #8aa0c2; |
||
--color-emphasized: #ffffff; |
--color-emphasized: #ffffff; |
||
--color-link: # |
--color-link: #8cd4f5; /* the bright VANGUARD glow */ |
||
--color-link--visited: # |
--color-link--visited: #5ea0c2; |
||
--border-color-base: # |
--border-color-base: #1a2a4a; |
||
--border-color-subtle: #15203a; |
|||
--color-syntax-blue: # |
--color-syntax-blue: #8cd4f5; |
||
--color-syntax-pink: # |
--color-syntax-pink: #ff6e5b; |
||
} |
} |
||
/* Tighten |
/* Tighten wordmark in header */ |
||
.citizen-header__siteTitle img.citizen-header__sitelogo, |
.citizen-header__siteTitle img.citizen-header__sitelogo, |
||
.mw-logo-wordmark { max-height: 36px; width: auto; } |
.mw-logo-wordmark { max-height: 36px; width: auto; } |
||
Revision as of 14:10, 20 May 2026
/* 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 logo region) */
.skin-citizen-dark, .skin-citizen-auto {
/* Accent: bright cyan from the VANGUARD wordmark glow */
--color-progressive: #34b2ec;
--color-progressive--hover: #5ec5f0;
--color-progressive--active: #1a93cb;
--color-progressive--focus: #34b2ec;
--color-destructive: #ff6e5b;
/* Surfaces: deep space navy, graduated */
--color-surface-0: #05080f;
--color-surface-1: #0a1020;
--color-surface-2: #11192e;
--color-surface-3: #182240;
--color-surface-4: #1f2c52;
--background-color-base: #0a1020;
--background-color-primary: #11192e;
--background-color-neutral-subtle: #182240;
--color-base: #e6edf6; /* cool off-white body text */
--color-subtle: #8aa0c2;
--color-emphasized: #ffffff;
--color-link: #8cd4f5; /* the bright VANGUARD glow */
--color-link--visited: #5ea0c2;
--border-color-base: #1a2a4a;
--border-color-subtle: #15203a;
--color-syntax-blue: #8cd4f5;
--color-syntax-pink: #ff6e5b;
}
/* Tighten wordmark in header */
.citizen-header__siteTitle img.citizen-header__sitelogo,
.mw-logo-wordmark { max-height: 36px; width: auto; }