Vorlage:Masters Attacke/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.masters-attacke {
	min-width: 320px;
	width: 35%;
	text-align: center;
	margin: auto;
	border-radius: 0.5em;
	border-width: 3px;
	border-style: solid;
}

.masters-attacke th[colspan="4"],
.masters-attacke td[colspan="4"]{
	border-radius: 0.5em;
	width: 100%;
}

.masters-attacke td:nth-child(even),
.masters-attacke td[colspan="3"],
.masters-attacke td[colspan="4"] {
	background: #FFFFFF;
}

/*@media only screen and (max-width: 480px) {
	.masters-attacke {
		width: 100%;
	}
}*/

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