Vorlage:Felder/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.felder {
	background: #CCCCFF;
	border-style: solid;
	border-width: 2px;
	border-color: #8888aa;
	border-radius: 0.5em;
	width: 100%;
	margin-top: 1em;
}

.felder td {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    white-space: nowrap;
}

.felder td a {
	background: white;
	border-radius: 5px;
	padding: 3px;
	flex-grow: 1;
	flex-basis: 110px;
}

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