diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/changelog/index.gsp | 2 | ||||
-rw-r--r-- | src/style.css | 28 | ||||
-rw-r--r-- | src/table-key.gsp | 14 |
3 files changed, 31 insertions, 13 deletions
diff --git a/src/changelog/index.gsp b/src/changelog/index.gsp index 37ad479..85f5575 100644 --- a/src/changelog/index.gsp +++ b/src/changelog/index.gsp @@ -55,7 +55,7 @@ html lang="en" { p {- We later went to Volksbank to get banknotes to track for @a - href="https://eurobilltracket.com" + href="https://eurobilltracker.com" target="_blank" {-EuroBillTracker}, and I also got myself a German (W) €20 note bearing the signature of Christine Lagarde, which was 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 @@ -16,6 +16,18 @@ table #table-key cellspacing="0" { 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 |