From 63c08b64e2de78fa706e8340c0a37409d6941ced Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 11 Jul 2025 19:51:53 +0200 Subject: + Today’s finds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 28 +++++++++++++++++----------- src/table-key.gsp | 14 +++++++++++++- 2 files changed, 30 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 6d00b54..eab5295 100644 --- a/src/style.css +++ b/src/style.css @@ -455,22 +455,28 @@ main section { text-align: right; } -.nifc { background-color: pink; } -.have { background-color: green; } -.have-nifc { background-color: #5DBB63; } -.not-minted { background-color: black; } -.unknown { background-color: grey; } -.error { background-color: red; } +.nifc { background-color: pink; } +.have { background-color: green; } +.have-nifc { background-color: #5DBB63; } +.not-minted { background-color: black; } +.unknown { background-color: grey; } +.error { background-color: red; } +.getting { background-color: yellow; } +.getting-nifc { background-color: khaki; } .have-proof { background-color: #5DBB63; position: relative; } +.getting-proof { + background-color: khaki; + position: relative; +} -.have-proof:before { animation: slide 2s linear 1s infinite; } -.have-proof:after { animation: slide 2s linear 0s infinite; } +:is(.have-proof, .getting-proof):before { animation: slide 2s linear 1s infinite; } +:is(.have-proof, .getting-proof):after { animation: slide 2s linear 0s infinite; } -.have-proof:before, -.have-proof:after { +:is(.have-proof, .getting-proof):before, +:is(.have-proof, .getting-proof):after { content: ''; top: 0; left: 0; @@ -875,4 +881,4 @@ div .country-table:not(:first-child) { .blurb { flex-direction: column; align-items: center; -} +} \ No newline at end of file diff --git a/src/table-key.gsp b/src/table-key.gsp index ba551a8..db726b1 100644 --- a/src/table-key.gsp +++ b/src/table-key.gsp @@ -15,6 +15,18 @@ table #table-key cellspacing="0" { td {div .have-proof {}} td {-In my collection (proof)} } + tr { + td {div .getting {}} + td {-Getting for my collection} + } + tr { + td {div .getting-nifc {}} + td {-Getting for my collection (NIFC)} + } + tr { + td {div .getting-proof {}} + td {-Getting for my collection (proof)} + } tr { td {div .unknown {}} td {-Circulation status unknown} @@ -23,4 +35,4 @@ table #table-key cellspacing="0" { m4_dnl td {div .not-minted {}} m4_dnl td {-m4_ifdef([__coins], [Not minted], [Not printed])} m4_dnl } -} +} \ No newline at end of file -- cgit v1.2.3