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.
.onyx-pageAligned {
	width: 1360px !important;
}

.onyx-button-action {
	height: 24px !important;
}

.onyx-button-text {
	margin: auto 15px !important;
}

.onyx-button-icon {
	height: 24px !important;
	width: 24px !important;
}

#onyx-articleHeader-title {
	font-size: 34px !important;
	border-bottom: none !important;
}

#onyx-articleHeader-title {
	padding-right: 0 !important;
}

.mw-indicators {
	height: 46px !important;
}

#onyx-actionsList-dropdownIcon {
	height: 12px !important;
	margin: 6px !important;
	flex-direction: column !important;
	display: flex !important;
}

#onyx-actionsList-dropdownIcon svg {
	height: 12px !important;
	width: 12px !important;
}

#onyx-actionsList-button {
	min-width: 24px !important;
}

.onyx-sidebarAligned {
	width: 294px !important;
}

.onyx-footerIcons-listItem {
    margin: 15px 15px 0 0;
}

#onyx-footerIcons-list {
    margin: -15px -15px 0 0;
}

/* INFOBOX EXPERIMENTAL STUFF

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

.infobox tr:first-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+1) td {
	background-color: #383838 !important;
}

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

.infobox th,
.infobox tr:last-of-type td {
	background-color: #280340 !important;
}
*/


:root {
	--css-var-test: red;
}