Vorlage:Beerendetails/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.beerendetails {
	width: 310px;
	height: 310px;
	position: relative;
	margin: auto;
}

.beerendetails > div:nth-child(-n+8) {
	width: 310px;
	height: 310px;
	position: absolute;
}

.beerendetails > div:nth-child(1) {
	background: #77A0D8;
}

.beerendetails > div:nth-child(2) {
	background: #D2F1F4;
}

.beerendetails > div:nth-child(3) {
	background: #8FF878;
}

.beerendetails > div:nth-child(n+4):nth-child(-n+8) {
	background: #B5D3F5;
}

.beerendetails > div:nth-child(n+9) {
	margin: 2px;
	font-size: 18px;
	position: absolute;
}

.beerendetails > div:nth-child(9) {
	width: 300px;
	text-align: center;
}

.beerendetails > div:nth-child(n+12):nth-child(-n+13) {
	 transform: translateX(-100%);
}

.beerendetails > div:nth-child(9) > span {
	background: #EB6876
}

.beerendetails > div:nth-child(10) > span {
	background: #00B7F0;
}

.beerendetails > div:nth-child(11) > span {
	background: #EA69A2;
}

.beerendetails > div:nth-child(12) > span {
	background: #80C268;
}

.beerendetails > div:nth-child(13) > span {
	background: #FAB550;
}

.beerendetails span {
	padding: 2px;
	border-radius: 5px;
	color: #FFFFFF;
}

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