From b9ffaa7357430fb58480e0692510505d89c3a60e Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 7 Aug 2025 13:38:17 -0600 Subject: [PATCH] Add xxiivv webring --- content/extra/button.gif | Bin 0 -> 1438 bytes content/extra/xxiivv-icon.black.svg | 1 + themes/theme/templates/base.html | 9 ++++++++- themes/theme/templates/style.css | 17 +++++++++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 content/extra/button.gif create mode 100644 content/extra/xxiivv-icon.black.svg diff --git a/content/extra/button.gif b/content/extra/button.gif new file mode 100644 index 0000000000000000000000000000000000000000..ab07a8df4c051450f79b1560a1fc3afc428cf5f0 GIT binary patch literal 1438 zcmZ?wbhEHbj9`#wc;3YzB_$;-EiEG>BP%N_Cnu+%prEX*tg5Q2rlzK@uCAe>p{1pz zt*x!6r)OYbU}9ooYHDh3Zf;>=VP$1yXJ_Z&;Na@&>hA9D;o;%s<>l?|?c?L)=jZ3| z?;j8l5EK*?5)u*~9v%@95g8d76%`d17Z)ENpO~1KoSdANmX@BLo{^D}m6er~larg9 zo1dRwP*6})YaA1-QC^O)6?7AJ7L0v zi4!MIo;-QVlqplEPMtn|`ivPfX3d&4XU?2?^X4sFxNy;;MN5_}S-N!TvSrJbFJHcL z<;qp7R;^yWdfmEp8#Zj%xN+mAO`A4v-n?bYmaSX2ZriqP`}XZScI?=>bLXBtd-m?# zyKmpV{rmSHIB?+L!GnhnA3k#A$cYmtPM;u>?c2BS z+_`h_-o5+x?>~6(;NioEj~+dG{P^*cCr_R|d-nYK^A|5(ynOlc?c2BS-o5+y@#CjY zpFV&7{N>A+uV24@`}Xbo_wPS`{P^|j*YDrI|NQy$_wV0-|Ni~||DRzL&^QDX{|P!5 zr6!i7rYMwWmSiZnd-?`2DE?$&aFeZJ3Knn^Tj0vBha+^08|H7iaxFr*4y6yVtD$If6S z)G5f}cz&KJgUB4iBVh_J>_e0oItrhZoSp9|9_IPQVS$XJ7304<9A~WqCpK0*;qaN1 zal(P8V*?M%+_r?+2{$5zWj3nz$yipY6g8C>^SC%E1x@)r#i4iw`vHkgn}bJMd^n1Z z)pSZE&M#eQxFyO_mEn@RL`1?yH>DGdAMQISDn!I_GMj2lkm|UQ__+75<#Y~y>3P>4 zI>`%tVO3J&X<_ZUXUXBv&B??d*~4SS;ikl)!XnkreD`^mPfOAlS)}__WXV+n2>o_9{+oT=D@56GS>K3>}!GM1r1mF)e(Vq7=ZSpv=I2=OeoS zr@(_I@wS&8Pu*m^R2(GRN?6zm^HiKV6w6}_U(D2#oAqK5L&FC*rHqb}SM9tKaa;}4 zRsBDKS*9JaYR-L`<)wJqHp%2Hj^LgK1%YMK2$FtS%_x<_y`u%=}!y*C<)&Q<| B@aF&k literal 0 HcmV?d00001 diff --git a/content/extra/xxiivv-icon.black.svg b/content/extra/xxiivv-icon.black.svg new file mode 100644 index 0000000..a707d39 --- /dev/null +++ b/content/extra/xxiivv-icon.black.svg @@ -0,0 +1 @@ + diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html index 25d7714..29af546 100644 --- a/themes/theme/templates/base.html +++ b/themes/theme/templates/base.html @@ -34,8 +34,15 @@ + +

+ + XXIIVV webring + +

+ diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 79964ee..11d1943 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -104,6 +104,19 @@ text-align: center; } + .xxiivv { + text-align: center; + } + + .xxiivv img { + width: 30px; + height: 30px; + } + + .xxiivv a { + border-bottom: none; + } + .toc { float: right; padding: 0.75rem; @@ -257,4 +270,8 @@ .nofilter img { filter: initial !important; } + + .xxiivv img { + filter: invert(1); + } }