MediaWiki:Common.css: Difference between revisions
(Dark theme setup) |
(Black theme setup) |
||
| Line 1: | Line 1: | ||
/* | /* Complete Black Theme for MediaWiki (Outlands Style) */ | ||
html, body, #content, .mw-body, #mw-page-base, #mw-head-base, #mw-head, #mw-panel, | |||
.vector-menu-portal .vector-menu-content, .vector-header { | |||
background-color: # | background-color: #000000 !important; | ||
color: # | background: #000000 !important; | ||
color: #e2e8f0 !important; | |||
border-color: #222222 !important; | |||
} | } | ||
.mw-body { | |||
.mw-body | border: 1px solid #222222 !important; | ||
background-color: #000000 !important; | |||
border: 1px solid # | |||
background-color: # | |||
} | } | ||
/* Headings */ | /* Headings */ | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #eab308 !important; /* Gold | color: #eab308 !important; /* Gold */ | ||
font-family: 'Cinzel', Georgia, serif !important; | font-family: 'Cinzel', Georgia, serif !important; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #222222 !important; | ||
} | } | ||
/* Links */ | /* Links */ | ||
a { | a { | ||
color: #f59e0b !important; | color: #f59e0b !important; | ||
text-decoration: none; | text-decoration: none; | ||
transition: color 0.2s ease; | transition: color 0.2s ease; | ||
| Line 50: | Line 33: | ||
} | } | ||
a.new { | a.new { | ||
color: #ef4444 !important; | color: #ef4444 !important; | ||
} | } | ||
/* Left sidebar styles */ | |||
color: # | .vector-menu-heading { | ||
color: #eab308 !important; | |||
font-family: 'Cinzel', Georgia, serif !important; | |||
border-bottom: 1px solid #222222 !important; | |||
font-weight: bold; | |||
padding-top: 10px !important; | |||
} | } | ||
.vector-menu-portal .vector-menu-content-list a { | .vector-menu-portal .vector-menu-content-list a { | ||
color: # | color: #a0aec0 !important; | ||
} | } | ||
.vector-menu-portal .vector-menu-content-list a:hover { | .vector-menu-portal .vector-menu-content-list a:hover { | ||
color: #eab308 !important; | color: #eab308 !important; | ||
} | } | ||
/* Tabs */ | |||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
background-color: #111111 !important; | |||
background-color: # | border: 1px solid #222222 !important; | ||
border: 1px solid # | |||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
.vector-menu-tabs li.selected { | .vector-menu-tabs li.selected { | ||
background-color: # | background-color: #000000 !important; | ||
border-color: # | border-color: #222222 !important; | ||
} | } | ||
| Line 101: | Line 70: | ||
} | } | ||
/* Tables | .vector-menu-tabs li a { | ||
color: #a0aec0 !important; | |||
} | |||
/* Tables */ | |||
.wikitable { | .wikitable { | ||
background-color: # | background-color: #09090b !important; | ||
color: # | color: #e2e8f0 !important; | ||
border: 1px solid # | border: 1px solid #222222 !important; | ||
} | } | ||
.wikitable th { | .wikitable th { | ||
background-color: # | background-color: #18181b !important; | ||
color: #eab308 !important; | color: #eab308 !important; | ||
border: 1px solid # | border: 1px solid #222222 !important; | ||
font-family: 'Cinzel', Georgia, serif !important; | font-family: 'Cinzel', Georgia, serif !important; | ||
} | } | ||
.wikitable td { | .wikitable td { | ||
border: 1px solid # | border: 1px solid #222222 !important; | ||
} | } | ||
/* Search input */ | /* Search input */ | ||
#searchInput { | #searchInput { | ||
background-color: # | background-color: #09090b !important; | ||
color: # | color: #e2e8f0 !important; | ||
border: 1px solid # | border: 1px solid #222222 !important; | ||
} | } | ||
#searchButton, #searchGoButton { | #searchButton, #searchGoButton { | ||
background-color: # | background-color: #18181b !important; | ||
color: #eab308 !important; | color: #eab308 !important; | ||
border: 1px solid # | border: 1px solid #222222 !important; | ||
} | } | ||
Revision as of 15:00, 27 June 2026
/* Complete Black Theme for MediaWiki (Outlands Style) */
html, body, #content, .mw-body, #mw-page-base, #mw-head-base, #mw-head, #mw-panel,
.vector-menu-portal .vector-menu-content, .vector-header {
background-color: #000000 !important;
background: #000000 !important;
color: #e2e8f0 !important;
border-color: #222222 !important;
}
.mw-body {
border: 1px solid #222222 !important;
background-color: #000000 !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #eab308 !important; /* Gold */
font-family: 'Cinzel', Georgia, serif !important;
border-bottom: 1px solid #222222 !important;
}
/* Links */
a {
color: #f59e0b !important;
text-decoration: none;
transition: color 0.2s ease;
}
a:hover {
color: #fbbf24 !important;
text-decoration: underline;
}
a.new {
color: #ef4444 !important;
}
/* Left sidebar styles */
.vector-menu-heading {
color: #eab308 !important;
font-family: 'Cinzel', Georgia, serif !important;
border-bottom: 1px solid #222222 !important;
font-weight: bold;
padding-top: 10px !important;
}
.vector-menu-portal .vector-menu-content-list a {
color: #a0aec0 !important;
}
.vector-menu-portal .vector-menu-content-list a:hover {
color: #eab308 !important;
}
/* Tabs */
.vector-menu-tabs li {
background-color: #111111 !important;
border: 1px solid #222222 !important;
border-bottom: none !important;
}
.vector-menu-tabs li.selected {
background-color: #000000 !important;
border-color: #222222 !important;
}
.vector-menu-tabs li.selected a {
color: #eab308 !important;
}
.vector-menu-tabs li a {
color: #a0aec0 !important;
}
/* Tables */
.wikitable {
background-color: #09090b !important;
color: #e2e8f0 !important;
border: 1px solid #222222 !important;
}
.wikitable th {
background-color: #18181b !important;
color: #eab308 !important;
border: 1px solid #222222 !important;
font-family: 'Cinzel', Georgia, serif !important;
}
.wikitable td {
border: 1px solid #222222 !important;
}
/* Search input */
#searchInput {
background-color: #09090b !important;
color: #e2e8f0 !important;
border: 1px solid #222222 !important;
}
#searchButton, #searchGoButton {
background-color: #18181b !important;
color: #eab308 !important;
border: 1px solid #222222 !important;
}