Vorlage:UNITE-Karten Infobox/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.unitemap-info {
	width: 300px;
	background: #640CB9;
	border: 2px solid #FF8B2B;
	float: right;
	margin: 0 0 1em 1em;
	border-radius: 0.5em;
	text-align: center;
}

.unitemap-info td {
	background: #FF8B2B;
	border-radius: 0.5em;
}

.unitemap-info .languages {
	margin: auto;
}

.unitemap-info .languages th {
	font-size: large;
}

.unitemap-info .languages td {
	float: left;
}

.unitemap-info .img {
	width: 100%;
}

.unitemap-info .img img {
	border-radius: 0.5em;
}

.unitemap-info .info {
	width: 100%;
}

.unitemap-info .info th:not([colspan="2"]) {
	background: #FFFFFF;
	border-radius: 0.5em;
}

.unitemap-info .info td {
	background: #FFFFFF;
	width: 50%;
}

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

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