Vorlage:Animiertes Bild/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.animiertesbild {
	width: 60%;
	border: 3px solid #5C82AE;
	background:#5C82AE;
	border-radius: 0.5em;
	margin: 0.5em auto;
}

.animiertesbild th {
	border-radius: 0.5em;
	background: #B1CDEC;
	padding:4px;
}

.animiertesbild td {
	border-radius: 0.5em;
	background: #B1CDEC;
	padding:4px;
}

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

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