Lisää toimintoja
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
(2 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 1: | Rivi 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.citizen-body { | .citizen-body { | ||
font-family: | font-family: sans-serif; | ||
} | } | ||
Rivi 43: | Rivi 12: | ||
html.skin-citizen-light { | html.skin-citizen-light { | ||
--color-surface-0: #fbfbfb; | --color-surface-0: #fbfbfb; | ||
} | |||
.mw-editsection { | |||
display: none; | |||
} | } |
Nykyinen versio 6. tammikuuta 2025 kello 21.35
/* All CSS here will be loaded for users of the Citizen skin */ .citizen-body { font-family: sans-serif; } .mw-page-title-namespace, .mw-page-title-separator { font-family: var(--font-family-base); } html.skin-citizen-light { --color-surface-0: #fbfbfb; } .mw-editsection { display: none; }