Vorlage:TypPokémon/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.typ-pokemon-flex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.typ-pokemon-table {
	border-radius: 0.5em;
	text-align: center;
	margin: 0 0 1em 1em;
}

.typ-pokemon-table td {
	background: white;
}

.typ-pokemon-table tr:last-child td:first-child {
	border-bottom-left-radius: 0.5em;
}

.typ-pokemon-table tr:last-child td:last-child {
	border-bottom-right-radius: 0.5em;
}

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