Vorlage:Infobox Konsole/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.infobox-konsole {
	float: right;
	border-radius: 0.5em;
	background: #5C82AE;
	border: 2px solid #B1CDEC;
	margin: 0 0 1em 1em;
	width: 330px;
}

.infobox-konsole td {
	padding: 4px;
}

.infobox-konsole tr:first-child td {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	padding: 8px 4px;
	font-size: 200%;
}

.infobox-konsole tr:nth-child(2) td,
.infobox-konsole td:not([colspan="2"]),
.infobox-konsole tr:last-child td {
	background: #FFFFFF;
}

.infobox-konsole tr:not(:nth-child(2)):not(:last-child) td[colspan="2"] {
	color: #FFFFFF;
	font-size: 150%;
	text-align: center;
}

.infobox-konsole td:not([colspan="2"]):first-child {
	width: 35%;
	font-size: 105%;
}

.infobox-konsole td:not([colspan="2"]):last-child {
	width: 65%;
}

.infobox-konsole tr:last-child td {
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

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

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