Vorlage:Koordinatoren/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.koordinatoren {
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-radius: 0.5em;
	margin-top: 1em;
}

.koordinatoren table {
	border-radius: 0.5em;
	width: 100%;
}

.koordinatoren table td:first-child {
	background: #FFFFFF;
	text-align: center;
	width: 10%;
	min-width: 60px;
}

.koordinatoren table td:last-child {
	background: #FFFFFF;
	text-align: center;
	width: 90%;
}

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

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

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