MediaWiki:Fandomdesktop.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 51: Line 51:
.theme-fandomdesktop-dark .page {
.theme-fandomdesktop-dark .page {
border-top: 5px solid var(--theme-accent-color);
border-top: 5px solid var(--theme-accent-color);
}
/* Background Image for Mainpage */
/** Light Mode **/
.theme-fandomdesktop-light .bgimg {
color: var(--theme-page-text-color);
text-shadow: 0px 2px 2px #ffffff80;
background-size: cover;
    background-image: linear-gradient(rgba(249, 245, 242, 0.8),
                      rgba(249, 245, 242, 0.6)), url('https://static.wikia.nocookie.net/honkai-nexus-anima/images/b/b5/Site-background-light/revision/latest?cb=20250829091827&format=original');
}
/** Dark Mode **/
.theme-fandomdesktop-dark .bgimg {
color: var(--theme-page-text-color);
text-shadow: 0px 2px 2px #00000080;
background-size: cover;
    background-image: url('https://static.wikia.nocookie.net/honkai-nexus-anima/images/0/08/Site-background-dark/revision/latest?cb=20250829091822&format=original');
}
}