Template:EDFM style/styles.css: Difference between revisions

Current answers. Practical procedures. Reliable reference.
Jump to navigation Jump to search
EDFM initial deployment: seed initial page structure
 
Fix: re-save with the correct sanitized-css content model (was wikitext)
(No difference)

Revision as of 19:53, 6 August 2026

/* Shared styling for EDFM's editorial templates. Deliberately restrained:
   a single accent-colour left border, no glow, no animation. */
.edfm-box {
	border-left: 4px solid #2aa9b3;
	background: rgba(42, 169, 179, 0.06);
	padding: 0.75em 1em;
	margin: 1em 0;
}
.edfm-box.edfm-warning {
	border-left-color: #c98a2c;
	background: rgba(201, 138, 44, 0.08);
}
.edfm-box.edfm-draft {
	border-left-color: #8a8a8a;
	background: rgba(138, 138, 138, 0.08);
}
.edfm-box.edfm-disclaimer {
	border-left-color: #c98a2c;
	font-size: 0.9em;
}
.edfm-box dl {
	margin: 0;
}
.edfm-box dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 0.5em;
}
.edfm-box dd {
	margin-left: 11em;
}
.edfm-inline-flag {
	font-style: italic;
	color: #a15a00;
}