Vorlage:Legendäre Gruppen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.legendaere-gruppen {
	display: grid;
	padding: 2px;
	gap: 2px;
	text-align: center;
	border-radius: 0.5em;
	background: linear-gradient(#AAAABB, #2E2E2E);
	border: 2px solid #505050;
}

.legendaere-gruppen > div:first-child a:not(.new), .legendaere-gruppen > div:first-child a:visited:not(.new) {
	color: #FFFFFF;
}

.legendaere-gruppen > div:first-child {
	padding: 8px;
	font-weight: bold;
}

.legendaere-gruppen > div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.legendaere-gruppen > div:nth-child(2) div {
	flex: 1 1 230px;
	padding: 2px;
}

.legendaere-gruppen > div:nth-child(2) div div:first-child {
	margin: 0 0 2px;
	border-radius: 0.5em 0.5em 0 0;
	border: 1px solid;
	font-weight: bold;
}

.legendaere-gruppen > div:nth-child(2) div div:nth-child(2) {
	border-radius: 0 0 0.5em 0.5em;
	border: 1px solid;
}

.legendaere-gruppen > div:nth-child(2) div img {
	padding: 0 2px;
}

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