MediaWiki:Common.css

Aus SabbatschulWiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
@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: 115px;
}

#personal h2 span,
#personal h2 a {
    font-family: 'Montserrat', sans-serif !important;
}