Vorlage:Spin-off/PokéPark/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.spin-off-pp {
	align-items: stretch;
	border-radius: 0.5em;
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	justify-content: center;
	margin: 0 auto 10px auto;
	padding: 2px;
}

.spin-off-pp > div {
	display: grid;
	flex-basis: 320px;
	flex-grow: 1;
	gap: 2px;
	grid-template-columns: repeat(2, max-content) 1fr;
}

.spin-off-pp > div > div {
	align-items: center;
	background: #FFFFFF;
	display: flex;
	padding: 2px;
}

.spin-off-pp > div > div:first-child {
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	font-weight: bold;
	grid-column-end: span 3;
	justify-content: center;
	text-align: center;
}

.spin-off-pp > div > div:nth-child(2) {
	align-items: center;
	border-bottom-left-radius: 0.5em;
	display: flex;
	justify-content: center;
}

.spin-off-pp .pp1 {
	grid-template-rows: min-content auto auto;
}

.spin-off-pp .pp1 > div:nth-child(2) {
	grid-row-end: span 2;
}

.spin-off-pp .pp2 > div:nth-child(2) {
	grid-row-end: span 5;
}

.spin-off-pp > div > div:last-child {
	align-items: center;
	border-bottom-right-radius: 0.5em;
	display: flex;
	flex-flow: column;
	grid-column-end: span 2;
	justify-content: center;
	text-align: center;
}

.spin-off-pp > div > div:last-child > span:first-child {
	font-size: smaller;
	font-weight: bold;
}

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