Jump to content

Template:Infobox probability distribution/styles.css

From The Democratika Wiki
Revision as of 20:33, 26 November 2024 by 2601:647:6780:c2f0:14fc:3da0:7b0d:7329 (talk) (add padding found in wikitable class)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.ib-prob-dist {
	border-collapse: collapse;
	width: 20em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-prob-dist td,
.ib-prob-dist th {
	border: 1px solid var(--border-color-base, #a2a9b1);
	padding: 0.3em 0.4em;
}

.ib-prob-dist .infobox-subheader {
	text-align: left;
}

.ib-prob-dist-image {
	background: var(--background-color-neutral, #eaecf0);
	font-weight: bold;
	text-align: center;
}