User:Dab1001/onyx.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
 
Line 90: Line 90:
}
}
*/
*/
:root {
--css-var-test: red;
}

Latest revision as of 16:34, December 8, 2022

.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;
}