Vorlage:TCG-Tabelle/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.tcg-tabelle {
	background: #BBBBBB;
	text-align: center;
	border-radius: 0.5em;
	margin-right: auto;
	margin-left: auto;
}

.tcg-tabelle th {
	background: #D5D5D5;
}

.tcg-tabelle td {
	background: #EEEEEE;
}

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

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

.tcg-tabelle tr:last-child td:first-child {
	border-bottom-left-radius: 0.5em;
}

.tcg-tabelle tr:last-child td:last-child {
	border-bottom-right-radius: 0.5em;
}

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