MediaWiki:Common.css

From New Hope UO Wiki
Revision as of 15:00, 27 June 2026 by Admin (talk | contribs) (Black theme setup)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}