Vorlage:TypPokémon/style.css

Aus PokéWiki
Version vom 16. August 2022, 12:19 Uhr von Maxmiran (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.typ-pokemon-flex { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .typ-pokemon-table { border-radius: 0.5em; text-…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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 span {
	color: #252525;
}

.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]] */