Template:Cargo orders/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
style adjustments for orGroup
Aliser (talk | contribs)
td top align; disabled bold formatting for items
Line 1: Line 1:
.cargo-orders-table td {
vertical-align: top;
}
.cargo-orders-table .item {
font-weight: normal;
}
.pool-section-label {
.pool-section-label {
display: block;
display: block;

Revision as of 05:32, 21 May 2025

.cargo-orders-table td {
	vertical-align: top;
}

.cargo-orders-table .item {
	font-weight: normal;
}

.pool-section-label {
	display: block;
	background-color: var(--bg-color-light);
	padding: 0.25em 0.25em;
	font-weight: bold;
}

.pool-section-label::after {
	content: " group, one of:";
	color: gray;
}