Vorlage:Pokémon-Showcase Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.pokemonshowcase {
	width: 270px;
	float: right;
	background: #CFB7BA;
	border-radius: 0.5em;
	border: 2px solid #F5CED3;
	margin: 0 0 1em 1em;
	text-align: center;
}

.pokemonshowcase td {
	background: #F5CED3;
	border-radius: 0.5em;
}

.pokemonshowcase .img {
	width: 100%;
}

.pokemonshowcase .img img {
	border-radius: 0.5em;
}

.pokemonshowcase table {
	width: 100%;
}

.pokemonshowcase table th:not([colspan="2"]) {
	background: #FFFFFF;
	width: 50%;
	border-radius: 0.5em;
}

.pokemonshowcase table td {
	background: #FFFFFF;
	width: 50%;
}

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

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