MediaWiki:Common.css

aus Helmstedt-Wiki, der freien Enzyklopädie über den Landkreis Helmstedt
Zur Navigation springen Zur Suche springen

Hinweis – leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können: Mozilla/Firefox/Safari: Strg + R (Mactaste + R bei Macintosh) drücken; Konqueror: F5 drücken; Opera: kompletten Cache unter Extras → Internetspuren löschen → Individuelle Auswahl leeren; Internet Explorer: Strg + F5

@font-face {
    font-family: 'Title';
    src: url('https://d36tpukneudf4x.cloudfront.net/s/fonts/sport-thieme/Netto-Bold.woff2');
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: 'Text';
    src: url('https://d36tpukneudf4x.cloudfront.net/s/fonts/sport-thieme/FiraSans-Regular.woff2');
    font-display: swap;
}

body {

    --color-text-primary: #171717;
    --color-text-primary-rgb: 23, 23, 23;
    --color-text-link: #004884;
    --color-text-link-rgb: 0, 72, 132;

    font-family: "Text", sans-serif;
    font-display: fallback;
    line-height: 1.1;

    color: var(--color-text-primary, #333);

    -webkit-font-smoothing: antialiased;

}

.mw-headline {
    font-family: "Title", sans-serif; !important;
}

.firstHeading {
    font-family: "Title", sans-serif !important;
}

h1 {
    font-family: "Title", sans-serif;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.67em;
    font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Text", sans-serif;
    font-weight: normal;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.67em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

a {
    text-decoration: none;
    color: var(--color-text-link);
}