User:Dab1001/onyx.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 2: Line 2:
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:31, May 20, 2020

.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 th {
	background-color: #280340 !important;
}