MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 1: | Zeile 1: | ||
/ | @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); | |||
} | |||
Version vom 24. Februar 2026, 12:55 Uhr
@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);
}