The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

User:Cake/timeless.css

From Path of Exile 2 Wiki
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, 
#mw-site-navigation .sidebar-chunk, 
#mw-related-navigation .sidebar-chunk,
#mw-header-container {
    border: 2px solid #4c3c2c;
    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, 
a.external, 
a:visited, 
a:hover {
    color: var(--link-color)
}