MediaWiki:Common.css: Difference between revisions

From UO Dark Ages Player Guide
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Dark Theme */
/* UO Dark Ages Wiki - Dark Theme */
body { background-color: #0d0b08; color: #c9c0b0; }
html, body { background: #0d0b08 !important; }
 
body { color: #c9c0b0; font-family: Georgia, serif; }
#content, .mw-body {
    background-color: #1a1612;
    color: #c9c0b0;
    border-color: #3a3020;
}
 
a, a:visited { color: #D4A843; }
a, a:visited { color: #D4A843; }
a:hover { color: #f0c060; }
a:hover { color: #f0c060; }
 
h1,h2,h3,h4,h5,h6 { color: #D4A843; border-color: #3a3020; }
h1, h2, h3, h4, h5, h6 {
#content, .mw-body { background-color: #1a1612 !important; color: #c9c0b0; border-color: #3a3020; }
    color: #D4A843;
#mw-panel, .mw-sidebar { background-color: #111008 !important; }
    border-color: #3a3020;
#mw-panel a { color: #D4A843 !important; }
}
#mw-head { background-color: #111008 !important; top: 74px !important; }
 
#mw-head-base { background: #0d0b08 !important; margin-top: 74px !important; }
#mw-panel, .mw-sidebar {
#mw-page-base { background: #0d0b08 !important; }
    background-color: #111008;
#p-logo { top: 74px !important; display: none !important; }
}
 
#mw-head {
    background-color: #111008;
}
 
.wikitable {
    background: rgba(15,12,8,0.9);
    border-color: #7a5827;
    color: #d7d2c8;
}
 
.wikitable th {
    background: rgba(122,88,39,0.3);
    color: #D4A843;
    border-color: #7a5827;
}
 
.wikitable td { border-color: #7a5827; }
 
#footer {
    background: rgba(5,5,5,0.98);
    border-top: 1px solid #7a5827;
    color: #6a6050;
}
 
/* Dark wiki toolbar and tabs */
#mw-head, .mw-header { background: #111008 !important; border-bottom: 1px solid #3a3020 !important; }
.vector-menu-tabs, .vector-menu-tabs-legacy { background: #111008 !important; }
.vector-menu-tabs li a, .vector-menu-tabs-legacy li a { background: #111008 !important; color: #D4A843 !important; border-color: #3a3020 !important; }
.vector-menu-tabs li a, .vector-menu-tabs-legacy li a { background: #111008 !important; color: #D4A843 !important; border-color: #3a3020 !important; }
.vector-menu-tabs .selected a, .vector-menu-tabs-legacy .selected a { background: #1a1612 !important; color: #fff !important; }
.vector-menu-tabs .selected a, .vector-menu-tabs-legacy .selected a { background: #1a1612 !important; color: #fff !important; }
#p-personal, #p-personal ul { background: #111008 !important; }
#p-personal li a { color: #D4A843 !important; }
#p-personal li a { color: #D4A843 !important; }
.mw-body { background: #1a1612 !important; }
.wikitable { background: rgba(15,12,8,.9); border-color: #7a5827; color: #d7d2c8; }
 
.wikitable th { background: rgba(122,88,39,.3); color: #D4A843; border-color: #7a5827; }
#mw-head-base { background: #111008 !important; }
.wikitable td { border-color: #7a5827; }
.vector-page-toolbar { background: #111008 !important; border-color: #3a3020 !important; }
#searchInput { background: #1a1612; color: #d7d2c8; border: 1px solid #7a5827; }
.mw-page-container-inner { background: #111008 !important; }
#footer { background: rgba(5,5,5,.98) !important; border-top: 1px solid #7a5827; color: #6a6050; }
#mw-page-base { background: #111008 !important; }
.mw-page-container { background: #0d0b08 !important; }
 
.vector-page-toolbar { background: #0d0b08 !important; }
html, body { background: #0d0b08 !important; }
.mw-page-container-inner { background: #0d0b08 !important; }
#mw-head-base { background: #0d0b08 !important; }
 
body{padding-top:72px !important;}
 
/* Fix nav covering wiki header */
#mw-head { top: 74px !important; }
#mw-page-base { padding-top: 74px !important; }
#p-logo { top: 74px !important; }
#mw-head-base { padding-top: 74px !important; }


.vector-page-toolbar { margin-top: 74px !important; }
#mw-panel { top: 155px !important; }
.mw-page-container { padding-top: 0 !important; }
.vector-header { top: 74px !important; }
.mw-header { top: 74px !important; }

Latest revision as of 17:38, 2 April 2026

/* UO Dark Ages Wiki - Dark Theme */
html, body { background: #0d0b08 !important; }
body { color: #c9c0b0; font-family: Georgia, serif; }
a, a:visited { color: #D4A843; }
a:hover { color: #f0c060; }
h1,h2,h3,h4,h5,h6 { color: #D4A843; border-color: #3a3020; }
#content, .mw-body { background-color: #1a1612 !important; color: #c9c0b0; border-color: #3a3020; }
#mw-panel, .mw-sidebar { background-color: #111008 !important; }
#mw-panel a { color: #D4A843 !important; }
#mw-head { background-color: #111008 !important; top: 74px !important; }
#mw-head-base { background: #0d0b08 !important; margin-top: 74px !important; }
#mw-page-base { background: #0d0b08 !important; }
#p-logo { top: 74px !important; display: none !important; }
.vector-menu-tabs li a, .vector-menu-tabs-legacy li a { background: #111008 !important; color: #D4A843 !important; border-color: #3a3020 !important; }
.vector-menu-tabs .selected a, .vector-menu-tabs-legacy .selected a { background: #1a1612 !important; color: #fff !important; }
#p-personal li a { color: #D4A843 !important; }
.wikitable { background: rgba(15,12,8,.9); border-color: #7a5827; color: #d7d2c8; }
.wikitable th { background: rgba(122,88,39,.3); color: #D4A843; border-color: #7a5827; }
.wikitable td { border-color: #7a5827; }
#searchInput { background: #1a1612; color: #d7d2c8; border: 1px solid #7a5827; }
#footer { background: rgba(5,5,5,.98) !important; border-top: 1px solid #7a5827; color: #6a6050; }
.mw-page-container { background: #0d0b08 !important; }
.vector-page-toolbar { background: #0d0b08 !important; }
.mw-page-container-inner { background: #0d0b08 !important; }

#mw-panel { top: 155px !important; }