Jump to content

Template:Tab/Styles.css

From Wikizilla, the kaiju encyclopedia
.tab-wrapper {
	margin: 0 0 0 1rem;
	padding: 0 0 0.375rem;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	gap: 0 2rem;
}

.tab, .tab a {
	height: 1.36em;
	font-family: godzillaregular, impact;
	color: #FFF !important;
	font-size: 25px;
	letter-spacing: 0.04em;
	text-shadow: -0.04em -0.04em 0.04em black,
		0.04em -0.04em 0.04em black,
		-0.04em 0.04em 0.04em black,
		0.04em 0.04em 0.04em black;
}

.tab {
	cursor: default;
}

.tab.active {
	margin: -0.08em -0.64em 0;
	padding: 0 0.56em;
	background: #8b0000;
	border: 0.125rem solid #d44a4a;
	border-radius: 1.875rem;
}

.line {
	clear: both;
	height: 0.0625rem;
	background: dimgray;
	margin-bottom: 0.1875rem;
}