MediaWiki:Citizen.css
MediaWiki interface page
More actions
Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.
- Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
- Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
- Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5.
.mw-portlet-skin-client-prefs-skin-theme,
.mw-portlet-skin-client-prefs-citizen-feature-pure-black,
.citizen-footer__desc {
display: none !important;
}
/* ============================================================
Bradavice Online — FULL VARS (Dark + Blue surfaces + Gold accent)
============================================================ */
:root,
.skin-citizen {
/* Režim */
color-scheme: dark;
/* ========= Akcent (progressive) – GOLD ========= */
/* Přímé barvy (když UI neodvozuje z komponent) */
--color-progressive: #bb7e0e;
--color-progressive--hover: #d59622;
--color-progressive--active: #9c6a0b;
--color-progressive--focus: var(--color-progressive);
/* Komponenty pro výpočty (OKLCH/HSL) */
--color-progressive-oklch__h: 70; /* ≈ zlato */
--color-progressive-oklch__l: 65%;
--color-progressive-oklch__c: 0.11;
--color-progressive-hsl__h: 38;
--color-progressive-hsl__s: 85%;
--color-progressive-hsl__l: 50%;
/* Odkazy navázané na akcent (můžeš přepsat dle chuti) */
--color-link: var(--color-progressive);
--color-visited: var(--color-progressive);
--color-link--hover: var(--color-progressive--hover);
--color-link--active: var(--color-progressive--active);
/* Quiet/ghost stavy, ať nejsou cyan */
--background-color-button-quiet--hover: rgba(187,126,14,.12);
--background-color-button-quiet--active: rgba(187,126,14,.20);
/* ========= Texty (na dark, bez zlatého nádechu) ========= */
--color-base: #e9eefb;
--color-base--hover: #f3f6ff;
--color-emphasized: #f5f8ff;
--color-subtle: #b8c0e0;
--color-placeholder: #a2aac6;
--color-disabled: #8b94b1;
--color-inverted: #0b0f1a;
--color-inverted-fixed: #fff;
/* Pokud něco počítá z OKLCH komponent: */
--color-base-oklch__l: 93%;
--color-base-oklch__c: 0.02;
--color-emphasized-oklch__l: 97%;
--color-emphasized-oklch__c: 0.02;
--color-subtle-oklch__l: 75%;
--color-subtle-oklch__c: 0.05;
--color-placeholder-oklch__l: 68%;
--color-placeholder-oklch__c: 0.04;
--color-disabled-oklch__l: 62%;
--color-disabled-oklch__c: 0.035;
/* ========= Surfaces (MODRÉ, nezávislé na akcentu) ========= */
/* Přímé hodnoty – žádná vazba na progressive hue */
--color-surface-0: oklch(6% 0.02 260); /* page background ≈ #060810 */
--color-surface-1: oklch(8% 0.03 260);
--color-surface-2: oklch(10% 0.04 260);
--color-surface-3: oklch(12% 0.05 260);
--color-surface-4: oklch(14% 0.06 260);
/* Pokud někde UI používá „*_oklch__*“ komponenty, ponecháme je konzistentní: */
--color-surface-0-oklch__l: 6%;
--color-surface-0-oklch__c: 0.02;
--color-surface-1-oklch__l: 8%;
--color-surface-1-oklch__c: 0.03;
--color-surface-2-oklch__l: 10%;
--color-surface-2-oklch__c: 0.04;
--color-surface-3-oklch__l: 12%;
--color-surface-3-oklch__c: 0.05;
--color-surface-4-oklch__l: 14%;
--color-surface-4-oklch__c: 0.06;
/* Hover/active varianty surface (pro taby apod.) */
--delta-lightness-hover-state: 4%;
--delta-lightness-active-state: -4%;
--color-surface-1--hover: oklch(calc(8% + var(--delta-lightness-hover-state)) 0.03 260);
--color-surface-1--active: oklch(calc(8% + var(--delta-lightness-active-state)) 0.03 260);
--color-surface-2--hover: oklch(calc(10% + var(--delta-lightness-hover-state)) 0.04 260);
--color-surface-2--active: oklch(calc(10% + var(--delta-lightness-active-state)) 0.04 260);
/* Navázané background tokeny (ze seznamu) */
--background-color-base: var(--color-surface-0);
--background-color-base-fixed: oklch(8% 0.02 260);
--background-color-neutral-subtle: var(--color-surface-1);
--background-color-neutral: var(--color-surface-2);
--background-color-interactive-subtle: var(--color-surface-1);
--background-color-interactive: var(--color-surface-2);
--background-color-disabled-subtle: var(--color-surface-1);
--background-color-disabled: var(--color-surface-3);
--background-color-inverted: #101418;
--background-color-progressive: var(--color-progressive);
--background-color-progressive--hover: var(--color-progressive--hover);
--background-color-progressive--active: var(--color-progressive--active);
--background-color-progressive--focus: var(--color-progressive);
--background-color-progressive-subtle: hsl(var(--color-progressive-hsl__h), var(--color-progressive-hsl__s), 16%);
/* Backdrop / „glass“ */
--backdrop-opacity: 0.65;
--background-color-backdrop-light: oklch(6% 0.02 260 / var(--backdrop-opacity));
--background-color-backdrop-dark: rgba(0,0,0,var(--backdrop-opacity));
--opacity-glass: 0.85;
/* ========= Hrany, outline, ikony ========= */
--border-color-base: rgba(255,255,255,.12);
--border-color-subtle: rgba(255,255,255,.08);
--border-color-muted: rgba(255,255,255,.05);
--border-color-interactive: rgba(255,255,255,.14);
--border-color-disabled: var(--border-color-subtle);
--border-color-inverted: #000;
--border-color-progressive: var(--color-progressive);
--border-color-progressive--hover: var(--color-progressive--hover);
--border-color-progressive--active: var(--color-progressive--active);
--border-color-progressive--focus: var(--color-progressive);
--outline-color-progressive--focus: var(--color-progressive);
--opacity-icon-base: 0.6;
--opacity-icon-base--hover: 0.74;
--opacity-icon-base--active: 0.85;
--opacity-icon-base--disabled: 0.51;
--opacity-icon-placeholder: 0.51;
--opacity-icon-subtle: 0.67;
--filter-invert-icon: 0;
--filter-invert-primary-button-icon: 0;
/* ========= Stavové barvy (slušné na dark) ========= */
--color-destructive__h: 5; /* červenější, ne růžová */
--color-destructive__l: 50%;
--color-warning__h: 48;
--color-warning__l: 50%;
--color-success__h: 150;
--color-success__l: 40%;
--color-destructive: hsl(var(--color-destructive__h) 100% var(--color-destructive__l));
--color-destructive--hover: hsl(var(--color-destructive__h) 100% calc(var(--color-destructive__l) + var(--delta-lightness-hover-state)));
--color-destructive--active: hsl(var(--color-destructive__h) 100% calc(var(--color-destructive__l) + var(--delta-lightness-active-state)));
--color-destructive--focus: var(--color-progressive);
--color-warning: hsl(var(--color-warning__h) 100% var(--color-warning__l));
--color-success: hsl(var(--color-success__h) 100% var(--color-success__l));
--background-color-destructive: var(--color-destructive);
--background-color-destructive--hover: var(--color-destructive--hover);
--background-color-destructive--active: var(--color-destructive--active);
--background-color-destructive--focus: var(--color-progressive);
--background-color-destructive-subtle: hsl(var(--color-destructive__h) 35% 16%);
--background-color-warning-subtle: hsl(var(--color-warning__h) 35% 16%);
--background-color-success-subtle: hsl(var(--color-success__h) 35% 16%);
--background-color-notice-subtle: var(--color-surface-2);
--color-notice: var(--color-base);
--color-content-added: var(--color-success);
--color-content-removed: var(--color-destructive);
/* ========= Stíny ========= */
--shadow-color-oklch__l: 18%;
--shadow-color-oklch__c: 0.02;
--shadow-opacity: 0.05;
--box-shadow-color-alpha-base: oklch(var(--shadow-color-oklch__l) var(--shadow-color-oklch__c) 260 / var(--shadow-opacity));
--box-shadow-color-base: var(--box-shadow-color-alpha-base);
--box-shadow-color-progressive--focus: var(--color-progressive);
--box-shadow-color-progressive--active: var(--color-progressive--active);
--box-shadow-color-progressive-selected: var(--color-progressive);
--box-shadow-color-progressive-selected--hover: var(--color-progressive--hover);
--box-shadow-color-progressive-selected--active: var(--color-progressive--active);
--box-shadow-color-destructive--focus: var(--color-progressive);
--box-shadow-color-inverted: #fff;
--box-shadow-color-transparent: transparent;
/* ========= Infobox (akcent ladí do zlata) ========= */
--pi-accent: #bb7e0e;
--pi-border: rgba(255,255,255,.12);
--pi-bg: transparent;
--pi-muted: var(--color-surface-1);
}
/* ===== Fallback pro prohlížeče bez OKLCH ===== */
@supports not (color: oklch(100% 0 0)) {
:root,
.skin-citizen {
/* Modré surfaces v HSL (modrý hue ~ 230–240) */
--color-surface-0-hsl__s: 22%;
--color-surface-0-hsl__l: 6%;
--color-surface-1-hsl__s: 24%;
--color-surface-1-hsl__l: 8%;
--color-surface-2-hsl__s: 26%;
--color-surface-2-hsl__l: 10%;
--color-surface-3-hsl__s: 28%;
--color-surface-3-hsl__l: 12%;
--color-surface-4-hsl__s: 30%;
--color-surface-4-hsl__l: 14%;
/* Texty */
--color-base: hsl(230 30% 92%);
--color-base--hover: hsl(230 30% 96%);
--color-emphasized: hsl(230 30% 97%);
--color-subtle: hsl(230 20% 76%);
--color-placeholder: hsl(230 18% 70%);
--color-disabled: hsl(230 16% 62%);
/* Akcent GOLD v HSL */
--color-progressive: hsl(38 85% 50%);
--color-progressive--hover: hsl(38 85% 56%);
--color-progressive--active: hsl(38 85% 42%);
--color-link: var(--color-progressive);
--color-visited: var(--color-progressive);
/* Backdrop */
--background-color-backdrop-light: hsl(230 22% 6% / var(--backdrop-opacity));
/* Stín */
--box-shadow-color-alpha-base: hsl(230 10% 18% / var(--shadow-opacity));
}
}
/*
* Star Citizen Wiki
* This stylesheet only contains site-wide styles.
* For template styles, check the specific template documentation.
*/
/* Adjust primary color */
:root {
--color-progressive-oklch__h: 230;
--color-progressive-hsl__h: 205;
}
h1,
h2,
h3,
h4,
h5,
h6,
.mw-logo-wordmark,
.citizen-sticky-header-page-title {
font-weight: var( --font-weight-medium );
}
h4,
h5,
h6 {
letter-spacing: 0.0125em;
}
/*
* Menu
* Rich format menu to have more hierarchy
*/
/* Remove bottom spacing as it is handled in footer portlet */
.citizen-drawer__menu {
margin-bottom: 0;
padding-bottom: 0;
}
.mw-portlet-External {
position: sticky;
bottom: 0;
margin-top: var( --space-md );
margin-inline: calc( var( --space-xs ) * -1 );
padding: var( --space-xs );
border-top: var( --border-base );
backdrop-filter: var( --backdrop-filter-frosted-glass );
font-size: var( --font-size-x-small );
grid-column: 1 / -1;
white-space: nowrap;
}
.mw-portlet-External .citizen-menu__heading {
display: none;
}
.mw-portlet-External ul {
display: flex;
overflow: auto;
}
.mw-portlet-External .mw-list-item a {
gap: 0;
}
/* Label */
.citizen-drawer__menu [id^="n-sidebar-label-"] a {
pointer-events: none;
margin-left: var( --space-xs );
padding-left: var( --space-md );
padding-right: var( --space-xs );
border-left: 1px solid var( --border-color-base );
border-radius: 0;
letter-spacing: 0.05em;
font-weight: var( --font-weight-normal );
color: var( --color-subtle ) !important;
}
/* Icons */
.citizen-drawer__menu [id^="n-sidebar-icon-"] a {
font-size: 0;
content-visibility: auto;
}
.citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
display: block;
content: "";
width: var( --size-icon );
height: var( --size-icon );
background-color: currentColor;
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
}
#n-sidebar-icon-discord a:before {
mask-image: url( https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg );
}
#n-sidebar-icon-twitter a:before {
mask-image: url( https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg );
}
#n-sidebar-icon-mastodon a:before {
mask-image: url( https://media.starcitizen.tools/d/de/Mastodon_-_Simple_Icons.svg );
}
#n-sidebar-icon-threads a:before {
mask-image: url( https://media.starcitizen.tools/9/9b/Threads_-_Simple_Icons.svg );
}
#n-sidebar-icon-bluesky a:before {
mask-image: url( https://media.starcitizen.tools/8/8b/Bluesky_-_Simple_Icons.svg );
}
#n-sidebar-icon-patreon a:before {
mask-image: url( https://media.starcitizen.tools/e/e9/Patreon_-_Simple_Icons.svg );
}
#n-sidebar-icon-kofi a:before {
mask-image: url( https://media.starcitizen.tools/4/48/Kofi_-_Simple_Icons.svg );
}
#n-sidebar-icon-github a:before {
mask-image: url( https://media.starcitizen.tools/8/85/Github_-_Simple_Icons.svg );
}
#n-sidebar-icon-reddit a:before {
mask-image: url( https://media.starcitizen.tools/e/e8/Reddit_-_Simple_Icons.svg );
}
/* Footer changes */
.citizen-footer {
padding-block: 6rem;
background-color: transparent;
}
.citizen-footer__siteinfo {
justify-content: space-between;
}
.citizen-footer__sitetitle .mw-logo-wordmark {
display: none;
}
/*
* Footer icons
* We use custom footer icons so we need to fine tune it
*/
#footer-icons a {
border: 0;
padding: 0;
background: transparent;
opacity: var( --opacity-icon-base );
transition: opacity 250ms ease;
}
#footer-icons a:hover {
opacity: var( --opacity-icon-base--hover );
}
#footer-icons a:active {
opacity: var( --opacity-icon-base--active );
}
/* More space between icons */
#footer-icons ul,
#footer-icons li {
column-gap: var( --space-md );
}
#footer-icons img {
width: auto;
height: 32px;
}
/* Darken the footer icon in light mode */
.skin-citizen-light #footer-icons a {
filter: invert( 1 ) hue-rotate( 180deg );
}
/*
* Very important checkmark
* Blue checkmark near wordmark
*/
.mw-logo-wordmark {
display: flex;
align-items: center;
gap: var( --space-sm );
}
/* CookieWarning tweaks */
.mw-cookiewarning-container {
max-width: 480px;
}
.mw-cookiewarning-text {
gap: var(--space-xs);
}
.mw-cookiewarning-text::before {
content: '🍪';
font-size: 2rem;
}
/* hide on pageload to prevent FoUC */
.client-js .mw-cookiewarning-container {
opacity: 0;
visibility: hidden;
transition: opacity 250ms ease, visibility 250ms ease;
}
/* citizen-animations-ready is added when scripts are loaded */
.client-js.citizen-animations-ready .mw-cookiewarning-container {
opacity: 1;
visibility: visible;
}
/* Site notice styles */
/*
#scw-birthday {
padding: var( --space-sm ) var( --space-md );
background-color: var( --color-surface-2 );
font-size: var( --font-size-small );
font-weight: var( --font-weight-semibold );
}
#scw-birthday-canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
*/
/* Full-width for pledge vehicle list page */
.page-List_of_pledge_vehicles {
--width-layout: 100vw;
}
/* Alternative theme */
/*
:root {
--font-family-citizen-base: monospace;
--font-size-base: 0.875rem;
--color-primary__h: 30;
--border-radius-base: 0;
--border-color-base: hsla( var( --color-primary__h ), 85%, 65%, 25% ) !important;
letter-spacing: -0.025em;
}
.mw-logo.citizen-header__button:after {
content: "🎃";
position: absolute;
left: 0;
}
*/
/* Pride month */
/*
.citizen-loading::after {
background-image: linear-gradient( 90deg, #FF3333 0%, #FF9933 20%, #FFFF66 40%, #66BB66 60%, #6666FF 80%, #BB66FF 100% );
}
*/
/* Verified badge */
/*
.mw-logo-wordmark:after {
content: "";
width: 1em;
height: 1em;
display: block;
background-image: url( https://media.starcitizen.tools/5/5f/SCW-Verified.svg );
}
*/
/* Animated gradient */
@property --gradient-angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}
.scw-gradient-glow {
position: relative;
--clr-3: var( --color-progressive );
--clr-4: var( --border-color-base );
--clr-5: var( --border-color-subtle );
--gradient: var( --clr-3 ), var( --clr-4 ), var( --clr-5 ), var( --clr-4 ), var( --clr-3 );
--gradient-blur: 4px;
--gradient-time: 5s;
}
.scw-gradient-glow::before {
position: absolute;
inset: 0px;
z-index: -1;
content: '';
background: conic-gradient( from var( --gradient-angle ), var( --gradient ) );
border-radius: inherit;
animation: scw-gradient-rotate var( --gradient-time ) linear infinite;
filter: blur( var( --gradient-blur ) );
transition: filter 100ms ease;
}
@keyframes scw-gradient-rotate {
0% {
--gradient-angle: 0deg;
}
100% {
--gradient-angle: 360deg;
}
}
/* HACK: Hide UploadWizard personal purpose option */
.mwe-upwiz-deed-purpose > label:last-child {
display: none !important;
}