MediaWiki:Common.css

From Taiwan beetles
Revision as of 14:37, 6 May 2026 by Admin (talk | contribs)
Jump to navigationJump 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ── Background ── */
body, #content {
    background-color: #f9f3ee;
    color: #3a2a2a;
}

/* ── Top header bar ── */
#mw-head, .mw-header {
    background-color: #4a1e1e;
}

/* ── Sidebar ── */
#mw-panel {
    background-color: #f9f3ee;
}

#mw-panel .portal h3 {
    color: #7a5c1e;
    border-bottom: 1px solid #7a5c1e;
}

#mw-panel a {
    color: #4a1e1e;
}

#mw-panel a:hover {
    color: #7a5c1e;
}

/* ── Page headings ── */
h1, h2, h3 {
    color: #4a1e1e;
}

h2 {
    border-bottom: 1px solid #7a5c1e;
}

/* ── Links ── */
a {
    color: #7a5c1e;
}

a:hover {
    color: #4a1e1e;
}

/* ── Tables ── */
.wikitable th {
    background-color: #4a1e1e;
    color: #f9f3ee;
}

.wikitable tr:nth-child(even) {
    background-color: #f0e8df;
}

#mw-panel {
    display: flex;
    flex-direction: column;
}

/* Push search to the bottom */
#p-search {
    order: 10;
}

#p-tb {
    order: 11;
}