User:Cake/timeless.css
Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.
:root {
--content-background-color: #544c45;
/* Links */
--link-color: #e4dc75;
--text-color: #b09b7b;
}
#mw-content {
color: var(--text-color);
background: var(--content-background-color) radial-gradient(circle at top center,#282117 0,#17140e 14em,#0f0d09 100%);
}
#mw-content-container {
background: #000 url(/w/images/9/98/Bg.jpg) no-repeat fixed left top;
}
a {
color: var(--link-color)
}