Vorlage:Attacken-Liste/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.attackenliste {
	border-radius: 0.5em;
	margin-top: 10px;
	text-align: center;
	padding: 2px;
	overflow: hidden;
}

.attackenliste > div, .attackenlisteflex > div, .attackenliste > table  {
	border-radius: 0.5em;
}

.attackenlisteflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3px;
	margin: 5px 5px 3px 5px;
	
}
.attackenlisteflex > div {
	flex-basis: 92px;
	flex-grow: 1;
}

.atklistetyp {
	border-radius: 0.5em;
	width: 100%;
}

.atklistetyp > tbody > tr > td:nth-child(2n+1) {
	border-radius: 0.5em;
	width: 10%;
}
/*[[Kategorie:Vorlage:Non-Wikitext]]*/