MediaWiki:Common.css

Aus casis kochbuch

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
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Lokale Fonts (DSGVO-konform, kein Google-Server) */
@font-face {
    font-family: 'Merriweather';
    src: url('/zz_fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('/zz_fonts/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Hellgrauer Hintergrund */
body,
.mw-page-container,
.mw-page-container-inner,
.vector-column-start,
.vector-column-end,
#mw-content-text {
    background-color: #d1d1d1 !important;
}

h2 {
    color: #002e01;
}
/* Schriftart */
body,
#mw-content-text,
.mw-body-content {
    font-family: 'Merriweather', Georgia, serif !important;
}

/* Linkfarben */
a,
a:link {
    color: #141414 !important;
    font-family: 'Merriweather', Georgia, serif !important;
}

a:visited {
    color: #360202 !important;
}


/* Weiße Balken entfernen */
#content,
.mw-body,
.mw-body-content {
    background-color: #d1d1d1 !important;
}

/* Tabs / Reiter oben */
li.mw-list-item,
#ca-edit,
#ca-history,
#ca-unwatch,
#ca-watch,
.mw-portlet-namespaces li,
.mw-portlet-views li {
    background-color: #d1d1d1 !important;
    border-color: #aaa !important;
}

/* Inhaltsverzeichnis */
.toc {
    background-color: #d1d1d1 !important;
    border-color: #aaa !important;
}

/* Footer */
#footer,
.mw-footer {
    background-color: #d1d1d1 !important;
}

/* Suchfeld-Box */
.pBody {
    background-color: #d1d1d1 !important;
}


/* Linke Sidebar (Navigation) */
#mw-panel,
.mw-sidebar,
nav#mw-panel {
    background-color: #d1d1d1 !important;
}