MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SabbatschulWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
@import url('https://fonts.bunny.net/css?family=montserrat:400,600,700'); | |||
/* Messagebox templates */ | /* Messagebox templates */ | ||
.messagebox { | .messagebox { | ||
| Zeile 22: | Zeile 24: | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; | ||
background-color: #f8eaba; | background-color: #f8eaba; | ||
margin: 4px auto;} | margin: 4px auto; | ||
} | |||
.mw-body .mw-heading h1, | |||
.mw-body .mw-heading h2, | |||
.mw-body .mw-heading h3 { | |||
font-family: 'Montserrat', sans-serif !important; | |||
} | |||
h1 | .mw-body h1 { | ||
font-family: ' | font-family: 'Montserrat', sans-serif !important; | ||
} | } | ||
Aktuelle Version vom 16. Juni 2026, 23:38 Uhr
@import url('https://fonts.bunny.net/css?family=montserrat:400,600,700');
/* Messagebox templates */
.messagebox {
border: 1px solid #aaa;
background-color: #f9f9f9;
margin: 0 auto 1em auto;
padding: .2em;
}
.messagebox.merge {
border: 1px solid #c0b8cc;
background-color: #f0e5ff;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
margin: 4px auto;
}
.mw-body .mw-heading h1,
.mw-body .mw-heading h2,
.mw-body .mw-heading h3 {
font-family: 'Montserrat', sans-serif !important;
}
.mw-body h1 {
font-family: 'Montserrat', sans-serif !important;
}
