User:Dab1001/onyx.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 3: Line 3:
}
}


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



Revision as of 19:49, May 20, 2020

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