Zuletzt bearbeitet vor 2 Jahren
von Support von BlueSpice

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:
font-weight: bold;
font-weight: bold;
}
}
#mw-body-content a:hover,
#content #mw-content-text a:hover,
.mw-body-content 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, 10: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;
}
Keine Kategorien vergebenBearbeiten