Vorlage:Orden Infobox/style.css

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

.orden-infobox tr:first-child th:not([colspan="2"]) {
	padding: 10px;
	font-size: large;
}

.orden-infobox div {
	float: left;
}

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

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

.orden-infobox table th:not([colspan="2"]):last-child {
	border-radius: 0.5em;
	width: calc(100%/3*2);
	background: #EEEEEE;
}

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

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