MediaWiki:DarkMinerva.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
mNo edit summary
 
(4 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 */
#mw-mf-page-left ul li,
body.ns-special .content-header,
.header-container, .secondary-action,
.minerva-footer, .last-modified-bar,
form.mw-mf-settings .oo-ui-fieldLayout,
.mw-mf-watchlist-selector li.selected a {
border-color: #555 !important;
border-color: #555 !important;
}
form.mw-mf-settings #beta-field::before {
background-color: #555 !important;
}
}
.post-content .minerva-footer-logo {
.post-content .minerva-footer-logo {
border-color: #666 !important;
border-color: #666 !important;
}
}
/* Active color */
.last-modified-bar, .last-modified-bar.active {
h2.list-header, .last-modified-bar, .last-modified-bar.active {
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;
}
a.external, .mw-parser-output a.external {
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='%2354BDFF'%3E%3Cpath d='M8.9 8.9H1.1V1.1h2.8V0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h7.8c.6 0 1.1-.5 1.1-1.1V6.1H8.9v2.8z'/%3E%3Cpath d='M10 0H5.6l1.8 1.8L4.2 5l.8.8 3.2-3.2L10 4.4V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.link-mailto, .link-ftp, .link-irc, .link-audio, .link-video, .link-document {
background-image: none;
}
/* 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;
}
body.skin-minerva .minerva-anon-talk-message {
color: #fff !important;
background: #111 !important;
border-color: #444 !important;
}
.mw-ui-icon-wikimedia-userTalk-warning::before {
filter: brightness(100) !important;
}
body.skin-minerva .mw-tag-marker {
background: #222 !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;
}