From 22373c250beea2712bb4890c7375a6ce3d8ea59f Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Fri, 13 Mar 2026 13:54:51 +0100 Subject: [PATCH] =?UTF-8?q?Samle=20CSS=20i=20=C3=A9n=20delt=20fil=20og=20o?= =?UTF-8?q?ppdater=20stempler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flytt identisk style.css fra kalkulatorkatalogene til public/style.css og oppdater alle index.html til å referere ../style.css. Nye stempler: «Penger lager penger» (sparing), «Boligfesten» (bolig), «Fødselsloteriet» (arv) + sarkastisk åpning i arv-banneret. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 11 +- TODO.md | 5 + public/arv/index.html | 6 +- public/bolig/index.html | 4 +- public/bolig/style.css | 370 ------------------------------------- public/lonn/index.html | 2 +- public/lonn/style.css | 370 ------------------------------------- public/sparing/index.html | 4 +- public/sparing/style.css | 370 ------------------------------------- public/{arv => }/style.css | 0 10 files changed, 20 insertions(+), 1122 deletions(-) create mode 100644 TODO.md delete mode 100644 public/bolig/style.css delete mode 100644 public/lonn/style.css delete mode 100644 public/sparing/style.css rename public/{arv => }/style.css (100%) diff --git a/CLAUDE.md b/CLAUDE.md index fdbf38b..701acc8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,13 +8,16 @@ Collection of interactive calculators visualizing how seemingly small difference ## Architecture -Static site in `public/` — no build system, no package manager. Serve `public/` as the site root. Each topic gets its own subdirectory with `index.html`, `style.css`, `app.js`. +Static site in `public/` — no build system, no package manager. Serve `public/` as the site root. Each topic gets its own subdirectory with `index.html` and `app.js`. + +### Shared CSS + +`public/style.css` — Shared stylesheet used by all calculators (referenced as `../style.css`). CSS custom properties in `:root`, CSS Grid layouts, responsive breakpoints at 560px/480px/360px. Calculators can add a supplementary `