Template:Character Tabs/styles.css: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
vertical-align: top;
vertical-align: top;
border: none;
border: none;
border-spacing: 0;
margin-bottom: 15px;
margin-bottom: 15px;
white-space: nowrap;
white-space: nowrap;
Line 22: Line 23:
border-right: 0;
border-right: 0;
width: 5px;
width: 5px;
}
.character-tabs td.spacer.full {
width: 100%;
}
}

Revision as of 23:03, 3 April 2024

.character-tabs {
	text-align: center;
	vertical-align: top;
	border: none;
	border-spacing: 0;
	margin-bottom: 15px;
	white-space: nowrap;
}

.character-tabs td {
	border: 1px solid #a7d7f9;
}

.character-tabs td:not(.spacer) {
	border-radius: 5px 5px 0 0;
	padding: 0.5em;
	line-height: 1em;
}

.character-tabs td.spacer {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 5px;
}

.character-tabs td.spacer.full {
	width: 100%;
}