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

59 lines
1.2 KiB
CSS
Raw Normal View History

2026-02-23 11:35:07 +01:00
:root{
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-10 14:17:49 +01:00
--font: "Triplicate T4";
2026-03-04 13:53:24 +01:00
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-10 14:17:49 +01:00
--font-ocr: "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-03-10 14:17:49 +01:00
--font-nav: "OCR X";
2026-03-04 13:53:24 +01:00
2026-02-23 23:30:33 +01:00
--title: 'HNoailles Times Triplex', sans-serif;
2026-02-23 11:35:07 +01:00
2026-03-10 14:17:49 +01:00
--rouge: #9B0000;
--vert:#009B00;
--vert-light:#009b0025;
--bleu: #00009B;
2026-02-23 11:35:07 +01:00
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-10 14:17:49 +01:00
--font-size: 12.5px;
--baseline: 16px;
2026-02-23 22:44:59 +01:00
2026-03-04 13:53:24 +01:00
--fs-nav: 11px;
--fs-subtitle: 11px;
2026-03-10 14:17:49 +01:00
--fs-notes: 10px;
2026-03-04 10:52:07 +01:00
--unit: 20px;
--gap: 8px;
2026-03-10 14:17:49 +01:00
--border: 4mm;
2026-03-04 10:52:07 +01:00
2026-02-23 11:35:07 +01:00
}