MediaWiki:Common.css
Appearance
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.
/* ===== CryptoRootsMX – Vector (legacy) full tan theme ===== */
/* Global parchment */
html, body { background: #FAEEDC !important; color:#2E2A26 !important; }
/* Header + footer */
#mw-head, #footer {
background: #FDF4E3 !important;
color:#2E2A26 !important;
border-top: 2px solid #E6CFAE !important;
border-bottom: 2px solid #E6CFAE !important;
}
/* Tabs (Read / Edit / View history) */
.vector-menu-tabs li a {
background: #FDF4E3 !important;
border-color: #E6CFAE !important;
color: #017C74 !important;
}
.vector-menu-tabs li.selected a {
background: transparent !important;
border-bottom: 3px solid #017C74 !important;
color: #017C74 !important;
}
/* Search box & small UI boxes */
#simpleSearch,
.mw-message-box,
.usermessage,
.warning {
background: #FDF4E3 !important;
border-color: #E6CFAE !important;
}
/* Headings & links */
h1, h2, h3, h4 { color:#502583 !important; font-family: "Georgia","Garamond",serif; }
a, a:visited { color:#017C74 !important; }
a:hover { color:#B39D68 !important; }