Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 25: | Zeile 25: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#mw- | #content #mw-content-text a:hover, | ||
#content [class^="mw-content-"] a:hover, | |||
#content #mw-content-text a:link:hover, | |||
#content [class^="mw-content-"] a:link:hover { | |||
text-decoration: underline; | text-decoration: underline; | ||
} | } |
Version vom 6. Mai 2021, 09:21 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 #bodyContent {
font-family: Montserrat, 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;
}
#content #mw-content-text a:hover,
#content [class^="mw-content-"] a:hover,
#content #mw-content-text a:link:hover,
#content [class^="mw-content-"] a:link:hover {
text-decoration: underline;
}