MediaWiki:DarkMinerva.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
mNo edit summary
 
(18 intermediate revisions by the same user not shown)
Line 3: Line 3:
#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }
#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }


/* Basic elements */
/* Dark theme */
a, #mw-mf-page-left ul.hlist li a {
#mw-mf-page-center, #mw-mf-page-left,
color: #009CFF !important;
.header-container.header-chrome, footer.minerva-footer {
background: #444 !important;
}
}
a.new, .new a { color: #FF1A1A !important; }
.last-modified-bar, .minerva-footer {
body, .content, .oo-ui-messageDialog-message,
border-color: #555 !important;
#mw-content-text a.mw-selflink, .scrollbox, .darkbg,
}
#toc .toctitle, .toc .toctitle, #mw-toc-heading {
.post-content .minerva-footer-logo {
color: #ccc !important;
border-color: #666 !important;
}
.last-modified-bar, .last-modified-bar.active {
background-color: #333 !important;
color: #fff !important;
}
}

Latest revision as of 11:48, September 4, 2023

/* CSS placed here will affect users of the Minerva night theme */

#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }

/* Dark theme */
#mw-mf-page-center, #mw-mf-page-left,
.header-container.header-chrome, footer.minerva-footer {
	background: #444 !important;
}
.last-modified-bar, .minerva-footer {
	border-color: #555 !important;
}
.post-content .minerva-footer-logo {
	border-color: #666 !important;
}
.last-modified-bar, .last-modified-bar.active {
	background-color: #333 !important;
	color: #fff !important;
}