Vorlage:Anime-Pokédex-Eintrag/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.animepokedex {
	margin: auto;
	width: 75%;
	border-radius: 0.5em;
	border-width: 2px;
	border-style: solid;
}

.animepokedex tr:first-child th:nth-child(1), .animepokedex tr:first-child th:nth-child(2) {
	width: 12%;
}

.animepokedex tr:first-child th:nth-child(3) {
	width: 76%;
}

.animepokedex tr:not(:first-child) th:first-child {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.animepokedex td, .animepokedex tr:not(:first-child) th:nth-child(2) {
	background: #FFFFFF;
}

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

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