Vorlage:Orte Item/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.orte_item {
	margin: auto;
	border-radius: 0.5em;
}

.orte_item th:first-child {
	width: 25%;
}

.orte_item th:last-child {
	width: 10%;
}

.orte_item tr:not(:first-child) {
	background: white;
}

.orte_item td:not(:last-child) {
	padding: 5px;
}

.orte_item td:nth-last-child(4), .orte_item td:last-child {
	text-align: center;
}

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