Vorlage:SPR/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.super-pokemon-rumble {
	border-radius: 0.5em;
	text-align: center;
}

.super-pokemon-rumble th {
	border-radius: 0.5em;
	padding: 4px;
}

.super-pokemon-rumble td:first-child {
	background: #FFFFFF;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	padding: 2px;
}

.super-pokemon-rumble td:nth-child(2) {
	background: #FFFFFF;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding: 2px;
}

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