Files
sunscope/assets/sunscope.css
T
fraxle 71860b9dd9 5.4.0
Restructure
New Journal entries
Colour tabs update with wind
2026-08-31 15:12:45 +01:00

34 lines
2.4 KiB
CSS

/* ════════════════════════════════════════════════════════════════════════
sunscope.css — Main CSS entry point.
════════════════════════════════════════════════════════════════════════
QUICK MAP — where to find and change common things
──────────────────────────────────────────────────────────────────────
Page background css/base.css body { background }
Body text colour css/base.css .utci-app { color }
Brand "brass" colour search files for #c8922a
Headline font css/base.css .nav-logo-sun { font-family }
Body text font css/base.css .utci-app { font-family }
Max page width css/base.css .utci-shell { max-width }
Mobile breakpoint css/ui.css @media (max-width: 800px)
Big UTCI dial size css/header.css .scope-ring { width / height }
Profile buttons css/table.css .profile-btn
Column toggles css/table.css .col-toggle
Hourly table css/table.css .utci-table
Legend css/ui.css .utci-legend
About / footer css/ui.css .utci-about / .utci-footer
FILE STRUCTURE
──────────────────────────────────────────────────────────────────────
css/base.css Colour palette docs, fonts+reset, page shell, nav
css/header.css Header grid, dial, search box (site header: base.css)
css/table.css Day tabs, profiles, column toggles, hourly table,
now-row + night-row decorations
css/ui.css Status banners, legend, about, footer, responsive
════════════════════════════════════════════════════════════════════════ */
@import "./css/base.css";
@import "./css/header.css";
@import "./css/table.css";
@import "./css/ui.css";