Toggle menu
Toggle preferences menu
Toggle personal menu
Et ole kirjautunut
Your IP address will be publicly visible if you make any edits.

Ero sivun ”Järjestelmäviesti:Citizen.css” versioiden välillä

Sarastus Wikistä
Ak: Uusi sivu: →‎All CSS here will be loaded for users of the Citizen skin: @font-face { font-family: 'IBM Plex Sans'; font-weight: normal; font-style: normal; font-display: swap; src: url('https://static.sarastus.net/IBMPlexSans-Regular.woff2') format('woff2'); } @font-face { font-family: 'IBM Plex Sans'; font-weight: normal; font-style: italic; font-display: swap; src: url('https://static.sarastus.net/IBMPlexSans-Italic.woff2') format('woff2')...
 
Ei muokkausyhteenvetoa
 
(8 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 */
@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-BoldItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Serif';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Serif';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Italic.woff2') format('woff2');
}


@font-face {  
.citizen-body {
     font-family: 'PT Serif';
     font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Bold.woff2') format('woff2');
}
}


@font-face {  
.mw-page-title-namespace,
    font-family: 'PT Serif';
.mw-page-title-separator {
    font-weight: bold;
  font-family: var(--font-family-base);
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Bold-Italic.woff2') format('woff2');
}
}


.citizen-page-heading h1,
html.skin-citizen-light {
.citizen-body h1,
  --color-surface-0: #fbfbfb;
.citizen-body h2,
.citizen-body h3,
.citizen-body h4,
.citizen-body h5,
.citizen-body h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
}
}


body {
.mw-editsection {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
  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;
}