Vorlage:Fangorte/Pokémon/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.pokemon-fangorte {
	border-radius: 0.5em;
	border-style: solid;
	border-width: 2px;
	margin: auto;
}

.pokemon-fangorte tr:first-child th:first-child {
	border-top-left-radius: 0.5em;
}

.pokemon-fangorte tr:first-child th:last-child {
	border-top-right-radius: 0.5em;
}

.pokemon-fangorte td {
	padding: 2px;
}

.pokemon-fangorte td:nth-last-child(3),
.pokemon-fangorte td:nth-last-child(2) {
	text-align: center;
}

.pokemon-fangorte td:nth-last-child(2),
.pokemon-fangorte td:last-child {
	background: #FFFFFF;
}

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