Vorlage:Pocket Monsters RéBurst-Charaktere/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.reburst-charaktere {
	text-align: center;
	border-radius: 0.5em;
	margin-top: 1em;
	display: grid;
	padding: 3px;
	gap: 3px;
}

.reburst-charaktere div:first-child {
	font-weight: bold;
	padding: 3px;
}

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

.reburst-charaktere div:nth-child(2) a {
	background: #FFFFFF;
	border-radius: 0.5em;
	padding: 3px;
	flex-grow: 1;
	flex-basis: 140px;
}

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