Vorlage:Menschen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.menschen {
	width: 300px;
	float: right;
	background: #E2EDF9;
	border-radius: 0.5em;
	border: 2px solid #B1CDEC;
	margin: 0 0 1em 1em;
}

.menschen td {
	background: #B1CDEC;
	border-radius: 0.5em;
}

.menschen .image {
	text-align: center;
}

.menschen .image img {
	border-radius: 0.5em;
}

.menschen table {
	width: 100%;
}

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

.menschen table td {
	background: #FFFFFF;
	width: 50%;
	border-radius: 0.5em;
	text-align: center;
}

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

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