Vorlage:Navigationsleiste Channel Orte/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.channelorte-nav {
	display: grid;
	width: 60%;
	border-radius: 0.5em;
	margin: auto;
	margin-top: 1em;
	text-align: center;
	padding: 2px;
	gap: 2px;
}

.channelorte-nav div:first-child {
	padding: 8px;
	font-size: large;
	font-weight: bold;
	border-radius: 0.5em;
}

.channelorte-nav div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.channelorte-nav div:nth-child(2) a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0.5em;
	padding: 2px;
	flex-grow: 1;
	flex-basis: 100px;
}

/* [[Kategorie:Vorlage:Non-Wikitext]] */