Vorlage:Super Music Collection Übersicht/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.smcu {
	background: #5C82AE;
	border: 2px solid #B1CDEC;
	border-radius: 0.5em;
	display: grid;
	width: 80%;
	gap: 2px;
	padding: 2px;
	margin: auto;
	margin-top: 1em;
	text-align: center;
}

.smcu div:first-child {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}

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

.smcu div:nth-child(2) a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0.5em;
	padding: 2px;
	flex-grow: 1;
	flex-basis: 150px;
}

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