MediaWiki:DarkMinerva.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
mNo edit summary
 
(14 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; }


/* Background color */
/* Dark theme */
body.skin-minerva, #mw-mf-page-left, .cta-holder,
#mw-mf-page-center, #mw-mf-page-left,
.header-container.header-chrome, footer.minerva-footer,
.header-container.header-chrome, footer.minerva-footer {
#mw-mf-page-center, .overlay-header-container, .overlay-footer-container {
background: #444 !important;
background: #444 !important;
}
}
.header {
.last-modified-bar, .minerva-footer {
border-color: #444 !important;
}
/* Border color */
.minerva-footer, #mw-mf-page-left ul li {
border-top: 1px solid #555 !important;
}
body.skin-minerva.ns-special .content-header,
.last-modified-bar, body .post-content .minerva-footer-logo,
body.mediawiki form.mw-mf-settings .oo-ui-fieldLayout {
border-color: #555 !important;
border-color: #555 !important;
}
}
.mw-mf-watchlist-selector li.selected a {
.post-content .minerva-footer-logo {
border-bottom-color: #555 !important;
border-color: #666 !important;
}
.header-container, .secondary-action {
border-color: #555 !important;
}
}
/* Active color */
.last-modified-bar, .last-modified-bar.active {
body.skin-minerva h2.list-header,
.last-modified-bar, .last-modified-bar.active,
body.mediawiki form.mw-mf-settings #beta-field::before {
background-color: #333 !important;
background-color: #333 !important;
color: #fff !important;
color: #fff !important;
}
/* Basic elements */
a, #mw-mf-page-left ul.hlist li a {
color: #009CFF !important;
}
a.new, .new a { color: #FF1A1A !important; }
body, .content, .oo-ui-messageDialog-message,
#mw-content-text a.mw-selflink, .scrollbox, .darkbg,
#toc .toctitle, .toc .toctitle, #mw-toc-heading {
color: #ccc !important;
}
/* General */
.minerva-talk-content-explained {
border-color: #54595d !important;
}
.minerva-talk-full-page-button {
color: #fff !important;
background: #444 !important;
border-color: #666 !important;
}
body.skin-minerva .mw-history-undo a,
body.skin-minerva .mw-rollback-link a {
color: #fff !important;
background: #333 !important;
border-color: #666 !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;
}