Template:Infobox being/styles.css

Revision as of 14:03, 24 July 2026 by Archivist (talk | contribs) (Created page with ".gp-infobox-being { float: right; clear: right; box-sizing: border-box; width: 22em; max-width: 100%; margin: 0 0 1em 1em; border: 1px solid #aaa4b2; border-collapse: collapse; background: var(--background-color-base, #fff); color: inherit; font-family: Arial, Helvetica, sans-serif; font-size: 88%; line-height: 1.35; } .gp-infobox-being th, .gp-infobox-being td { padding: 0.45em 0.6em; border: 1px solid #c8c3cc; vertical-align: top; } .gp-infobox-being...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.gp-infobox-being {
	float: right;
	clear: right;
	box-sizing: border-box;
	width: 22em;
	max-width: 100%;
	margin: 0 0 1em 1em;
	border: 1px solid #aaa4b2;
	border-collapse: collapse;
	background: var(--background-color-base, #fff);
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 1.35;
}

.gp-infobox-being th,
.gp-infobox-being td {
	padding: 0.45em 0.6em;
	border: 1px solid #c8c3cc;
	vertical-align: top;
}

.gp-infobox-being th[scope="row"] {
	width: 38%;
	background: #f0edf3;
	font-weight: bold;
	text-align: left;
}

.gp-infobox-being td {
	background: var(--background-color-base, #fff);
}

.gp-infobox-being-title {
	padding: 0.65em 0.75em !important;
	background: #e4dfea;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.gp-infobox-being-image {
	padding: 0.65em !important;
	background: var(--background-color-neutral-subtle, #f8f9fa) !important;
	text-align: center;
}

.gp-infobox-being-image img {
	max-width: 100%;
	height: auto;
}

.gp-infobox-being-caption {
	margin-top: 0.4em;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

.gp-infobox-being ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.4em;
}

.gp-infobox-being p {
	margin-top: 0;
	margin-bottom: 0.35em;
}

.gp-infobox-being p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 720px) {
	.gp-infobox-being {
		float: none;
		clear: both;
		width: 100%;
		margin: 0.75em 0 1em;
	}
}