From 0b8883c236a06a14e5e6958ed47f89729b0e41aa Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 15 Aug 2024 00:31:13 -0700 Subject: [PATCH] update about page and fix blinking cursor seizure --- static/css/styles.css | 47 ++++++++++++++++++++++++------------------- templates/about.html | 10 ++++----- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 886052e..e7a0efc 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -16,33 +16,38 @@ padding: 0; color: var(--text-color); font-family: "ComicSans", sans-serif; - - cursor: url("/static/img/cursor-1.png"), auto; - -webkit-animation: cursor 400ms infinite; - animation: cursor 400ms infinite; } -@-webkit-keyframes cursor { - 0% { +/* i just cannot get this to look good on firefox... */ +@supports not (-moz-appearance: none) { + * { cursor: url("/static/img/cursor-2.png"), auto; + -webkit-animation: cursor 400ms infinite; + animation: cursor 400ms infinite; } - 50% { - cursor: url("/static/img/cursor-1.png"), auto; - } - 100% { - cursor: url("/static/img/cursor-2.png"), auto; - } -} -@keyframes cursor { - 0% { - cursor: url("/static/img/cursor-2.png"), auto; + @-webkit-keyframes cursor { + 0% { + cursor: url("/static/img/cursor-2.png"), auto; + } + 50% { + cursor: url("/static/img/cursor-1.png"), auto; + } + 100% { + cursor: url("/static/img/cursor-2.png"), auto; + } } - 50% { - cursor: url("/static/img/cursor-1.png"), auto; - } - 100% { - cursor: url("/static/img/cursor-2.png"), auto; + + @keyframes cursor { + 0% { + cursor: url("/static/img/cursor-2.png"), auto; + } + 50% { + cursor: url("/static/img/cursor-1.png"), auto; + } + 100% { + cursor: url("/static/img/cursor-2.png"), auto; + } } } diff --git a/templates/about.html b/templates/about.html index 3c4c265..9e96bfd 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,18 +2,16 @@

hatecomputers.club is a club for those that, well, hate computers!


-

we maintain a little homelab mesh for our own little computing community! as a member you'll have access to split-zone dns for our intranet as well as ownership to "*.USER.hatecomputers.club." for which you can do almost anything. we host, and plan to host, all kinds of stuff for each other :).

+

we maintain a little homelab mesh for our own little computing community! as a member you'll have access to split-zone dns for our intranet as well as ownership to "*.USER.hatecomputers.club." for which you can do almost anything. we host, and plan to host, all kinds of stuff for each other :)


you may align with us if you believe any (or all) of the following:


{{ end }}