Vorlage:GO Box/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.go-box {
	text-align: center;
	margin: auto;
	background: #66d38e;
	border-radius: 0.5em;
}

.go-box th {
	background: #1c8796;
	color: #FFFFFF; 
}

.go-box td {
	background: white; 
}

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

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

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

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

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