Vorlage:Infobox/styles.css

Aus Ardapedia
Version vom 10. Juli 2026, 18:09 Uhr von Alboin (Diskussion | Beiträge) (Teilweise CSS aus MediaWiki:Common.css der Entwicklungsumgebung übernommen (hoffentlich vorübergehend))

/* Responsive Darstellung der Infoboxen */
@media only screen and (max-width: 600px) {
	.infobox {
		min-width: 100%;
	}
}

@media only screen and (min-width: 601px) {
	.infobox {
		width: 275px;
	}
}

/* Box für [[MediaWiki:Sitenotice]] */
#localNotice {
	background: #f8f9fa;
	border: 1px solid #8e4924;
	padding: 5px;
}