Vorlage:GO Attacke/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.go-attacke {
	border-radius: 0.5em;
	border-width: 2px;
	margin: auto;
	max-width: 650px;
	text-align: center;
}

.go-attacke td {
	background: #FFFFFF;
	hyphens: auto;
	word-break: break-word;
}

.go-attacke td[colspan="2"] {
	font-size: smaller;
	text-align: left;
}

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

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

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