MediaWiki:Citizen.css: Unterschied zwischen den Versionen

Aus Schreck.Net
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für Benutzer des Citizen-Skins geladen: →‎Make light theme great again: :root.skin-citizen-light { --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; }“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */


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

Version vom 3. April 2023, 15:08 Uhr


:root.skin-citizen-dark{
    --color-surface-0: ;
    --color-surface-1: ;
    --color-surface-2: ;
    --color-surface-3: ;
    --color-surface-4: ;
    --color-base: ;
    --color-base--emphasized: lime;
    --color-base--subtle: aqua;
}