Vorlage:Events in Pokémon GO/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.goevents-nav {
	display: grid;
	grid-template-columns: 1fr 5fr;
	border-radius: 0.5em;
	border: 2px solid #8FD87D;
	background: #8FD87D;
	text-align: center;
	gap: 2px;
}

.goevents-nav > div:nth-child(1) {
	background: #1C8796;
	border-radius: 0.5em;
	grid-column-end: span 2;
	font-weight: bold;
	padding: 5px;
}

.goevents-nav > div:nth-child(even) {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	border-radius: 0.5em;
	background: #1C8796;
	font-weight: bold;
}

.goevents-nav > div:nth-child(odd):not(:nth-child(1)) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 2px;
}

.goevents-nav > div:nth-child(odd):not(:nth-child(1)) a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 0.5em;
	flex-grow: 1;
	flex-basis: 140px;
}

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