Vorlage:Attacken-Eigenschaften/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.attacken-eigenschaften {
	float: right;
	border-radius: 0.5em;
	border: 3px solid #006ECC;
	background: #E6E9FF;
	width: 15%;
	padding: 3px;
	margin: 0 0 1em 1em;
}

.attacken-eigenschaften tr:first-child th {
	font-size: 120%;
}

.attacken-eigenschaften > tbody > tr:first-child > th,
.attacken-eigenschaften table {
	border-radius: 0.5em;
	border: 3px solid #006ECC;
	background: #FFFFFF;
	width: 100%;
}

.attacken-eigenschaften table td {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 5px;
}

/*@media only screen and (max-width: 480px) {
	.attacken-eigenschaften {
		width: 100%;
	}
}*/

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