decor-6-expe/maquette-tests/assets/css/01_var.css

79 lines
1.4 KiB
CSS
Raw Normal View History

2026-02-23 11:35:07 +01:00
:root{
2026-03-16 12:01:16 +01:00
--symbol: "+";
2026-03-16 09:48:16 +01:00
--unit: 70px;
--sub-unit: 17.5px;
2026-02-23 23:30:33 +01:00
--font: 'Routed Gothic', sans-serif;
2026-02-24 14:09:50 +01:00
--font: 'Wagram Slab', serif;
2026-03-04 10:52:07 +01:00
--font: 'Bilzig', serif;
2026-03-04 13:53:24 +01:00
--font: 'Routed Gothic', sans-serif;
2026-03-15 11:09:25 +01:00
--font-title: 'OCR-X';
2026-03-04 10:52:07 +01:00
/* --font: 'HAL Timezone', serif; */
2026-02-23 11:35:07 +01:00
--mono: 'Selectric Mono', monospace;
2026-02-24 09:11:23 +01:00
--mono: 'Ivory Mono', monospace;
2026-02-24 12:40:59 +01:00
--mono: 'Baskemo Sans', monospace;
2026-03-04 10:52:07 +01:00
--mono: 'HAL Timezone Mono', monospace;
--mono: 'Routed Gothic Wide', sans-serif;
2026-02-24 12:40:59 +01:00
2026-03-04 08:33:34 +01:00
--font-decor: 'Decor Round Random';
2026-03-04 13:53:24 +01:00
--font-notes: 'Selectric Mono', monospace;
--font-notes: 'Baskemo Sans', monospace;
2026-03-15 11:09:25 +01:00
--font-notes: 'OCR-X';
2026-03-04 13:53:24 +01:00
2026-03-04 08:33:34 +01:00
--font-sans: 'Routed Gothic', serif;
2026-03-04 13:53:24 +01:00
--font-subtitle: 'Routed Gothic Wide', sans-serif;
/* --font-subtitle: 'Baskemo Sans', monospace; */
--font-nav: 'Routed Gothic', sans-serif;
2026-02-23 23:30:33 +01:00
--title: 'HNoailles Times Triplex', sans-serif;
2026-02-23 11:35:07 +01:00
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
2026-03-04 10:52:07 +01:00
--grey: #e4e4e4;
--border-grey: 2px solid var(--grey);
2026-02-24 12:40:59 +01:00
2026-02-23 11:35:07 +01:00
2026-02-23 22:44:59 +01:00
--indent: 7mm;
2026-03-04 13:53:24 +01:00
--font-size: 14px;
--baseline: 18px;
2026-02-23 22:44:59 +01:00
2026-03-04 13:53:24 +01:00
--fs-nav: 11px;
2026-03-16 09:48:16 +01:00
--fs-subtitle: 16px;
2026-03-04 13:53:24 +01:00
--fs-notes: 11px;
2026-03-04 10:52:07 +01:00
2026-03-16 09:48:16 +01:00
2026-03-04 10:52:07 +01:00
--gap: 8px;
--sign-family: 'Teletext';
2026-03-15 11:09:25 +01:00
--sign-size: 16px;
2026-03-16 09:48:16 +01:00
--sign-baseline: 18px;
--sign-spacing: 0.45rem;
2026-03-16 13:44:41 +01:00
--sign-spacing: 7.5px;
2026-03-16 13:57:11 +01:00
--sign-color: var(--blue);
2026-03-16 12:01:16 +01:00
/* --sign-color: black; */
2026-03-15 11:09:25 +01:00
2026-02-23 11:35:07 +01:00
}