Vorlage:Navigationsleiste Pokémon-Showcase/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.navi-showcase {
	background: #CFB7BA;
	border: 2px solid #F5CED3;
	border-radius: 0.5em;
	margin-top: 2px;
	width: 100%;
}

.navi-showcase th[colspan="2"] {
	background: #F5CED3;
	font-size: larger;
	border-radius: 0.5em;
}

.navi-showcase th:not([colspan="2"]) {
	background: #F5CED3;
    width: 15%;
    min-width: 100px;
    border-radius: 0.5em;
}

.navi-showcase td {
	display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.navi-showcase td a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 3px;
	flex-grow: 1;
	flex-basis: 140px;
}

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