Commit Graph

6 Commits

Author SHA1 Message Date
James cf7763f89d style: apply vault1984.css throughout all pages
- Tailwind removed from all 6 pages (zero remaining references)
- vault1984.css extended: code-block, feature-icon, checklist, footer,
  prose, badge, price-card, gradient-text, animations, scroll
- index.html: full rewrite preserving hero/swarm SVGs and geo JS
- pricing.html: price-card, checklist classes, FAQ in prose
- install.html: step layout with step-num circles, code-block
- privacy.html / terms.html: prose layout, legal content updated (L1/L2 -> Sealed/Agent)
- sources.html: grid-2 with card class
- All pages: standard nav + footer, vault1984.css only
2026-03-02 08:07:38 -05:00
James 3e18f04b21 style: card bg = button bg values, --bg more blue-gray
- card: rgba(100,140,200,0.12) blue-gray tint
- card.alt/gold/red: same opacity (0.15) as matching buttons
- --bg: #0d1520 (was #0A1628, slightly more blue-gray)
2026-03-02 04:24:24 -05:00
James d9eb540ab1 style: cards use rgba tint+border pattern like buttons
- card: rgba(255,255,255,0.04) bg + rgba(255,255,255,0.12) border
- card.alt: rgba(34,197,94,0.07) + green border
- card.gold: rgba(212,175,55,0.08) + gold border
- card.red: rgba(239,68,68,0.07) + red border
2026-03-02 04:21:15 -05:00
James c8d801c5a0 style: increase card contrast vs background
- --surface: #142542 (was #0d1627, too close to bg #0A1628)
- --surface-alt: #0e2414 (stronger green tint for sealed fields)
- --border: rgba(255,255,255,0.09) (slightly more visible)
- .card-hover base border bumped to 0.12 alpha
2026-03-02 04:20:26 -05:00
James d9e5b03e3d feat: nav classes, --width:1280px, nav in styleguide
- .nav .nav-inner .nav-logo .nav-links .nav-link in vault1984.css
- --width bumped 1100->1280px to match nav (one consistent width)
- hosted.html nav converted to vault1984.css classes, tailwind removed
- styleguide.html has live nav at top
2026-03-02 04:15:06 -05:00
James 32316a91d0 feat: vault1984.css global stylesheet + styleguide.html
- Single CSS file, CSS variables for all tokens
- One rule per class, no exceptions
- vault1984.css: layout, type, cards, buttons, grid, spacing, dc-grid
- styleguide.html: colors, typography, cards, buttons, grid, spacing
- Strict: --width:1100px everywhere, --pad:2rem everywhere
2026-03-02 04:11:50 -05:00