Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Citizen.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
.skin-theme-clientpref-light {
.skin-theme-clientpref-light {
     --color-surface-0: #fff; /* set background-color of light theme to white */
     --color-surface-0: #fff; /* set background-color of light theme to white */
}
/* Make light theme great again */
:root.skin-theme-clientpref-day {
    --color-surface-0: red;
    --color-surface-1: lime;
    --color-surface-2: fuchsia;
    --color-surface-3: yellow;
    --color-surface-4: aqua;
    --color-base: blue;
    --color-base--emphasized: darkblue;
    --color-base--subtle: cornflowerblue;
}
}

Version vom 26. August 2025, 12:17 Uhr

/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */

:root {
    /* https://github.com/StarCitizenTools/mediawiki-skins-Citizen/issues/1021 */
    /*--color-surface-0__l: 100%; */
}
.skin-theme-clientpref-light {
    --color-surface-0: #fff; /* set background-color of light theme to white */
}

/* Make light theme great again */
:root.skin-theme-clientpref-day {
    --color-surface-0: red;
    --color-surface-1: lime;
    --color-surface-2: fuchsia;
    --color-surface-3: yellow;
    --color-surface-4: aqua;
    --color-base: blue;
    --color-base--emphasized: darkblue;
    --color-base--subtle: cornflowerblue;
}