From 89e22f1a5853cb80219c48adfc6df139d6ad9ab1 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 9 Oct 2025 16:48:23 +0800 Subject: qrcodes --- _sass/main.scss | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index ac8d238..e10513b 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -183,3 +183,54 @@ body { align-items: center; } } + +.donation { + margin-block-end: 2rem; + + @media (min-width: 48rem) { + width: 40%; + margin-inline-start: 2rem; + float: right; + } +} + +.donation-title { + font-size: 1.25rem; +} + +.donation-details { + margin-top: 1rem; + background-color: var(--color-neutral-900); + border: 1px solid var(--color-neutral-800); + border-radius: 0.5rem; +} + +.donation-summary { + display: flex; + align-items: center; + padding-block: 1rem; + padding-inline: 1rem; + gap: 0.5rem; + font-weight: 500; + font-size: 0.875rem; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23737373' fill-rule='evenodd' d='M4.22 6.222a.75.75 0 0 1 1.06 0L8 8.942l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0l-3.25-3.25a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E"); + background-position: right 1rem top 50%; + background-repeat: no-repeat; + list-style: none; + cursor: pointer; +} + +.donation-summary + p { + padding: 1rem; +} + +.donation-details[open] .donation-summary { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23737373' fill-rule='evenodd' d='M11.78 9.783a.75.75 0 0 1-1.06 0L8 7.063l-2.72 2.72a.75.75 0 1 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06' clip-rule='evenodd'/%3E%3C/svg%3E"); + border-bottom: 1px solid var(--color-neutral-800); +} + +.donation-note { + margin-block-start: 1rem; + font-size: 0.875rem; + color: var(--color-neutral-600); +} -- cgit v1.2.3 From 0c17fe3de4635a09980c1cfcab81e4d058f170ed Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 9 Oct 2025 17:00:05 +0800 Subject: add a divider --- _sass/main.scss | 7 +++++++ wall-of-love.markdown | 2 ++ 2 files changed, 9 insertions(+) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index e10513b..aabc110 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -142,6 +142,13 @@ body { color: var(--color-neutral-50); } +.site-main hr { + margin-block: 2rem; + background-color: var(--color-neutral-900); + border: 0; + height: 1px; +} + .site-footer { grid-area: footer; padding-inline: 1.5rem; diff --git a/wall-of-love.markdown b/wall-of-love.markdown index 0af13a0..a65111d 100644 --- a/wall-of-love.markdown +++ b/wall-of-love.markdown @@ -48,5 +48,7 @@ real reason the fans are still spinning.

+--- + - **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_ - **吴**** — Donated a front panel on _December 15th, 2024_ -- cgit v1.2.3 From a2c65bceaf7b83e20360281dcb35e2945bfb04da Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 9 Oct 2025 17:04:22 +0800 Subject: recent supporters --- _sass/main.scss | 9 +++++---- wall-of-love.markdown | 4 +++- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index aabc110..baa595a 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -104,6 +104,11 @@ body { padding-inline: 1.5rem; } +.site-main h2 { + font-size: 1.125rem; + margin-block-end: 1rem; +} + .site-main p { margin-block-end: 1.5rem; } @@ -201,10 +206,6 @@ body { } } -.donation-title { - font-size: 1.25rem; -} - .donation-details { margin-top: 1rem; background-color: var(--color-neutral-900); diff --git a/wall-of-love.markdown b/wall-of-love.markdown index a65111d..5194abe 100644 --- a/wall-of-love.markdown +++ b/wall-of-love.markdown @@ -6,7 +6,7 @@ Big thanks to everyone keeping this project alive and breathing. You’re the real reason the fans are still spinning.
-

+

Love our work? Buy us a coffee!

@@ -50,5 +50,7 @@ real reason the fans are still spinning. --- +## Recent Supporters + - **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_ - **吴**** — Donated a front panel on _December 15th, 2024_ -- cgit v1.2.3 From abcd30fd98603807b527cca9f7b7fc9ad1a9408b Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Thu, 9 Oct 2025 17:20:10 +0800 Subject: style blockquote element --- _sass/main.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index baa595a..d87ab71 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -154,6 +154,17 @@ body { height: 1px; } +.site-main blockquote { + margin-block-start: 0.75rem; + padding-block: 0.75rem; + padding-inline: 1rem; + font-size: 0.875rem; + color: var(--color-neutral-300); + background-color: var(--color-neutral-900); + border-radius: 0.375rem; + overflow: hidden; +} + .site-footer { grid-area: footer; padding-inline: 1.5rem; -- cgit v1.2.3