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.
/* ============================================
   BANES WORLD - Dark Fantasy Theme
   MediaWiki:Common.css
   ============================================ */

/* --- Body & Background --- */
body {
    background-color: #0d0d0d !important;
    color: #ccbbaa;
    font-family: 'Georgia', serif;
}

/* --- Vector 2022 Header --- */
.vector-header,
.mw-header,
header.mw-header,
.vector-header-start,
.vector-header-end,
.vector-sticky-header,
.vector-page-toolbar {
    background-color: #111008 !important;
    border-bottom: 2px solid #5a3010 !important;
}

/* --- Site title in header --- */
.mw-wiki-title,
.vector-sitenotice {
    color: #cc7733 !important;
}

/* --- Vector 2022 Sidebar --- */
.mw-sidebar,
.vector-sidebar,
.mw-table-of-contents-container,
.sidebar-toc {
    background-color: #120f0a !important;
    border-right: 1px solid #3a2810 !important;
}

.vector-menu-portal .vector-menu-heading {
    color: #cc6622 !important;
    border-bottom: 1px solid #3a2810 !important;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.vector-menu-portal a {
    color: #aa7744 !important;
}

.vector-menu-portal a:hover {
    color: #ffaa55 !important;
}

/* --- Search Bar Vector 2022 --- */
.vector-search-box,
.cdx-search-input,
.cdx-text-input {
    background-color: #1a1510 !important;
    border-color: #5a3010 !important;
}

.cdx-text-input__input,
.vector-search-box input[type="search"] {
    background-color: #1a1510 !important;
    color: #ccbbaa !important;
    border-color: #5a3010 !important;
}

/* --- Content Area --- */
.mw-body,
.mw-body-content,
#content,
.mw-content-container,
.vector-body {
    background-color: #1a1510 !important;
    color: #ccbbaa !important;
    border-color: #4a3820 !important;
}

/* --- Page Title --- */
h1.firstHeading,
.mw-first-heading {
    color: #cc3300 !important;
    border-bottom: 2px solid #4a3820;
    font-family: 'Georgia', serif;
    text-shadow: 1px 1px 4px #000;
}

/* --- Section Headers --- */
h2 {
    color: #cc6622;
    border-bottom: 1px solid #4a3820;
    font-family: 'Georgia', serif;
}

h3 { color: #aa5511; }
h4, h5, h6 { color: #996644; }

/* --- Links --- */
a { color: #cc7733; }
a:visited { color: #995522; }
a:hover { color: #ff9944; text-decoration: underline; }
a.new { color: #991111; }
a.new:hover { color: #cc2222; }

/* --- Tables --- */
table.wikitable {
    background-color: #1a1510;
    border: 1px solid #5a3010;
    color: #ccbbaa;
}

table.wikitable th {
    background-color: #2a1508;
    color: #dd7722;
    border: 1px solid #5a3010;
}

table.wikitable td { border: 1px solid #3a2810; }
table.wikitable tr:hover { background-color: #221a10; }

#mw-content-text table,
#mw-content-text td,
#mw-content-text tr {
    background-color: #1a1510 !important;
    border-color: #5a3010 !important;
    color: #ccbbaa !important;
}

/* --- Footer Vector 2022 --- */
.mw-footer,
footer#footer,
.vector-footer,
.vector-footer-container,
.vector-footer-inner {
    background-color: #0d0a06 !important;
    border-top: 1px solid #3a2810 !important;
    color: #665544 !important;
}

.vector-footer a,
.mw-footer a,
footer a {
    color: #886644 !important;
}

.vector-footer a:hover,
footer a:hover {
    color: #cc7733 !important;
}

/* --- Tab Buttons --- */
.vector-menu-tabs,
.vector-menu-tabs-legacy {
    background-color: #111008 !important;
}

.vector-menu-tabs li,
.vector-menu-tabs-legacy li {
    background-color: #111008 !important;
    border-color: #5a3010 !important;
}

.vector-menu-tabs li a,
.vector-menu-tabs-legacy li a {
    background-color: #111008 !important;
    color: #cc7733 !important;
}

.vector-menu-tabs li.selected a,
.vector-menu-tabs-legacy li.selected a {
    background-color: #1a1510 !important;
    color: #ff9944 !important;
}

#left-navigation, #right-navigation,
#p-views, #p-cactions {
    background-color: #111008 !important;
}

#p-views li a { color: #cc7733 !important; }
#p-views li.selected a { color: #ff9944 !important; }

/* --- Notice / Info Boxes --- */
.mw-message-box,
.mw-notification {
    background-color: #1e1610;
    border: 1px solid #5a3010;
    color: #ccbbaa;
}

/* --- Category Links --- */
#catlinks {
    background-color: #1a1510;
    border: 1px solid #4a3020;
    color: #998866;
}

#catlinks a { color: #cc7733; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 8px; background-color: #0d0d0d; }
::-webkit-scrollbar-thumb { background-color: #4a3010; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background-color: #cc6622; }

/* --- Hide Discussion Tab --- */
#ca-talk { display: none !important; }