Vorlage:PokéLounge-Gast/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.lounge-gast {
	border-radius: 1em;
	margin: 2px auto;
	display: grid;
}

.lounge-gast .titel {
	border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

.lounge-gast .name {
	background: white;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

.lounge-gast .info {
	display: grid;
}

.lounge-gast .info div:nth-child(odd) {
	font-size: 90%;
	padding: 1px 3px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.lounge-gast .info div:nth-child(even) {
	background: white;
	text-align: center;
	padding: 1px 3px;
}

.lounge-gast .themen-heading {
	font-size: 90%;
	padding: 1px 3px;
	font-weight: bold;
	text-align: center;
}

.lounge-gast .themen-liste {
	gap: 2px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.lounge-gast .themen-liste div {
	background: white;
	padding: 1px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.lounge-gast .themen-liste div:nth-child(-n+3) {
	font-size: 90%;
	font-weight: bold;
}

.lounge-gast .themen-liste:last-child div:nth-last-child(3) {
	border-bottom-left-radius: 0.7em;
}

.lounge-gast .themen-liste:last-child div:last-child {
	border-bottom-right-radius: 0.7em;
}

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