Vorlage:Team Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.team-infobox {
	border-radius: 0.5em;
	width: 270px;
	float: right;
	margin: 0 0 1em 1em;
	border-width: 3px;
	border-style: solid;
	text-align: center;
}

.team-infobox table {
	border-radius: 0.5em;
	width: 100%;
}

.team-infobox .name th {
	font-size: x-large;
}

.team-infobox .img {
	background: #FFFFFF;
}

.team-infobox .img td {
	font-style: italic;
}

.team-infobox .info th:not([colspan="2"]) {
	border-radius: 0.5em;
	width: calc(100%/3);
	background: #F8F8F8;
}

.team-infobox .info td {
	border-radius: 0.5em;
	width: calc(100%/3*2);
	background: #EEEEEE;
}

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

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