From e2273a732afcb86e7b38b5a44ba4d754794830a0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Aug 2025 21:08:02 +0200 Subject: Add better statistics --- src/euro/index.ccoins.gsp | 12 ++++++++++++ src/style.css | 5 +++++ 2 files changed, 17 insertions(+) (limited to 'src') diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp index 4f1392b..d6d117c 100644 --- a/src/euro/index.ccoins.gsp +++ b/src/euro/index.ccoins.gsp @@ -70,6 +70,12 @@ html lang="en" { section .cl-section .slant-down { div { + ul .stats-list { + li {-Circulating: __stats(s, circ)} + li {-NIFC: __stats(s, nifc)} + li {-Combined: __stats(s, comb)} + } + table .coin-table cellspacing="0" { thead { tr { @@ -104,6 +110,12 @@ html lang="en" { section .cl-section .slant-down { div { + ul .stats-list { + li {-Circulating: __stats(c, circ)} + li {-NIFC: __stats(c, nifc)} + li {-Combined: __stats(c, comb)} + } + table .coin-table .commemorative-table cellspacing="0" { thead { tr { diff --git a/src/style.css b/src/style.css index c72908b..ae908ba 100644 --- a/src/style.css +++ b/src/style.css @@ -662,6 +662,11 @@ div .country-table:not(:first-child) { border-radius: 16px 16px 16px 16px; } +.stats-list { + list-style: none; + margin-bottom: 32px; +} + .coin-table { width: calc(95% + 32px); white-space: nowrap; -- cgit v1.2.3