Vorlage:Link! Orte/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.linkorte-nav {
	display: grid;
	width: 80%;
	grid-template-columns: 1fr 3fr;
	border: 2px solid #FBEB02;
	background: #F9B71E;
	border-radius: 0.5em;
	margin: auto;
	text-align: center;
	padding: 2px;
	gap: 2px;
}

.linkorte-nav div:first-child {
	grid-column-end: span 2;
	background: #FBEB02;
	border-radius: 0.5em;
	padding: 8px;
	font-weight: bold;
	font-size: large;
}

.linkorte-nav div:nth-child(even) {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FBEB02;
	border-radius: 0.5em;
	padding: 4px;
	font-weight: bold;
}

.linkorte-nav div:nth-child(odd):not(:first-child) {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.linkorte-nav div:nth-child(odd):not(:first-child) 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]] */