MediaWiki:Common.css
From Aether Kingdoms Wiki
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.
/* ── AetherKingdoms Theme ── */
:root {
--color-primary: #c8960c;
--color-primary-light: #e8b830;
}
/* Page background */
body {
background-color: #1a1510;
background-image: url('https://www.aetherkingdoms.com/assets/hostile_world.png');
background-size: cover;
background-attachment: fixed;
background-blend-mode: overlay;
}
/* Sidebar and content panels */
#mw-panel, #contentSub, .mw-body {
background-color: rgba(20, 15, 10, 0.92);
border-color: #c8960c;
}
/* Headings */
h1, h2, h3, h4, #firstHeading {
color: #e8b830;
font-family: 'Georgia', 'Times New Roman', serif;
border-bottom-color: #c8960c;
}
/* Links */
a, a:visited {
color: #c8960c;
}
a:hover {
color: #e8b830;
text-decoration: underline;
}
/* Navigation links */
#mw-panel .portal .body a {
color: #d4a843;
}
/* Page content text */
.mw-body-content {
color: #e8dcc8;
}
