Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* Font-family Montserrat */ | |||
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap'); | ||
body.mediawiki, | |||
body {font-family: Montserrat, sans-serif} | body.mediawiki.x-body { | ||
font-family: Montserrat, sans-serif; | |||
} | |||
#content h1, | |||
#content h2 { | |||
font-family: Montserrat, serif | |||
} | |||
div#mw-panel div.portal h3, | div#mw-panel div.portal h3, | ||
div#mw-panel div.portal div.body ul li { | div#mw-panel div.portal div.body ul li { | ||
Zeile 13: | Zeile 16: | ||
} | } | ||
.mw-body-content a {font-weight: bold} | /* Links */ | ||
#mw-body-content a, | |||
.mw-body-content a { | |||
font-weight: bold; | |||
} | |||
#mw-body-content a:hover, | |||
.mw-body-content a:hover { | |||
text-decoration: underline; | |||
} |
Version vom 6. Mai 2021, 09:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Font-family Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap');
body.mediawiki,
body.mediawiki.x-body {
font-family: Montserrat, sans-serif;
}
#content h1,
#content h2 {
font-family: Montserrat, serif
}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
font-family: Montserrat, serif
}
/* Links */
#mw-body-content a,
.mw-body-content a {
font-weight: bold;
}
#mw-body-content a:hover,
.mw-body-content a:hover {
text-decoration: underline;
}