Vorlage:Infobox Spiel/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.spiele__spoilerWarning {
	box-shadow: 1px 1px 2px #989898;
	color: white;
	margin-bottom: 10px;
	text-align: center;
	width: 65%;
}

.spiele__spoilerWarning .spiele_spoilerImage {
	padding: 0px 7.5px 0px  7.5px;
	width: 10%;
}

.spiele__infobox {
	width: 300px;
	margin: 0 0 1em 1em;
}

.spiele__infobox .spiele__name {
	width: 100%;
	padding: 7px;
	margin-bottom: 5px;
}

.spiele__infobox .spiele__name:first-child {
	padding-top: 2px;
}

.spiele__infobox .spiele__name .spiele__icon {
	padding: 2px 3px 0 2px;
	font-size: 22px;
}

.spiele__infobox .spiele__images {
	background-color: white;
	width: 100%;
}

.spiele__infobox .spiele__images .center {
	font-size: 90%;
}

.spiele__infobox .spiele__info {
	width: 100%;
	margin-top:5px;
	padding:2px;
}

.spiele__infobox .spiele__info tr:not(:first-child) td {
	background-color: white;
	padding: 3px;
}

.spiele__infobox .spiele__info tr:not(:first-child) td:first-child {
	width: 30%;
}

.spiele__infobox .spiele__ratings {
	width: 100%;
	margin-top:5px;
	padding:2px;
	white-space: nowrap;
}

.spiele__metascore {
	color: white;
	height: 45px;
	width: 45px;
	font-size: 200%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* default: tbd */
	background-color: rgb(160, 160, 160); 
}

.spiele__metascore__low {
	background-color: rgb(202, 71, 71);
}

.spiele__metascore__medium {
	background-color: rgb(200, 200, 30);
}

.spiele__metascore__high {
	background-color: rgb(95, 190, 85);
}

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

	.spiele__infobox {
		width: 100%;
		margin: 0 0 1em 0;
	}
}*/

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