Vorlage:Navigationsleiste Café-ReMix-Events/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.cafe-events {
	margin: 10px 0 10px 0;
	border: 4px solid #b1cdec;
	border-radius: 0.75em;
	text-align: center;
	background-color: #47709f;
	clear: both;
}

.cafe-events__aktuell, .cafe-events__vergangen {
	padding: 2px;
	display: grid;
	gap: 2px;
	border: 3px solid #b1cdec;
	background-color: #6a90bd;
	border-radius: 0.5em;
	margin: 5px;
}

.ueberschrift {
	font-weight: bold;
	color: white;
}

.cafe-events__vergangen div:first-of-type {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.cafe-events__vergangen div:first-of-type div {
	border-radius: 0.5em;
	padding: 2px;
	flex-grow: 1;
	flex-basis: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.cafe-events__aktuell div, .cafe-events__vergangen div:not(:first-of-type) div {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 2px;
}

.cafe-events__vergangen div:not(:first-of-type) div {
	margin-top: 5px;
}

.cafe-events__aktuell div a, .cafe-events__vergangen div div a {
	border-radius: 0.25em;
	background: #FFFFFF;
	flex-grow: 1;
	flex-basis: 150px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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