User:Dab1001/onyx.css

From Halopedia, the Halo wiki

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.
.infobox {
	border-color: transparent !important;
}

.infobox tr:first-of-type th,
.infobox tr:last-of-type td,
.infobox tr:last-of-type th,
navbox-title {
	padding: 10px;
	background-position-x: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://www.halopedia.org/images/4/47/H5Covenant_Logo2.png);
}

.infobox tr,
.infobox td {
	border-color: transparent !important;
}

.infobox tr:nth-child(2n) td {
	background-color: #444 !important;
}

.infobox th {
	background-color: #280340 !important;
}