MediaWiki:DarkMinerva.css: Difference between revisions

No edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Minerva night theme */
/* CSS placed here will affect users of the Minerva night theme */
#mw-content-text a.external[href^="https://www.destinypedia.com"] { color: #009CFF !important; }


/* Wordmark logo */
/* Wordmark logo */
Line 11: Line 9:
}
}


/* Custom theme */
#mw-content-text a.external[href^="https://www.destinypedia.com"] { 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;
}
 
/* Search box highlight */
.client-nojs .search-box .search:focus,
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
.search-overlay .search-box .search:focus {

Latest revision as of 12:02, September 4, 2023

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

/* Wordmark logo */
.branding-box img, .minerva-footer-logo img {
	filter: invert(1) !important;
}
.mw-special-MobileDiff .minerva-footer-logo img {
	display: none !important;
}

#mw-content-text a.external[href^="https://www.destinypedia.com"] { 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;
}

/* Search box highlight */
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
	border-color: #999 !important;
	box-shadow: inset 0 0 0 1px #999,0 1px 1px rgba(0,0,0,0.05) !important;
}

/* White text theme */
.branding-box a, .branding-box sup,
#mw-mf-page-left ul.hlist li a, .ra-read-more h2,
.footer-content, .footer-content a, footer .hlist li::after {
	color: #fff !important;
}
.mw-ui-icon-wikimedia-menu-base20::before, .mw-ui-icon-wikimedia-search-base20::before,
.mw-ui-icon-wikimedia-bellOutline-base20::before, .mw-ui-icon-minerva-userAvatarOutline::before,
.header-chrome .mw-ui-icon-mf-close-base20::before {
	filter: brightness(100) !important;
}