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

From Umamusume Wiki
Jump to navigation Jump to search
(Created page with ".character-tabs { text-align: center; }")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.character-tabs {
.character-tabs {
text-align: center;
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;
background-color: #f2f8fd;
}
.character-tabs td:not(.spacer).selected {
border-bottom: 0;
background-color: transparent;
}
.character-tabs td.spacer {
border-top: 0;
border-left: 0;
border-right: 0;
padding: 5px;
}
.character-tabs td.spacer.full {
width: 100%;
}
}

Latest revision as of 23:08, 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;
	background-color: #f2f8fd;
}

.character-tabs td:not(.spacer).selected {
	border-bottom: 0;
	background-color: transparent;
}

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

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