MediaWiki:DarkNimbus.css

From Halopedia, the Halo wiki

Revision as of 12:45, August 5, 2021 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 Nimbus night theme */

body { background: #070C20 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top !important; }
#article-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }

/* Link overrides */
a:not(.oo-ui-buttonElement-button), div#mw-panel div.portal div.body ul li a {
	color: #009CFF !important;
}
a.new {
	color: #FF1A1A !important;
}
/* Button overrides */
input[type="submit"]:not(.searchButton), input[type="button"], button[type="submit"]:not(.mw-ui-button) {
	border: 1px solid #666;
	background: #333 !important;
	color: #fff !important;
}
input[type="submit"]:not(.searchButton):hover, input[type="button"]:hover, button[type="submit"]:not(.mw-ui-button):hover {
	background: #444 !important;
}
#mw-content-text .mw-parser-output .mw-ui-input,
#mw-content-text .mw-parser-output .mw-ui-button {
	background: #444 !important;
	color: #ccc !important;
	border-color: #555 !important;
	box-shadow: inset 0 0 0 0.1em #333 !important;
}

/* Main Page */
.containerTem, .containerContent,
.containerTem div:not(.nomobile):not(.center-template),
.rootpage-Main_Page #mw-content-text .mw-parser-output table.plainlinks th {
	background: #333 !important;
	color: #ccc !important;
}
.containerTitle span {
	color: #ccc !important;
}

/* SocialProfile */
.profile-info-container b, .profile-info-container div, .needed-points {
	color: #ccc;
}

/* Nimbus elements */
h1, h2 { border-color: #515860 !important; }
h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3, .tocnumber, .darkbg {
	color: #ccc;
}
#mw-content-text a.mw-selflink, .scrollbox,
.positive-button span, .negative-button span {
	color: #ccc !important;
}
.bottom-left-nav, .mw-body, #article, #article-body, #content,
.tab-on, .more-tab-on, #navigation-title, #other-links, #searchInput, #wiki-login,
.positive-button, .negative-button, .article-more-actions {
	background: #222 !important;
	color: #ccc;
}
.mw-dismissable-notice, #siteNotice > #localNotice,
.positive-button, .negative-button, #footer-bottom {
	background: #333 !important;
	color: #ccc;
}
.positive-button span:hover, .negative-button span:hover, #menu a {
	color: #ddd !important;
}
a.mw-skin-nimbus-button.positive-button {
	color: #ccc !important;
	text-decoration: none;
}
#other-links a {
	color: #999 !important;
}
.tab-new span {
	color: #ff1a1a !important;
}
.menu-item, .sub-menu, .tab-off, .tab-off span, .more-tab-off, .more-tab-off span {
	background: #333 !important;
}
#footer-contributors img, .item img {
	background: #333 !important;
	border-color: #666 !important;
}
#footer-container {
	color: #ccc;
	background: #2c2c2c !important;
	border-radius: 0 !important;
}
#footer-actions {
	border-color: #666 !important;
}
#footer-bottom {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mw-dismissable-notice, #siteNotice > #localNotice,
#article-body, #content, #menu, #footer-container {
	border: none !important;
}
#menu #discord-button {
	background: #444 !important;
	border-color: #666 !important;
	top: -1px !important;
}
#menu #discord-button:hover {
	background: #555 !important;
}
#menu #social-icons {
	filter: grayscale(100%);
	margin-top: -2px !important;
}
.bottom-left-nav {
	padding: 0 4px 0 8px;
	border-radius: 10px;
}
.sub-menu-button {
	width: 0;
	height: 0;
	padding: 4px;
	background: url(https://halo.wiki.gallery/images/dark-arrow.png);
}
.search-button {
	width: 0;
	height: 0;
	padding: 11px 24px;
	background:url(https://halo.wiki.gallery/images/dark-search.png);
}
#searchInput {
	border-color: #333 !important;
}
.menu-item, .sub-menu-item, #menu, .article-more-actions a {
	border-color: #222 !important;
}
.article-more-actions {
	border-color: #ccc !important;
}
.positive-button span, .negative-button span {
	border-radius: 10px;
}
.game-unit-container h2, .bottom-left-nav-container h2, #footer-container h2 {
	color: #ccc;
}
.more-tab-off, #article-tabs div {
	color: #009CFF !important;
}
#article-tabs div:hover {
	color: #ccc !important;
}
div.noarticletext {
	color: #ccc !important;
}
.bottom-left-nav a:hover,
#article-more-container a:hover {
	text-decoration: underline;
}