MediaWiki:DarkMobile.css

From Halopedia, the Halo wiki

Revision as of 10:42, April 16, 2020 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 mobile dark theme */

#mw-content-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }

/* Background color */
body, nav, .header-container.header-chrome, .minerva-footer,
#mw-mf-page-center, .overlay-header-container, .overlay-footer-container {
	background: #444 !important;
}
.header {
	border-color: #444 !important;
}
/* Border color */
.minerva-footer, nav ul li {
	border-top: 1px solid #777 !important;
}
.ns-special .content-header, .page-summary,
.last-modified-bar, footer > .post-content > h2,
form.mw-mf-settings .oo-ui-fieldLayout {
	border-bottom: 1px solid #777 !important;
}
.mw-mf-watchlist-selector li.selected a {
	border-bottom-color: #777 !important;
}
.header-container {
	border-color: #777 !important;
}
/* Active color */
nav ul li a:hover {
	box-shadow: inset 4px 0 0 0 #555 !important;
}
.last-modified-bar.active, .list-header,
form.mw-mf-settings #beta-field:before {
	background-color: #555 !important;
	color: #fff !important;
}
.last-modified-bar {
	background-color: #444 !important;
	color: #fff !important;
}

/* Link overrides */
a, nav ul.hlist li a { color: #009CFF !important; }
a.new { color: #FF1A1A !important; }

/* General */
body, .content, .oo-ui-messageDialog-message {
	color: #ccc !important;
}
.content figcaption, .content .thumbcaption {
	color: #999 !important;
}
.overlay, .overlay-enabled, nav ul li,
#content, .ns-special #content,
.ns-special .pre-content,
.ns-special #content form {
	background: #222 !important;
}
nav ul.hlist li {
	border: 0 !important;
	background: transparent !important;
}
nav ul.hlist li a {
	color: #fff !important;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
	background: #333 !important;
}
#searchIcon {
	border: none;
	padding: 0;
	background: none !important;
}
nav ul li a {
	color: #54595d !important;
}
#page-actions, .content .mw-parser-output > h2, .content .section-heading {
	border-color: #54595d !important;
}
.mw-ui-icon-mf-arrow::before {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 -407 24 24%22%3E%3Cpath fill=%22%23ccc%22 d=%22M21.348-401.268q.94 0 1.61.668l.92.922-11.858 11.86-11.822-11.842.922-.94q.65-.686 1.59-.686.94 0 1.61.668l7.718 7.7 7.7-7.682q.67-.668 1.61-.668z%22/%3E%3C/svg%3E");
}
.client-js .toc-mobile {
	border-color: #666;
	background-color: #333;
}
.search-overlay, .overlay-content {
	background-color: #222 !important;
}
.search-overlay .results, .search-overlay .search-feedback,
.page-summary h2, .page-summary h3,
.search-box .search {
	color: #999 !important;
	background-color: #333 !important;
}
.previewnote p, .warningbox, .mw-revision {
	color: #ccc !important;
	border-color: #666 !important;
	background-color: #333 !important;
}
.mw-ui-button {
	background: #333 !important;
	border: 2px solid #666 !important;
}
.overlay-header .continue {
	background-color: #888 !important;
}
div.thumbinner {
	background: none !important;
}
pre {
	background: #444 !important;
}
.mw-code {
	background: rgba(242,242,242,0.8) !important;
}
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
	background-color: #444;
}