No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:
/* --- Body & Background --- */
/* --- Body & Background --- */
body {
body {
     background-color: #0d0d0d;
     background-color: #0d0d0d !important;
    background-image: url('/wiki/images/bg-texture.png'); /* optional dark texture */
     color: #ccbbaa;
     color: #ccbbaa;
     font-family: 'Georgia', serif;
     font-family: 'Georgia', serif;
}
}


/* --- Content Area --- */
/* --- Minerva Header --- */
#content {
.header-container,
     background-color: #1a1510;
.header-chrome,
    color: #ccbbaa;
.minerva-header,
     border: 1px solid #4a3820;
#mw-mf-viewport .header-container {
    border-radius: 4px;
     background-color: #111008 !important;
     border-bottom: 2px solid #5a3010 !important;
}
}


/* --- Page Title --- */
/* --- Minerva branding/logo area --- */
h1.firstHeading {
.branding-box,
     color: #cc3300;
.branding-box a {
     border-bottom: 2px solid #4a3820;
     background-color: #111008 !important;
    font-family: 'Georgia', serif;
     color: #cc7733 !important;
    text-shadow: 1px 1px 4px #000;
}
}


/* --- Section Headers --- */
/* --- Logo size --- */
h2 {
.branding-box img {
     color: #cc6622;
     width: 55px !important;
     border-bottom: 1px solid #4a3820;
    height: 55px !important;
     font-family: 'Georgia', serif;
    max-height: none !important;
     object-fit: contain !important;
     margin-top: 5px;
}
}


h3 {
.minerva-header {
     color: #aa5511;
     height: auto !important;
    min-height: 65px !important;
}
}


h4, h5, h6 {
/* --- Minerva search form --- */
     color: #996644;
.minerva-search-form,
.search-box {
     background-color: #111008 !important;
}
}


/* --- Links --- */
.search-box input {
a {
    background-color: #1a1510 !important;
     color: #cc7733;
    color: #ccbbaa !important;
     border-color: #5a3010 !important;
}
}


a:visited {
/* --- Minerva navigation drawer --- */
     color: #995522;
.navigation-drawer,
.toggle-list {
     background-color: #120f0a !important;
}
}


a:hover {
.toggle-list-item a {
     color: #ff9944;
     color: #aa7744 !important;
    text-decoration: underline;
}
}


/* Red links (missing pages) */
.toggle-list-item a:hover {
a.new {
     color: #ffaa55 !important;
     color: #991111;
}
}


a.new:hover {
/* --- Minerva user navigation --- */
     color: #cc2222;
.minerva-user-navigation {
     background-color: #111008 !important;
}
}


/* --- Top Navigation Bar --- */
/* --- Minerva page center --- */
#mw-head {
#mw-mf-page-center {
     background-color: #111008;
     background-color: #0d0d0d !important;
    border-bottom: 2px solid #5a3010;
}
}


#mw-head a {
/* --- Content Area --- */
     color: #cc7733 !important;
.mw-body,
.mw-body-content,
#content,
#mw-content-text {
    background-color: #1a1510 !important;
     color: #ccbbaa !important;
}
}


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


/* --- Sidebar --- */
/* --- Section Headers --- */
#mw-panel {
h2 {
    background-color: #120f0a;
    border-right: 1px solid #3a2810;
}
 
#mw-panel .portal h3 {
     color: #cc6622;
     color: #cc6622;
     border-bottom: 1px solid #3a2810;
     border-bottom: 1px solid #4a3820;
     font-family: 'Georgia', serif;
     font-family: 'Georgia', serif;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
}


#mw-panel .portal a {
h3 { color: #aa5511; }
    color: #aa7744 !important;
h4, h5, h6 { color: #996644; }
}


#mw-panel .portal a:hover {
/* --- Links --- */
    color: #ffaa55 !important;
a { color: #cc7733; }
}
a:visited { color: #995522; }
 
a:hover { color: #ff9944; text-decoration: underline; }
/* --- Search Bar --- */
a.new { color: #991111; }
#simpleSearch {
a.new:hover { color: #cc2222; }
    background-color: #1a1510;
    border: 1px solid #5a3010;
    border-radius: 3px;
}
 
#searchInput {
    background-color: #1a1510;
    color: #ccbbaa;
}
 
#searchButton {
    background-color: #2a1a0a;
}


/* --- Tables --- */
/* --- Tables --- */
Line 132: Line 125:
}
}


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


table.wikitable tr:hover {
#mw-content-text table,
    background-color: #221a10;
#mw-content-text td,
}
#mw-content-text tr {
 
     background-color: #1a1510 !important;
/* --- Welcome Box (Main Page) --- */
table[style*="background:#f8f8f8"],
.wikitable,
#mw-content-text > table {
     background-color: #1e1610 !important;
     border-color: #5a3010 !important;
     border-color: #5a3010 !important;
     color: #ccbbaa !important;
     color: #ccbbaa !important;
}
/* --- Notice / Info Boxes --- */
.mw-message-box,
.mw-notification {
    background-color: #1e1610;
    border: 1px solid #5a3010;
    color: #ccbbaa;
}
}


/* --- Footer --- */
/* --- Footer --- */
.post-content,
.minerva-footer,
footer,
#footer {
#footer {
     background-color: #0d0a06;
     background-color: #0d0a06 !important;
     border-top: 1px solid #3a2810;
     border-top: 1px solid #3a2810 !important;
     color: #665544;
     color: #665544 !important;
}
}


#footer a {
footer a, #footer a {
     color: #886644;
     color: #886644 !important;
}
}


#footer a:hover {
footer a:hover {
    color: #cc7733;
}
 
/* --- Scrollbar (Webkit browsers) --- */
::-webkit-scrollbar {
    width: 8px;
    background-color: #0d0d0d;
}
 
::-webkit-scrollbar-thumb {
    background-color: #4a3010;
    border-radius: 4px;
}
 
::-webkit-scrollbar-thumb:hover {
    background-color: #cc6622;
}
 
/* --- Tab Buttons (Read / Edit / View History) --- */
#p-views .selected a {
     color: #cc7733 !important;
     color: #cc7733 !important;
}
}


#p-views a {
/* --- Notice / Info Boxes --- */
     color: #aa6622 !important;
.mw-message-box,
}
.mw-notification {
 
     background-color: #1e1610;
#p-views a:hover {
    border: 1px solid #5a3010;
     color: #ff9944 !important;
     color: #ccbbaa;
}
}


Line 207: Line 169:
}
}


#catlinks a {
#catlinks a { color: #cc7733; }
    color: #cc7733;
}
/* --- Fix Welcome Banner Box --- */
#mw-content-text table,
#mw-content-text td,
#mw-content-text tr {
    background-color: #1a1510 !important;
    border-color: #5a3010 !important;
    color: #ccbbaa !important;
}


/* --- Fix Search Box Area --- */
/* --- Scrollbar --- */
#mw-head-base {
::-webkit-scrollbar { width: 8px; background-color: #0d0d0d; }
    background-color: #111008 !important;
::-webkit-scrollbar-thumb { background-color: #4a3010; border-radius: 4px; }
}
::-webkit-scrollbar-thumb:hover { background-color: #cc6622; }


.vector-search-box input {
/* --- Hide Discussion button (Minerva) --- */
    background-color: #1a1510 !important;
#ca-talk,
    color: #ccbbaa !important;
.minerva-talk-link,
     border: 1px solid #5a3010 !important;
#page-secondary-actions,
.talk-namespaced-page-mobile-header,
[data-event-name="talk"] {
     display: none !important;
}
}
 
/* --- UO Style Decorative HR --- */
/* --- Fix any remaining white content backgrounds --- */
hr {
.mw-body {
    border: none;
     background-color: #1a1510 !important;
    height: 2px;
     color: #ccbbaa !important;
     background: linear-gradient(to right, transparent, #cc3300, #aa5500, #cc3300, transparent);
     margin: 16px 0;
}
}


.mw-body-content {
/* --- Parchment-style welcome box --- */
     background-color: #1a1510 !important;
#mw-content-text > table {
     background: linear-gradient(135deg, #1e1408, #2a1a08, #1e1408) !important;
    border: 1px solid #7a5020 !important;
    border-radius: 6px !important;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 0 10px rgba(100,50,0,0.3) !important;
}
}


/* --- Fix tab bar white strip --- */
/* --- Section header UO style --- */
#mw-head .vector-menu-tabs {
h2 {
     background-color: #111008 !important;
    color: #cc6622;
    border-bottom: 1px solid #4a3820;
    font-family: 'Georgia', serif;
    letter-spacing: 0.05em;
     text-shadow: 1px 1px 3px #000;
}
}


.vector-menu-tabs li {
/* --- Glowing red links on hover --- */
    background-color: #111008 !important;
a:hover {
}
     color: #ff6600 !important;
 
    text-shadow: 0 0 8px rgba(200, 80, 0, 0.7);
.vector-menu-tabs li a {
     text-decoration: none !important;
    color: #cc7733 !important;
}
 
.vector-menu-tabs .selected {
    background-color: #1a1510 !important;
}
/* --- Fix Tab Buttons (Main Page / Discussion / Edit / View History) --- */
.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,
/* --- Parchment content background with subtle texture --- */
.vector-menu-tabs-legacy li a {
.mw-body,
     background-color: #111008 !important;
.mw-body-content,
    color: #cc7733 !important;
#content,
#mw-content-text {
     background: linear-gradient(180deg, #1a1208 0%, #1a1510 40%, #160f08 100%) !important;
}
}


.vector-menu-tabs li.selected,
/* --- UO style page title glow --- */
.vector-menu-tabs-legacy li.selected {
h1.firstHeading,
     background-color: #1a1510 !important;
.mw-first-heading {
     color: #cc3300 !important;
    text-shadow: 0 0 10px rgba(180,40,0,0.6), 1px 1px 4px #000 !important;
    letter-spacing: 0.08em;
}
}


.vector-menu-tabs li.selected a,
/* --- Bullet points styled as UO diamonds --- */
.vector-menu-tabs-legacy li.selected a {
#mw-content-text li {
     background-color: #1a1510 !important;
     list-style: none;
     color: #ff9944 !important;
    position: relative;
     padding-left: 1.2em;
}
}


/* --- Fix the tab bar background strip --- */
#mw-content-text li::before {
#left-navigation,
    content: '◆';
#right-navigation {
    position: absolute;
     background-color: #111008 !important;
    left: 0;
    color: #7a3010;
    font-size: 0.6em;
     top: 0.35em;
}
}


#p-views,
/* --- Footer UO flavor --- */
#p-cactions {
footer, #footer {
    background-color: #111008 !important;
     background: linear-gradient(180deg, #0d0a06, #080604) !important;
}
     border-top: 2px solid #5a3010 !important;
 
#p-views li,
#p-views li a {
     background-color: #111008 !important;
    color: #cc7733 !important;
}
 
#p-views li.selected a {
     background-color: #1a1510 !important;
    color: #ff9944 !important;
}
/* --- Hide Discussion Tab --- */
#ca-talk {
    display: none !important;
}
}

Latest revision as of 12:39, 5 May 2026

/* ============================================
   BANES WORLD - Dark Fantasy Theme
   MediaWiki:Common.css
   ============================================ */

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

/* --- Minerva Header --- */
.header-container,
.header-chrome,
.minerva-header,
#mw-mf-viewport .header-container {
    background-color: #111008 !important;
    border-bottom: 2px solid #5a3010 !important;
}

/* --- Minerva branding/logo area --- */
.branding-box,
.branding-box a {
    background-color: #111008 !important;
    color: #cc7733 !important;
}

/* --- Logo size --- */
.branding-box img {
    width: 55px !important;
    height: 55px !important;
    max-height: none !important;
    object-fit: contain !important;
    margin-top: 5px;
}

.minerva-header {
    height: auto !important;
    min-height: 65px !important;
}

/* --- Minerva search form --- */
.minerva-search-form,
.search-box {
    background-color: #111008 !important;
}

.search-box input {
    background-color: #1a1510 !important;
    color: #ccbbaa !important;
    border-color: #5a3010 !important;
}

/* --- Minerva navigation drawer --- */
.navigation-drawer,
.toggle-list {
    background-color: #120f0a !important;
}

.toggle-list-item a {
    color: #aa7744 !important;
}

.toggle-list-item a:hover {
    color: #ffaa55 !important;
}

/* --- Minerva user navigation --- */
.minerva-user-navigation {
    background-color: #111008 !important;
}

/* --- Minerva page center --- */
#mw-mf-page-center {
    background-color: #0d0d0d !important;
}

/* --- Content Area --- */
.mw-body,
.mw-body-content,
#content,
#mw-content-text {
    background-color: #1a1510 !important;
    color: #ccbbaa !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 --- */
.post-content,
.minerva-footer,
footer,
#footer {
    background-color: #0d0a06 !important;
    border-top: 1px solid #3a2810 !important;
    color: #665544 !important;
}

footer a, #footer a {
    color: #886644 !important;
}

footer a:hover {
    color: #cc7733 !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 button (Minerva) --- */
#ca-talk,
.minerva-talk-link,
#page-secondary-actions,
.talk-namespaced-page-mobile-header,
[data-event-name="talk"] {
    display: none !important;
}
/* --- UO Style Decorative HR --- */
hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #cc3300, #aa5500, #cc3300, transparent);
    margin: 16px 0;
}

/* --- Parchment-style welcome box --- */
#mw-content-text > table {
    background: linear-gradient(135deg, #1e1408, #2a1a08, #1e1408) !important;
    border: 1px solid #7a5020 !important;
    border-radius: 6px !important;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.5), 0 0 10px rgba(100,50,0,0.3) !important;
}

/* --- Section header UO style --- */
h2 {
    color: #cc6622;
    border-bottom: 1px solid #4a3820;
    font-family: 'Georgia', serif;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 3px #000;
}

/* --- Glowing red links on hover --- */
a:hover {
    color: #ff6600 !important;
    text-shadow: 0 0 8px rgba(200, 80, 0, 0.7);
    text-decoration: none !important;
}

/* --- Parchment content background with subtle texture --- */
.mw-body,
.mw-body-content,
#content,
#mw-content-text {
    background: linear-gradient(180deg, #1a1208 0%, #1a1510 40%, #160f08 100%) !important;
}

/* --- UO style page title glow --- */
h1.firstHeading,
.mw-first-heading {
    color: #cc3300 !important;
    text-shadow: 0 0 10px rgba(180,40,0,0.6), 1px 1px 4px #000 !important;
    letter-spacing: 0.08em;
}

/* --- Bullet points styled as UO diamonds --- */
#mw-content-text li {
    list-style: none;
    position: relative;
    padding-left: 1.2em;
}

#mw-content-text li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #7a3010;
    font-size: 0.6em;
    top: 0.35em;
}

/* --- Footer UO flavor --- */
footer, #footer {
    background: linear-gradient(180deg, #0d0a06, #080604) !important;
    border-top: 2px solid #5a3010 !important;
}