Jump to content

Template:Start tab/v2/squared/styles.css

From Meta, a Wikimedia project coordination wiki
.tab-wrapper {
	width: 100%;
}

.tab-wrapper > ul {
	margin: 1% 0 1em;
	gap: 2%;
}

.tab-wrapper > ul > li {
	border: 1px solid #a3b1bf;
	border-bottom-width: 0;
	padding: .3em;
	font-size: 110%;
}

.active-1 > ul > li:nth-child(1),
.active-2 > ul > li:nth-child(2),
.active-3 > ul > li:nth-child(3),
.active-4 > ul > li:nth-child(4),
.active-5 > ul > li:nth-child(5),
.active-6 > ul > li:nth-child(6),
.active-7 > ul > li:nth-child(7),
.active-8 > ul > li:nth-child(8),
.active-9 > ul > li:nth-child(9),
.active-10 > ul > li:nth-child(10),
.active-11 > ul > li:nth-child(11),
.active-12 > ul > li:nth-child(12),
.active-13 > ul > li:nth-child(13),
.active-14 > ul > li:nth-child(14),
.active-15 > ul > li:nth-child(15),
.active-16 > ul > li:nth-child(16),
.active-17 > ul > li:nth-child(17),
.active-18 > ul > li:nth-child(18),
.active-19 > ul > li:nth-child(19),
.active-20 > ul > li:nth-child(20) {
	background-color: inherit !important;
	border-bottom: 1px solid var(--background-color-base, white);
	margin-bottom: -1px;
}