Vorlage:Mega-Entwicklung/Liste/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.mega-entwicklung-liste {
	align-content: stretch;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	gap: 3px;
	justify-content: center;
	text-align: center;
}

.mega-entwicklung-liste a:not(.new), .mega-entwicklung-liste a:not(.new):visited {
	color: #000000;
}

.mega-entwicklung-liste > div {
	flex-grow: 1;
	max-width: 180px;
}

.mega-entwicklung-liste > div > div {
	border-width: 2px;
	display: grid;
	gap: 2px;
	padding: 2px;
}

.mega-entwicklung-liste > div > div > div {
	padding: 3px;
}

.mega-entwicklung-liste > div > div > div:first-child {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mega-entwicklung-liste > div > div > div:last-child {
	display: grid;
}

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