Vorlage:Designer/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.designer {
	background: #BCBCBC;
	border-radius: 0.5em;
	margin-top: 2em;
}

.designer td {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
}

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

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