MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: →Metin2 Wiki Theme - Dark Mode: body { background-color: #1a1a1a; color: #e0e0e0; } #content { background: #242424; border-color: #4a4a4a; } →Infoboxen: .infobox { background: #2d2d2d; border: 1px solid #c9a227; color: #e0e0e0; border-radius: 4px; } .infobox th { background: #3d3d3d; color: #c9a227;…“) |
(Dark Mode komplett) |
||
| Zeile 1: | Zeile 1: | ||
/* | /* ============================================= | ||
Metin2 Wiki - Vollstaendiger Dark Mode | |||
============================================= */ | |||
/* Basis */ | |||
body, html { | |||
background-color: #1a1a1a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Hauptcontainer */ | |||
.mw-body, | |||
.mw-page-container, | |||
#content, | |||
#bodyContent, | |||
.mw-body-content, | |||
.vector-body, | |||
.mw-parser-output { | |||
background-color: #242424 !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Sidebar/Navigation */ | |||
.mw-panel, | |||
#mw-panel, | |||
.vector-menu-portal, | |||
.vector-menu-content, | |||
#p-logo, | |||
#p-navigation, | |||
#p-tb, | |||
#p-search, | |||
.mw-portlet, | |||
.mw-portlet-body { | |||
background-color: #1a1a1a !important; | |||
} | |||
.mw-portlet-heading, | |||
.vector-menu-heading { | |||
color: #c9a227 !important; | |||
} | |||
/* Header */ | |||
.mw-header, | |||
#mw-head, | |||
.mw-header-container { | |||
background-color: #1a1a1a !important; | |||
} | |||
/* Tabs */ | |||
.mw-body .vector-tabs, | |||
.vector-tabs, | |||
.mw-body-header { | |||
background-color: #242424 !important; | |||
} | |||
.vector-tabs li a, | |||
.mw-body-header a { | |||
color: #ffd700 !important; | |||
} | |||
.vector-tabs li.selected a { | |||
background-color: #3d3d3d !important; | |||
} | |||
/* Footer */ | |||
#footer, | |||
.mw-footer, | |||
footer { | |||
background-color: #1a1a1a !important; | |||
color: #888 !important; | |||
} | |||
/* Suche */ | |||
#searchInput, | |||
.mw-searchInput, | |||
.cdx-text-input__input { | |||
background-color: #2d2d2d !important; | |||
border-color: #4a4a4a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Links */ | |||
a { color: #ffd700 !important; } | |||
a:visited { color: #daa520 !important; } | |||
a:hover { color: #ffec8b !important; } | |||
a.new, a.new:visited { color: #ff6b6b !important; } | |||
/* Ueberschriften */ | |||
h1, h2, h3, h4, h5, h6, | |||
.mw-headline { | |||
color: #c9a227 !important; | |||
border-bottom-color: #4a4a4a !important; | |||
} | |||
.mw-body h1, .mw-body-content h1, | |||
.mw-body h2, .mw-body-content h2 { | |||
border-bottom: 1px solid #4a4a4a !important; | |||
} | |||
/* Tabellen */ | |||
.wikitable { | |||
background-color: #2d2d2d !important; | |||
border-color: #4a4a4a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.wikitable th { | |||
background-color: #3d3d3d !important; | |||
color: #c9a227 !important; | |||
border-color: #4a4a4a !important; | |||
} | |||
.wikitable td { | |||
border-color: #4a4a4a !important; | |||
} | |||
/* Infoboxen */ | |||
.infobox { | |||
background-color: #2d2d2d !important; | |||
border-color: #c9a227 !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.infobox th { | |||
background-color: #3d3d3d !important; | |||
color: #c9a227 !important; | |||
} | |||
/* Kategorien */ | |||
.catlinks, | |||
#catlinks { | |||
background-color: #2d2d2d !important; | |||
border-color: #4a4a4a !important; | |||
} | |||
/* Code */ | |||
pre, code, .mw-code { | |||
background-color: #1a1a1a !important; | |||
border-color: #4a4a4a !important; | |||
color: #98fb98 !important; | |||
} | |||
/* TOC */ | |||
.toc, #toc { | |||
background-color: #2d2d2d !important; | |||
border-color: #4a4a4a !important; | |||
} | |||
/* Formulare und Buttons */ | |||
input, textarea, select { | |||
background-color: #2d2d2d !important; | |||
border-color: #4a4a4a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
button, .mw-ui-button { | |||
background-color: #3d3d3d !important; | |||
border-color: #c9a227 !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Special Pages */ | |||
.mw-special-Recentchanges, | |||
.mw-special-Allpages, | |||
.mw-special-Search { | |||
background-color: #242424 !important; | |||
} | |||
/* Diff */ | |||
.diff-context { | |||
background-color: #2d2d2d !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Page history */ | |||
#pagehistory li { | |||
border-color: #4a4a4a !important; | |||
} | |||
/* Bearbeiten-Seite */ | |||
.editOptions, .mw-editform { | |||
background-color: #242424 !important; | |||
} | |||
#wpTextbox1 { | |||
background-color: #1a1a1a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
Version vom 19. Februar 2026, 21:16 Uhr
/* =============================================
Metin2 Wiki - Vollstaendiger Dark Mode
============================================= */
/* Basis */
body, html {
background-color: #1a1a1a !important;
color: #e0e0e0 !important;
}
/* Hauptcontainer */
.mw-body,
.mw-page-container,
#content,
#bodyContent,
.mw-body-content,
.vector-body,
.mw-parser-output {
background-color: #242424 !important;
color: #e0e0e0 !important;
}
/* Sidebar/Navigation */
.mw-panel,
#mw-panel,
.vector-menu-portal,
.vector-menu-content,
#p-logo,
#p-navigation,
#p-tb,
#p-search,
.mw-portlet,
.mw-portlet-body {
background-color: #1a1a1a !important;
}
.mw-portlet-heading,
.vector-menu-heading {
color: #c9a227 !important;
}
/* Header */
.mw-header,
#mw-head,
.mw-header-container {
background-color: #1a1a1a !important;
}
/* Tabs */
.mw-body .vector-tabs,
.vector-tabs,
.mw-body-header {
background-color: #242424 !important;
}
.vector-tabs li a,
.mw-body-header a {
color: #ffd700 !important;
}
.vector-tabs li.selected a {
background-color: #3d3d3d !important;
}
/* Footer */
#footer,
.mw-footer,
footer {
background-color: #1a1a1a !important;
color: #888 !important;
}
/* Suche */
#searchInput,
.mw-searchInput,
.cdx-text-input__input {
background-color: #2d2d2d !important;
border-color: #4a4a4a !important;
color: #e0e0e0 !important;
}
/* Links */
a { color: #ffd700 !important; }
a:visited { color: #daa520 !important; }
a:hover { color: #ffec8b !important; }
a.new, a.new:visited { color: #ff6b6b !important; }
/* Ueberschriften */
h1, h2, h3, h4, h5, h6,
.mw-headline {
color: #c9a227 !important;
border-bottom-color: #4a4a4a !important;
}
.mw-body h1, .mw-body-content h1,
.mw-body h2, .mw-body-content h2 {
border-bottom: 1px solid #4a4a4a !important;
}
/* Tabellen */
.wikitable {
background-color: #2d2d2d !important;
border-color: #4a4a4a !important;
color: #e0e0e0 !important;
}
.wikitable th {
background-color: #3d3d3d !important;
color: #c9a227 !important;
border-color: #4a4a4a !important;
}
.wikitable td {
border-color: #4a4a4a !important;
}
/* Infoboxen */
.infobox {
background-color: #2d2d2d !important;
border-color: #c9a227 !important;
color: #e0e0e0 !important;
}
.infobox th {
background-color: #3d3d3d !important;
color: #c9a227 !important;
}
/* Kategorien */
.catlinks,
#catlinks {
background-color: #2d2d2d !important;
border-color: #4a4a4a !important;
}
/* Code */
pre, code, .mw-code {
background-color: #1a1a1a !important;
border-color: #4a4a4a !important;
color: #98fb98 !important;
}
/* TOC */
.toc, #toc {
background-color: #2d2d2d !important;
border-color: #4a4a4a !important;
}
/* Formulare und Buttons */
input, textarea, select {
background-color: #2d2d2d !important;
border-color: #4a4a4a !important;
color: #e0e0e0 !important;
}
button, .mw-ui-button {
background-color: #3d3d3d !important;
border-color: #c9a227 !important;
color: #e0e0e0 !important;
}
/* Special Pages */
.mw-special-Recentchanges,
.mw-special-Allpages,
.mw-special-Search {
background-color: #242424 !important;
}
/* Diff */
.diff-context {
background-color: #2d2d2d !important;
color: #e0e0e0 !important;
}
/* Page history */
#pagehistory li {
border-color: #4a4a4a !important;
}
/* Bearbeiten-Seite */
.editOptions, .mw-editform {
background-color: #242424 !important;
}
#wpTextbox1 {
background-color: #1a1a1a !important;
color: #e0e0e0 !important;
}