MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SabbatschulWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 26: | Zeile 26: | ||
margin: 4px auto; | margin: 4px auto; | ||
} | } | ||
.mw-body .mw-heading h1, | .mw-body .mw-heading h1, | ||
| Zeile 33: | Zeile 32: | ||
font-family: 'Montserrat', sans-serif !important; | font-family: 'Montserrat', sans-serif !important; | ||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
| Zeile 41: | Zeile 39: | ||
.mw-wiki-logo, | .mw-wiki-logo, | ||
.mw-logo, | .mw-logo, | ||
.mw-logo-container { | .mw-logo-container { | ||
font-family: 'Montserrat', sans-serif !important; | font-family: 'Montserrat', sans-serif !important; | ||
| Zeile 51: | Zeile 48: | ||
font-family: 'Montserrat', sans-serif !important; | font-family: 'Montserrat', sans-serif !important; | ||
} | } | ||
#p-logo-text a, | #p-logo-text a, | ||
.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; | |||
} | } | ||
#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, | #p-logo-text a::after, | ||
.mw-wiki-title, | .mw-wiki-title::after, | ||
.mw-logo-wordmark { | .mw-logo-wordmark::after { | ||
color: # | 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 span, | ||
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;
}
