Vorlage:AnimeFähigkeit/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.animefähigkeit {
	border-radius: 0.5em;
	margin: auto;
	border-width: 2px;
	border-style: solid;
	width: 70%;
	text-align: center;
}

.animefähigkeit tr:nth-child(1) td {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.animefähigkeit a, .animefähigkeit a:visited:not(.new) {
	color: #000000;
}

/*@media only screen and (max-width: 560px) {
	.animefähigkeit {
		width: 100%;
	}
}*/

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