Vorlage:Navigationsleiste Wettbewerbe/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.wettbewerbe {
	width: 100%;
	background: #FFDEAD;
	border: 2px solid #FFAEB9;
	margin-top: 1em;
	border-radius: 0.5em;
}

.wettbewerbe th:not([colspan="2"]) {
    background: #FFAEB9;
    width: 20%;
    border-radius: 0.5em;
    white-space: nowrap;
}

.wettbewerbe td {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.wettbewerbe td a {
	display: flex;
	justify-content: center;
	background: white;
	border-radius: 5px;
	padding: 3px;
	flex-grow: 1;
	flex-basis: 140px;
}

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