Vorlage:Typ/Anzahl/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.typanzahl {
	border-radius: 0.5em;
	text-align: center;
	margin-right: auto; 
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: max-content;
	max-width: 100%;
}

.typanzahl div:not(:first-child) {
	flex-basis: 60px;
	margin: 1px;
}

.typanzahl div:first-child {
	width: 100%;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	font-weight: bold;
}

.highlighttyp {
	background: #E8E8E8;
	border-radius: 0.5em;
	border: 1px solid #AFAFAF;
}

/*@media only screen and (max-width:720px) {
	.typanzahl {
		width: 100%;
	}
}*/
/* [[Kategorie:Vorlage:Non-Wikitext]] */