MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SabbatschulWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 31: Zeile 31:
.mw-body .mw-heading h2,
.mw-body .mw-heading h2,
.mw-body .mw-heading h3 {
.mw-body .mw-heading h3 {
    font-family: 'Montserrat', sans-serif !important;
}
.mw-body h1 {
     font-family: 'Montserrat', sans-serif !important;
     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;
}