MediaWiki:Common.css
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: #0f0a05;
color: #c8bca0;
}
#content, .mw-body {
background: linear-gradient(160deg,#221910,#15100a);
border: 1px solid #5d4316;
color: #c8bca0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cinzel', Georgia, serif;
color: #f0c75e;
border-bottom-color: #5d4316;
}
#firstHeading, .firstHeading {
color: #f0c75e;
}
a {
color: #d4880e;
}
a:visited {
color: #b0761f;
}
a.new {
color: #e2574a;
}
.vector-menu-content a, #p-navigation a, #mw-panel a, .mw-portlet a {
color: #d4880e;
}
.mw-wiki-logo, #p-logo a {
filter: none;
}
.vector-header, .mw-header, #mw-head, .mw-header-container {
background: #15100a;
border-bottom: 1px solid #5d4316;
}
input, textarea, select {
background: #120d07;
color: #f0d48a;
border: 1px solid #5d4316;
}
.wikitable {
background: #1a130b;
border: 1px solid #5d4316;
color: #c8bca0;
}
.wikitable th {
background: #221910;
color: #f0d48a;
}
.mw-editfont-monospace, #wpTextbox1 {
background: #120d07;
color: #f0d48a;
}
#footer, .mw-footer {
background: #15100a;
border-top: 1px solid #5d4316;
color: #9a8c70;
}
#footer a, .mw-footer a {
color: #d4880e;
}