Vorlage:Super Pokémon Rumble/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.superpokemonrumble-navi {
	display: grid;
	grid-template-columns: 1fr 3fr;
	background: #B5B5B5;
	border: 2px solid #4F4F4F;
	border-radius: 0.5em;
	margin-top: 1em;
	text-align: center;
	padding: 2px;
	gap: 2px;
}

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

.superpokemonrumble-navi div:first-child a:not(.new), .superpokemonrumble-navi div:first-child a:visited:not(.new) {
	color: #000000;
}

.superpokemonrumble-navi div:nth-child(2n) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background: #DCDCDC;
	border-radius: 0.5em;
	padding: 2px;
}

.superpokemonrumble-navi div:nth-child(2n+3) {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.superpokemonrumble-navi div:nth-child(2n+3) a {
	background: #FFFFFF;
	border-radius: 0.5em;
	flex-basis: 120px;
	flex-grow: 1;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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