Template:EDFM style/styles.css

Current answers. Practical procedures. Reliable reference.
Revision as of 19:51, 6 August 2026 by Sythan (talk | contribs) (EDFM initial deployment: seed initial page structure)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. */

.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; }