Vorlage:Anime-Pokémon/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.anime-pokemon {
	float: right;
	border-radius: 0.5em;
	width: 350px;
	margin: 0 0 1em 1em;
	border-width: 2px;
	border-style: solid;
}

.anime-pokemon .title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: larger;
}

.anime-pokemon .title a:not(.new), .anime-pokemon .title a:visited:not(.new) {
	color: #FFFFFF;
}

.anime-pokemon .image, .anime-pokemon .image img {
	border-radius: 0.5em;
}

.anime-pokemon .image {
	width: 100%;
	text-align: center;
}

.anime-pokemon .info, .anime-pokemon .forms, .anime-pokemon .trainer {
	border-radius: 0.5em;
	width: 100%;
}

.anime-pokemon .info th[colspan="2"], .anime-pokemon .forms th[colspan="2"], .anime-pokemon .trainer th {
	color: #000000;
}

.anime-pokemon .info th:not([colspan="2"]) {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 40%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.anime-pokemon .info td {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 60%;
	padding-left: 5px;
	padding-right: 5px;
}

.anime-pokemon .type {
	text-align: center;
}

.anime-pokemon .forms td:nth-child(1) {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 40%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.anime-pokemon .forms td:nth-child(2) {
	border-radius: 0.5em;
	background: #FFFFFF;
	width: 60%;
	padding-left: 5px;
	padding-right: 5px;
}

.anime-pokemon .trainer td {
	border-radius: 0.5em;
	background: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

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

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