MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SabbatschulWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 52: | Zeile 52: | ||
.mw-wiki-title, | .mw-wiki-title, | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
text-decoration: none; | text-decoration: none; | ||
display: inline- | display: inline-flex !important; | ||
align-items: baseline; | |||
font-size: 0 !important; /* Versteckt den originalen Text komplett ohne Platzverbrauch */ | |||
letter-spacing: 0 !important; | |||
} | } | ||
| Zeile 67: | Zeile 63: | ||
.mw-logo-wordmark::before { | .mw-logo-wordmark::before { | ||
content: "Sabbatschul"; | content: "Sabbatschul"; | ||
font-family: 'Montserrat', sans-serif !important; | |||
font-weight: 700 !important; | |||
font-size: 24px !important; | |||
color: #1a446c !important; | |||
letter-spacing: -0.5px; | |||
} | } | ||
| Zeile 76: | Zeile 74: | ||
.mw-logo-wordmark::after { | .mw-logo-wordmark::after { | ||
content: "Wiki"; | content: "Wiki"; | ||
font-family: 'Montserrat', sans-serif !important; | |||
font-weight: 400 !important; | font-weight: 400 !important; | ||
font-size: 24px !important; | |||
color: #547b99 !important; | color: #547b99 !important; | ||
letter-spacing: -0.5px; | |||
left: | margin-left: 2px; | ||
} | } | ||
Aktuelle Version vom 30. Juni 2026, 11:08 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;
}
.mw-wiki-logo,
.mw-logo,
.mw-logo-container {
font-family: 'Montserrat', sans-serif !important;
}
.vector-user-links,
#p-personal,
#p-personal a {
font-family: 'Montserrat', sans-serif !important;
}
#p-logo-text a,
.mw-wiki-title,
.mw-logo-wordmark {
text-decoration: none;
display: inline-flex !important;
align-items: baseline;
font-size: 0 !important; /* Versteckt den originalen Text komplett ohne Platzverbrauch */
letter-spacing: 0 !important;
}
#p-logo-text a::before,
.mw-wiki-title::before,
.mw-logo-wordmark::before {
content: "Sabbatschul";
font-family: 'Montserrat', sans-serif !important;
font-weight: 700 !important;
font-size: 24px !important;
color: #1a446c !important;
letter-spacing: -0.5px;
}
#p-logo-text a::after,
.mw-wiki-title::after,
.mw-logo-wordmark::after {
content: "Wiki";
font-family: 'Montserrat', sans-serif !important;
font-weight: 400 !important;
font-size: 24px !important;
color: #547b99 !important;
letter-spacing: -0.5px;
margin-left: 2px;
}
#personal h2 span,
#personal h2 a {
font-family: 'Montserrat', sans-serif !important;
}
