Template:EDFM style/styles.css

Current answers. Practical procedures. Reliable reference.
Revision as of 05:38, 7 August 2026 by Sythan (talk | contribs) (Match editorial box colours to new orange/cyan theme)
Jump to navigation Jump to search
/* Shared styling for EDFM's editorial templates. Deliberately restrained:
   a single accent-colour left border, no glow, no animation.
   Updated 2026-08-07 for the site's orange/cyan "high-tech" dark theme. */
.edfm-box {
	border-left: 4px solid #3ecbd6;
	background: #16191c;
	color: #d7dade;
	padding: 0.75em 1em;
	margin: 1em 0;
}
.edfm-box.edfm-warning {
	border-left-color: #ff8c1a;
	background: #201a12;
}
.edfm-box.edfm-draft {
	border-left-color: #9aa0a6;
	background: #1a1c1e;
}
.edfm-box.edfm-disclaimer {
	border-left-color: #ff8c1a;
	font-size: 0.9em;
}
.edfm-box dl {
	margin: 0;
}
.edfm-box dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 0.5em;
	color: #f2f4f6;
}
.edfm-box dd {
	margin-left: 11em;
}
.edfm-inline-flag {
	font-style: italic;
	color: #ff8c1a;
}