Template:PerkTable/styles.css: Difference between revisions

From Destinypedia, the Destiny wiki

m (Porplemontage moved page Template:PerkTable/styles.css to TemplateStyle:PerkTable.css without leaving a redirect)
No edit summary
Line 1: Line 1:
#PerkTable {
text-align: center;
margin-top: 0.5em;
}
#PerkTable th {
color: #000;
width: 200px;
background: #F2F3F4;
border: 1px solid #000;
}
#PerkTable.no-origins th:nth-of-type(5),
#PerkTable.no-origins th:nth-of-type(5),
#PerkTable.no-origins td:nth-of-type(5) {
#PerkTable.no-origins td:nth-of-type(5) {
display: none;
display: none;
}
}

Revision as of 07:58, September 5, 2022

#PerkTable {
	text-align: center;
	margin-top: 0.5em;
}
#PerkTable th {
	color: #000;
	width: 200px;
	background: #F2F3F4;
	border: 1px solid #000;
}

#PerkTable.no-origins th:nth-of-type(5),
#PerkTable.no-origins td:nth-of-type(5) {
	display: none;
}