MediaWiki:Minerva.css

Aus GreenWay2 WIKI
Version vom 19. Februar 2026, 21:58 Uhr von Killermaske (Diskussion | Beiträge) (MinervaNeue Dark Mode mit Hintergrundbild)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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
/* MinervaNeue Skin - Metin2 Dark Mode mit Hintergrundbild */

/* === HINTERGRUND === */
html, body,
.skin-minerva,
body.skin-minerva {
    background: #1a1a1a url("https://greenway2.de/wiki/images/3/3a/Bg.png") no-repeat center center fixed !important;
    background-size: cover !important;
}

/* === HEADER === */
.header-container,
.branding-box,
.minerva-header,
#mw-mf-page-center,
.navigation-drawer {
    background: rgba(26, 26, 26, 0.95) !important;
}

.header-container header,
.header {
    background: rgba(26, 26, 26, 0.95) !important;
}

/* Logo/Title */
.branding-box a,
.mw-mf-page-center {
    color: #ffd700 !important;
}

/* === CONTENT === */
#content,
#bodyContent,
.mw-body,
#mw-content-text,
.content,
.mw-parser-output,
main {
    background: rgba(36, 36, 36, 0.95) !important;
    color: #e0e0e0 !important;
}

/* Content Wrapper */
.content-wrapper,
#mw-mf-page-center {
    background: transparent !important;
}

/* === NAVIGATION MENU === */
.navigation-drawer,
.mw-mf-overlay,
.menu {
    background: rgba(26, 26, 26, 0.98) !important;
}

.navigation-drawer a,
.menu a {
    color: #ffd700 !important;
}

/* === FOOTER === */
.last-modified-bar,
.post-content,
footer,
#footer,
.minerva-footer {
    background: rgba(26, 26, 26, 0.95) !important;
    color: #888 !important;
}

/* === LINKS === */
a { color: #ffd700 !important; }
a:visited { color: #daa520 !important; }
a:hover { color: #ffec8b !important; }
a.new { color: #ff6b6b !important; }

/* === UEBERSCHRIFTEN === */
h1, h2, h3, h4, h5, h6,
.mw-headline,
#section_0,
.mw-first-heading {
    color: #c9a227 !important;
}

/* Section Headers */
.section-heading,
.mw-mf-section-heading {
    background: rgba(45, 45, 45, 0.95) !important;
    color: #c9a227 !important;
}

/* === TABELLEN === */
.wikitable, table {
    background: rgba(45, 45, 45, 0.95) !important;
    border-color: #4a4a4a !important;
    color: #e0e0e0 !important;
}

.wikitable th {
    background: rgba(61, 61, 61, 0.95) !important;
    color: #c9a227 !important;
}

.wikitable td {
    border-color: #4a4a4a !important;
}

/* === INFOBOX === */
.infobox {
    background: rgba(45, 45, 45, 0.95) !important;
    border-color: #c9a227 !important;
    color: #e0e0e0 !important;
}

/* === KATEGORIEN === */
#catlinks, .catlinks {
    background: rgba(45, 45, 45, 0.95) !important;
}

/* === CODE === */
pre, code {
    background: rgba(26, 26, 26, 0.95) !important;
    color: #98fb98 !important;
}

/* === SUCHE === */
.search-box,
#searchInput,
input[type="search"] {
    background: rgba(45, 45, 45, 0.95) !important;
    color: #e0e0e0 !important;
    border-color: #4a4a4a !important;
}

/* === BUTTONS === */
button, 
.mw-ui-button,
.cdx-button {
    background: #3d3d3d !important;
    border-color: #c9a227 !important;
    color: #e0e0e0 !important;
}

/* === ICONS === */
.mw-ui-icon {
    filter: invert(1) !important;
}

/* === TALK/PAGE TABS === */
.minerva-tabs,
.page-actions-menu {
    background: rgba(36, 36, 36, 0.95) !important;
}

.minerva-tabs a,
.page-actions-menu a {
    color: #ffd700 !important;
}