MediaWiki:DarkMinerva.css

From Destinypedia, the Destiny wiki

Revision as of 11:48, September 4, 2023 by Porplemontage (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 */
.branding-box img, .minerva-footer-logo img {
	filter: invert(1) !important;
}
.mw-special-MobileDiff .minerva-footer-logo img {
	display: none !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;
}