P1 fondation : tokens layerés, reset, thèmes (base/renovation/aep/tmip), 9 primitives Astro, pont Tailwind 4, démo kitchen sink
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
38
theme/tmip.css
Normal file
38
theme/tmip.css
Normal file
@@ -0,0 +1,38 @@
|
||||
/* ==========================================================================
|
||||
theme/tmip.css — tmip.trans-former.fr
|
||||
PLACEHOLDER — palette à confirmer, sera remplie au prompt P2 (migration
|
||||
TMIP). Ne pas importer en l'état : sans surcharge, le site tourne sur le
|
||||
thème neutre de tokens.css.
|
||||
|
||||
À remplir en clonant la structure de theme/base.css :
|
||||
- stacks --font-heading / --font-body
|
||||
- bloc clair (:root)
|
||||
- bloc sombre (:root[data-theme="dark"])
|
||||
- duplication sombre dans @media (prefers-color-scheme: dark)
|
||||
avec le garde :root:not([data-theme="light"])
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
:root {
|
||||
--font-heading: ... ;
|
||||
--font-body: ... ;
|
||||
|
||||
--bg: ... ;
|
||||
--bg-alt: ... ;
|
||||
--surface: ... ;
|
||||
--surface-2: ... ;
|
||||
--text: ... ;
|
||||
--text-muted: ... ;
|
||||
--text-subtle: ... ;
|
||||
--border: ... ;
|
||||
--border-strong: ... ;
|
||||
--primary: ... ;
|
||||
--primary-hover: ... ;
|
||||
--on-primary: ... ;
|
||||
--accent: ... ;
|
||||
--on-accent: ... ;
|
||||
--link: ... ;
|
||||
--link-hover: ... ;
|
||||
--focus-ring: ... ;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user