Durham FM Association
Design System & Style Guide — dfma-master.css
–gold: #C8961A;
–gold-warm: #e8c87a;
–gold-bright: #f0d080;
–navy: #0d1b35;
–navy-mid: #162344;
–navy-light: #1e3a6e;
–blue-muted: #7a9cc4;
–text-body: #445566;
–text-muted: #7a8fa8;
–border: #e4e8ef;
–surface: #f7f9fb;
–font-display: ‘Inter’, Helvetica, sans-serif;
–font-body: ‘Inter’, Helvetica, sans-serif;
–font-mono: ‘Source Code Pro’, ‘Courier New’, monospace;
Used as section headers throughout all pages. .section-label, .col-label, .col-heading all share the same styles.
Get involved
Repeaters
Emergency communications
Encouraged
Unacceptable
<span class=“section-label label-green”>Encouraged</span>
<span class=“section-label label-red”>Unacceptable</span>
<a class=“btn-gold” href=“…”>Learn More →</a>
P.O. Box 2494
Durham, NC 27715
DO NOT SEND CASH
<div class=“callout safety”>Red / safety callout</div>
<div class=“highlight-box”>Gold highlight</div>
<div class=“mail-alert”>…</div>
<div class=“no-cash”><p>DO NOT SEND CASH</p></div>
IRLP 4441
DMR
UNC-TV Tower
Skywarn
PL 82.5
* 919 555-1234
#
W4FK
NC4CD
KD4YJZ
<span class=“tag tag-link”>IRLP 4441</span>
<span class=“tag tag-dmr”>DMR</span>
<span class=“tag tag-sky”>Skywarn</span>
<span class=“freq-pill”>145.450–</span>
<span class=“pl-pill”>PL 82.5</span>
<span class=“cmd”>* 911</span>
<span class=“o-call”>W4FK</span>
<div class=“col”>…</div>
<div class=“col”>…</div>
</div>
<div class=“three-col”>
<div class=“col”>…</div> <div class=“col”>…</div> <div class=“col”>…</div>
</div>
<div class=“stat-row”>
<div class=“stat”><div class=“stat-val”>1971</div><div class=“stat-label”>Founded</div></div>
</div>
| Frequency | Offset | PL | Features |
|---|---|---|---|
| ▸Durham — TV Hill | |||
| 145.450 | − | 82.5 | IRLP 4441 EchoLink |
| 444.100 | + | 82.5 | — |
<thead><tr><th>Frequency</th>…</tr></thead>
<tbody>
<tr class=“loc-row”><td colspan=”4″><span>▸</span>Location</td></tr>
<tr><td class=“freq”>145.450</td><td class=“offset-minus”>−</td>…</tr>
</tbody>
</table>
<div class=“hero-eyebrow”>Section name</div>
<div class=“hero-title”>Page Title</div>
<div class=“hero-body”>Optional subtitle.</div>
</div>
-
1ID with your callsign.
-
2Press PTT and dial * 919 XXX-XXXX without releasing PTT mid-sequence.
-
3To disconnect: press #, then ID.
<li class=“step”>
<div class=“step-num”>1</div>
<div class=“step-body”>Step text.</div>
</li>
</ol>
<div class=“cta-text”><strong>Ready to join?</strong> …</div>
<button class=“btn-gold”>Join / Renew</button>
<button class=“btn-outline”>Contact Us</button>
</div>
10/2024 – 7/2025 President: Bob Cook W4FK
8/2023 – 7/2024 President: Bob Cook
PL 82.5
WR4AGC
<div class=“net-item-day”>Thursdays — 8 PM</div>
<div class=“net-item-title”>DFMA Thursday Net</div>
<div class=“net-item-freq”>
<span class=“freq-pill”>145.450–</span>
<span class=“pl-pill”>PL 82.5</span>
</div>
</div>
<span class=“o-role”>President</span>
<span class=“o-name”>Bob Cook</span>
<span class=“o-call”>W4FK</span>
</div>
-
Using welcoming and inclusive language
-
Trolling, insults, or personal attacks
Every content page follows the same structural pattern. Mix and match sections as needed.
<div class=“page-hero”>
<div class=“hero-eyebrow”>Section name</div>
<div class=“hero-title”>Page Title</div>
<div class=“hero-body”>Optional subtitle.</div>
</div>
<!– 2. Optional stat row –>
<div class=“stat-row”>…</div>
<!– 3. Content sections –>
<div class=“section”>
<div class=“section-label”>Label</div>
<div class=“section-title”>Title</div>
<div class=“section-body”>Content.</div>
</div>
<!– 4. Two or three column grids –>
<div class=“two-col”>
<div class=“col”>…</div>
<div class=“col”>…</div>
</div>
<!– 5. Always ends with CTA strip –>
<div class=“cta-strip”>
<div class=“cta-text”>…</div>
<button class=“btn-gold”>Action</button>
</div>
.cc-icon svg, .icon-dot svg, .perk-icon svg,
.dl-btn svg, .script-btn svg {
width: 16px !important; height: 16px !important;
max-width: 16px !important; max-height: 16px !important;
}
/* Theme nukes display:flex — restore for grid/flex containers */
.check-list li { display: flex !important; flex-direction: row !important; }
.freq-bar { display: flex !important; flex-direction: row !important; }
- All CSS lives in Appearance → Customize → Additional CSS
- Page content is pasted into Custom HTML blocks — no page builder needed
- This styleguide page requires the Full Width page template (Page Attributes → Template)
- Tribe Events calendar overrides are in Section 6 of the master CSS
- Header image: 1260×240px — upload via Appearance → Customize → Header Image
- PayPal form:
actionandname="os0"values must not be modified - The
* { box-sizing }reset appears once at the top of the master CSS only