Vorlage:Titelliste/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.titelliste {
	background: #B1CDEC;
	border: 2px solid #5C82AE;
	border-radius: 0.5em;
	margin: auto;
	text-align: center;
}

.titelliste th {
	background: #5C82AE;
}

.titelliste td {
	background: #FFFFFF;
}

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

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

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

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

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