MediaWiki:DarkNimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 129: Line 129:
div.noarticletext {
div.noarticletext {
color: #ccc !important;
color: #ccc !important;
}
#article-tabs div {
color: #009CFF !important;
}
#article-tabs div:hover {
color: #256D9C !important;
}
}

Revision as of 15:13, October 19, 2020

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

body { background: #000 url(/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) {
	padding: 1px 8px;
	border: 1px solid #c8ccd1;
	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 */
.page-Main_Page #mw-content-text .mw-parser-output div:not(.nomobile):not(.center-template),
.page-Main_Page #mw-content-text .mw-parser-output table.plainlinks th {
	background: #333 !important;
	color: #ccc !important;
}
.page-Main_Page #mw-content-text .mw-parser-output span {
	color: #ccc !important;
}

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

/* Nimbus elements */
h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3, .tocnumber, .darkbg {
	color: #ccc;
}
#mw-content-text a.mw-selflink, .scrollbox {
	color: #ccc !important;
}
.bottom-left-nav, .mw-body, .tab-on, .more-tab-on, #navigation-title, #other-links, #searchInput, #wiki-login,
.negative-button, .positive-button, .article-more-actions {
	background: #222 !important;
	color: #ccc;
}
.mw-dismissable-notice, #siteNotice > #localNotice,
.positive-button span, .negative-button span, #footer-bottom {
	background: #333 !important;
	color: #ccc;
}
.positive-button span:hover, .negative-button span:hover, #menu a {
	color: #ddd !important;
}
#other-links a {
	color: #999 !important;
}
.tab-new span {
	color: #ff1a1a !important;
}
.menu-item, .sub-menu, .tab-off span, .more-tab-off span, .more-tab-off {
	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, #menu, #footer-container {
	border: none !important;
}
.bottom-left-nav {
	padding: 0 4px 0 8px;
	border-radius: 10px;
}
.sub-menu-button {
	width: 0;
	height: 0;
	padding: 4px;
	background: url(/images/dark-arrow.png);
}
.search-button {
	width: 0;
	height: 0;
	padding: 11px 24px;
	background:url(/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: #D4DFD7;
}
.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 {
	color: #009CFF !important;
}
div.noarticletext {
	color: #ccc !important;
}
#article-tabs div {
	color: #009CFF !important;
}
#article-tabs div:hover {
	color: #256D9C !important;
}