Vorlage:Klappleiste/styles.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
div.klappleiste {
	border: 1px solid var(--dewiki-rahmenfarbe1);
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	padding: 2px;
}
div.klappleiste:after {
	clear: both;
	content: "";
	display: block;
}
div.klappleiste-bild {
	float: left;
	padding: 2px;
}
div.klappleiste-kopf {
	background: var(--dewiki-hintergrundfarbe5);
	text-align: center;
	font-weight: bold;
}

/* Automatisches Verschmelzen benachbarter Klappleisten */
div.klappleiste + div.klappleiste,
div.klappleiste + link + div.klappleiste,
div.klappleiste + style + div.klappleiste {
	margin-top: -1px;
}