MediaWiki:DarkOnyx.css

From Halopedia, the Halo wiki

Revision as of 13:22, August 23, 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 Onyx night theme */

/* Header background */
#onyx-header-wikiHeader {
	background: linear-gradient(to left, transparent, #272727), url(https://halo.wiki.gallery/images/8/8c/Onyx-background-header.png) repeat-y;
	background-position: right;
	background-size: 500px;
}

/* Page background */
#onyx-page {
	background-color: #272727;
}
#onyx-page-pageBody {
	background: url(https://halo.wiki.gallery/images/c/cc/Onyx-watermark.png) no-repeat center top;
}
pre {
	background: rgba(20, 20, 20, 0.5) !important;
}

/* Font color */
body, h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

/* Standard changes */

#onyx-navigation-list > li > a {
	color: #fff !important;
}

.mw-ui-input {
	border-color: #666 !important;
}
.mw-ui-input, .mw-ui-button {
	box-shadow: inset 0 0 0 0.1em #333 !important;
}
.mw-ui-button:hover {
	color: #a2a9b1 !important;
}