User:BluesidraLoreWiki/timeless.css: Difference between revisions

From The Fifth City Wiki
Created page with ":root { --lw_navigatorBackground: #24251B; --lw_contentBackground: #0D0E09; --lw_fontColor: #DCDFC4 } body { color: var(--lw_fontColor); } #mw-content { background: var(--lw_contentBackground); border: none; } #site-navigation.sidebar-chunk { background: var(--lw_contentBackground); } ################################# Sidebar #################################: #mw-content-block { background: var(--lw_navigatorBackground); } /*#############################..."
 
Blanked the page
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:root {
--lw_navigatorBackground: #24251B;
--lw_contentBackground: #0D0E09;
--lw_fontColor: #DCDFC4
}


body {
color: var(--lw_fontColor);
}
#mw-content {
background: var(--lw_contentBackground);
border: none;
}
#site-navigation.sidebar-chunk {
background: var(--lw_contentBackground);
}
/*################################# Sidebar #################################*/
#mw-content-block {
background: var(--lw_navigatorBackground);
}
/*################################# Footer ##################################*/
.mw-footer-container {
background: var(--lw_navigatorBackground);
}

Latest revision as of 16:31, 28 July 2025