Vorlage:Kriegsherren/style.css

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

.kriegsherren > div:first-child {
	font-weight: bold;
	padding: 3px;
}

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

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

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