MediaWiki:Timeless.css

Aus GreenWay2 WIKI
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
/* Timeless Skin - Metin2 Dark Mode mit Hintergrundbild */

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

/* Alle Wrapper transparent */
#mw-wrapper,
.mw-body,
#mw-content,
.ts-container,
.mw-body-content {
    background: transparent !important;
}

/* === HEADER OBEN === */
#mw-header-container,
#mw-header,
.ts-inner,
#mw-header-hack {
    background: rgba(26, 26, 26, 0.95) !important;
}

/* Logo Bereich */
#p-logo,
#p-logo-text {
    background: transparent !important;
}

/* === NAVIGATION/SIDEBAR === */
#site-navigation,
#site-tools,
#user-tools,
.sidebar-inner,
.sidebar-chunk,
#personal,
#personal-inner {
    background: rgba(26, 26, 26, 0.9) !important;
}

.sidebar-chunk h3,
.sidebar-title {
    color: #c9a227 !important;
}

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

#content-container {
    background: transparent !important;
}

/* === FOOTER === */
#footer,
#mw-footer,
.footer-row {
    background: rgba(26, 26, 26, 0.9) !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,
#firstHeading,
.mw-first-heading {
    color: #c9a227 !important;
}

/* === TABELLEN === */
.wikitable {
    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;
    border-color: #4a4a4a !important;
}

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

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

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

/* === BUTTONS === */
button, input[type="submit"], .mw-ui-button {
    background: #3d3d3d !important;
    border-color: #c9a227 !important;
    color: #e0e0e0 !important;
}

/* === TABS === */
#page-tools, .page-tools {
    background: transparent !important;
}

#page-tools a, .page-tools a {
    color: #ffd700 !important;
}