MediaWiki:Common.css

From UO Dark Ages Player Guide
Revision as of 19:12, 1 April 2026 by Jamesreg1973 (talk | contribs) (Created page with "→‎── Body & Background ──: body { font-family: Georgia, serif; background: #050505; color: #d7d2c8; } →‎── Content Area ──: #content, .mw-body { background: rgba(10,8,5,0.92); color: #d7d2c8; border: 1px solid #7a5827; } →‎── Links ──: a, a:visited { color: #D4A843; } a:hover { color: #f0c060; } →‎── Headings ──: h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 { font-family: Georgia, serif; c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.
/* ── Body & Background ── */
body {
    font-family: Georgia, serif;
    background: #050505;
    color: #d7d2c8;
}

/* ── Content Area ── */
#content, .mw-body {
    background: rgba(10,8,5,0.92);
    color: #d7d2c8;
    border: 1px solid #7a5827;
}

/* ── Links ── */
a, a:visited { color: #D4A843; }
a:hover { color: #f0c060; }

/* ── Headings ── */
h1, h2, h3, h4, h5, h6,
.mw-body h1, .mw-body h2 {
    font-family: Georgia, serif;
    color: #D4A843;
    border-bottom-color: #7a5827;
}

/* ── Sidebar/Nav ── */
#mw-panel, .mw-sidebar {
    background: linear-gradient(to bottom, rgba(20,20,20,0.98), rgba(5,5,5,0.98));
    border-right: 1px solid #7a5827;
}

#mw-panel a, .mw-sidebar a { color: #D4A843; }
#mw-panel a:hover { color: #f0c060; }

/* ── Top bar ── */
#mw-head {
    background: linear-gradient(to bottom, rgba(20,20,20,0.98), rgba(5,5,5,0.98));
    border-bottom: 2px solid #7a5827;
}

/* ── Tables ── */
table, .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; }

/* ── Search box ── */
#searchInput {
    background: #1a1612;
    color: #d7d2c8;
    border: 1px solid #7a5827;
}

/* ── Footer ── */
#footer {
    background: rgba(5,5,5,0.98);
    border-top: 1px solid #7a5827;
    color: #6a6050;
}