Vorlage:Untergrund/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.untergrund {
	background: #8C6549;
	border: 2px solid #543B29;
	width: 80%;
	border-radius: 0.5em;
	margin: auto;
	margin-top: 1em;
}

.untergrund th {
	background: #D2966C;
	border-radius: 0.5em;
}

.untergrund th:not([colspan="2"]) {
	min-width: 110px;
	width: 20%;
}

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

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

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