[dismiss]
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: Difference between revisions
Jump to navigation
Jump to search
(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) }") |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
#mw-content { | #mw-content, | ||
#mw-site-navigation .sidebar-chunk, | |||
#mw-related-navigation .sidebar-chunk, | |||
#mw-header-container { | |||
border: 2px solid #4c3c2c; | |||
color: var(--text-color); | color: var(--text-color); | ||
background: var(--content-background-color) radial-gradient(circle at top center,#282117 0,#17140e 14em,#0f0d09 100%); | background: var(--content-background-color) radial-gradient(circle at top center,#282117 0,#17140e 14em,#0f0d09 100%); | ||
Line 17: | Line 21: | ||
} | } | ||
a { | a, | ||
a.external, | |||
a:visited, | |||
a:hover { | |||
color: var(--link-color) | color: var(--link-color) | ||
} | } |
Latest revision as of 22:44, 3 December 2024
: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)
}