User:Cake/timeless.css

From Path of Exile 2 Wiki
Revision as of 22:33, 3 December 2024 by Cake (talk | contribs) (Created page with ":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) }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)
}