Vorlage:Navigationsleiste Dienstleistungen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.dienstleistung-navi {
	display: grid;
	background: #f5f5f5;
	border: 2px solid #505050;
	border-radius: 0.5em;
	margin-top: 1em;
	text-align: center;
	padding: 2px;
	gap: 2px;
}

.dienstleistung-navi > div:first-child {
	font-weight: bold;
	font-size: large;
	padding: 8px;
}

.dienstleistung-navi > div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.dienstleistung-navi div:nth-child(2) div {
	flex-grow: 1;
	flex-basis: 120px;
	padding: 2px;
}

.dienstleistung-navi .clicktoggle-target {
	background: #bababa;
	border-radius: 0.5em;
	padding: 2px;
}

.dienstleistung-navi .clicktoggle-target div {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.dienstleistung-navi .clicktoggle-target div:not(:last-of-type) {
	padding-bottom: 5px;
}

.dienstleistung-navi .clicktoggle-target div a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	flex-basis: 120px;
	flex-grow: 1;
	border-radius: 0.5em;
	padding: 2px;
}

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