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.
/* CSS placed here will be applied to all skins */
/* === CryptoRootsMX Sephardic-Inspired Theme === */
/* Global background */
body,
.vector-body {
background-color: #FAEEDC !important; /* parchment tan */
color: #2E2A26 !important; /* warm text */
}
/* Header & footer */
.mw-header,
.vector-header,
.mw-footer {
background-color: #FDF4E3 !important;
color: #2E2A26 !important;
border-top: 2px solid #E6CFAE !important;
border-bottom: 2px solid #E6CFAE !important;
}
/* Sidebar */
.vector-menu-content-list a {
color: #017C74 !important; /* teal */
}
.vector-menu-content-list a:hover {
color: #B39D68 !important; /* soft gold hover */
}
/* Titles */
h1, h2, h3, h4 {
color: #502583 !important; /* deep plum for headers */
font-family: "Georgia", "Garamond", serif;
}
/* Links */
a,
a:visited {
color: #017C74 !important; /* teal links */
}
a:hover {
color: #B39D68 !important; /* muted gold hover */
}
/* Tables and boxes */
table, .mw-parser-output div {
border-color: #E6CFAE !important;
}
/* Footer */
.mw-footer a {
color: #502583 !important;
}