diff --git a/content/extra/button.gif b/content/extra/button.gif new file mode 100644 index 0000000..ab07a8d Binary files /dev/null and b/content/extra/button.gif differ 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); + } }