Vorlage:Infobox Digitalisat/styles.css

Aus Hist. Verein Herne / Wanne-Eickel
Version vom 16. Mai 2026, 18:46 Uhr von Thorsten Schmidt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=========================================================== TemplateStyles für Vorlage:Infobox Digitalisat Speichern unter: Vorlage:Infobox Digitalisat/styles.css Aufgerufen aus: Vorlage:Infobox Digitalisat ===========================================================: .ibdig { float: left; clear: left; width: 420px; max-width: 100%; margin: 0 1.2em 1.2em 0; background: #ffffff; border: 1px solid #e0e0d8; border-radius: 12px;…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
/* ===========================================================
   TemplateStyles für Vorlage:Infobox Digitalisat
   Speichern unter:  Vorlage:Infobox Digitalisat/styles.css
   Aufgerufen aus:   Vorlage:Infobox Digitalisat
   =========================================================== */

.ibdig {
	float: left;
	clear: left;
	width: 420px;
	max-width: 100%;
	margin: 0 1.2em 1.2em 0;
	background: #ffffff;
	border: 1px solid #e0e0d8;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.06 );
	overflow: hidden;
	font-size: 15px;
	line-height: 1.55;
	font-family: sans-serif;
}

/* ---------- Kopfzeile in Tintenblau ---------- */
.ibdig__header {
	background: #2d4a78;             /* Tintenblau – Markenfarbe für Digitalisate */
	color: #f0e8d8;
	text-align: center;
	padding: 12px 12px 10px;
	letter-spacing: 0.02em;
}
.ibdig__brand {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.9;
}
.ibdig__title {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 2px;
	line-height: 1.3;
}

/* ---------- Cover-Hero ---------- */
.ibdig__hero {
	background: #f6f4ec;
	padding: 18px;
	text-align: center;
}
.ibdig__hero a,
.ibdig__hero img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.ibdig__hero img {
	box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.18 ), 0 1px 3px rgba( 0, 0, 0, 0.1 );
}

/* ---------- Body ---------- */
.ibdig__body {
	padding: 14px 16px 12px;
}

/* ---------- Badges ---------- */
.ibdig__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 14px;
}
.ibdig__badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 11px;
	border-radius: 999px;
	line-height: 1.4;
	white-space: nowrap;
	cursor: help;
}
.ibdig__badge--jahr {
	background: #d8e2f0;
	color: #1c2e4e;
}
.ibdig__badge--jahrgang,
.ibdig__badge--seiten {
	background: #F1EFE8;
	color: #444441;
}

/* ---------- Inhalts-Block ---------- */
.ibdig__content {
	border-top: 1px solid #f1efe8;
	padding-top: 10px;
}
.ibdig__content-label {
	font-size: 12px;
	color: #888780;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}
.ibdig__content-body {
	font-size: 14px;
	color: #2c2c2a;
	line-height: 1.55;
}
.ibdig__content-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ibdig__content-body li {
	padding: 5px 0;
	border-bottom: 1px solid #f7f5ee;
}
.ibdig__content-body li:last-child {
	border-bottom: none;
}
.ibdig__content-body p {
	margin: 0 0 0.5em;
}

/* ---------- Footer ---------- */
.ibdig__footer {
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px solid #f1efe8;
	font-size: 12px;
	color: #aaa9a3;
	text-align: right;
}

/* ---------- Responsive ---------- */
@media ( max-width: 720px ) {
	.ibdig {
		float: none;
		width: 100%;
		margin: 0 0 1em 0;
	}
}

/* ---------- Druckansicht ---------- */
@media print {
	.ibdig {
		box-shadow: none;
		border: 1px solid #ccc;
		break-inside: avoid;
	}
	.ibdig__hero img {
		box-shadow: none;
	}
	.ibdig__footer {
		display: none;
	}
}

/* ---------- Dunkler Modus ---------- */
@media ( prefers-color-scheme: dark ) {
	.ibdig {
		background: #2c2c2a;
		border-color: #444441;
		box-shadow: none;
	}
	.ibdig__hero { background: #1f1f1d; }
	.ibdig__content-body { color: #f1efe8; }
	.ibdig__content,
	.ibdig__footer { border-color: #444441; }
	.ibdig__content-label { color: #b4b2a9; }
	.ibdig__content-body li { border-bottom-color: #38383640; }
	.ibdig__badge--jahr { background: #1c2e4e; color: #d8e2f0; }
	.ibdig__badge--jahrgang,
	.ibdig__badge--seiten { background: #444441; color: #f1efe8; }
	/* Header bleibt absichtlich Tintenblau – Markenfarbe. */
}