MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus SabbatschulWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| 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 { | ||
font-family: 'Montserrat', sans-serif !important; | font-family: 'Montserrat', sans-serif !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
font-size: 24px; | font-size: 24px !important; | ||
letter-spacing: -0.5px; | letter-spacing: -0.5px; | ||
text-decoration: none; | text-decoration: none; | ||
display: inline-block; | display: inline-block; | ||
visibility: hidden; | |||
position: relative; | |||
color: #1a446c !important; | |||
} | } | ||
#p-logo-text a::before, | |||
.mw-wiki-title::before, | |||
.mw-logo-wordmark::before { | |||
content: "Sabbatschul"; | |||
visibility: visible; | |||
position: absolute; | |||
left: 0; | |||
} | |||
#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"; | ||
visibility: visible; | |||
font-weight: 400 !important; | |||
color: #547b99 !important; | |||
position: absolute; | |||
left: 148px; | |||
} | } | ||
#personal h2 span, | #personal h2 span, | ||
Version vom 30. Juni 2026, 11:04 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 {
font-family: 'Montserrat', sans-serif !important;
font-weight: 700 !important;
font-size: 24px !important;
letter-spacing: -0.5px;
text-decoration: none;
display: inline-block;
visibility: hidden;
position: relative;
color: #1a446c !important;
}
#p-logo-text a::before,
.mw-wiki-title::before,
.mw-logo-wordmark::before {
content: "Sabbatschul";
visibility: visible;
position: absolute;
left: 0;
}
#p-logo-text a::after,
.mw-wiki-title::after,
.mw-logo-wordmark::after {
content: "Wiki";
visibility: visible;
font-weight: 400 !important;
color: #547b99 !important;
position: absolute;
left: 148px;
}
#personal h2 span,
#personal h2 a {
font-family: 'Montserrat', sans-serif !important;
}
