From 970cd6262c3e9d598c618f6d2fef015101a0a425 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:14:20 -0600 Subject: [PATCH 1/7] Update index.php adding typing effect --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 0adfbf5..4516962 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ -

$ welcome to tilde.club

+

$ welcome to tilde.club

Questions? See the official FAQ.

From 6711e6a3f9cbb547083aab6cb7abb46883b1c421 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:15:21 -0600 Subject: [PATCH 2/7] Update style.css adding typing effect. --- style.css | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/style.css b/style.css index b9a2c6f..b9ffb66 100644 --- a/style.css +++ b/style.css @@ -53,9 +53,6 @@ a:hover {color: #f20;} hr { border-color: #fb5; } -.text-center { - text-align: center -} .advisory { background: #fc4; color: #222; @@ -63,25 +60,37 @@ hr { padding: 1em; border-radius: 0.25em; } -@keyframes cursor { - from { content: "_"; } - to { content: ""; } -} -@media not (prefers-reduced-motion: reduce) { - h1::after { - content: "_"; - animation-name: cursor; - animation-iteration-count: infinite; - animation-timing-function: cubic-bezier(1.0,0,0,1.0); - animation-duration: 1s; - } -} h1 { text-transform: uppercase; color: #fb5; font-family: monospace; } +/* THEGOODS */ +#fancyboi::before { + content: "$ "; +} +@media (prefers-reduced-motion: no-preference) { + @keyframes flash { + 50% { opacity: 0; } + } + @keyframes reveal { + from { width: 2em; } /* Width of ::before */ + to { width: 100%; } + } + #fancyboi { + overflow: hidden; + white-space: nowrap; + animation: reveal 4s linear; + text-overflow: "â–ˆ"; + } + #fancyboi::after { + content: "â–ˆ"; + animation: flash 0.5s step-end infinite; + } +} +/* SDOOGEHT */ + .sourceCode { color:#008000; } @@ -141,4 +150,3 @@ div.alert-success { display: block; } } - From 3096a6f69a8df8da1a19c530eef86594a755121d Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:17:23 -0600 Subject: [PATCH 3/7] Update header24h.php Adding typing CSS effect --- header24h.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header24h.php b/header24h.php index 367cb46..ecc5609 100644 --- a/header24h.php +++ b/header24h.php @@ -20,7 +20,7 @@
-

$ recently updated

+

$ recently updated

From 2a38e4ad1adf01901b3616e43102babd5f50eb6f Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:17:55 -0600 Subject: [PATCH 4/7] Update 404.php adding typing CSS effect. --- 404.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.php b/404.php index a6befab..2630266 100644 --- a/404.php +++ b/404.php @@ -1,6 +1,6 @@ -

$ ERROR 404

+

$ ERROR 404

From d66ad4d2f37f01246c2d0c3d0cbadacb09e84193 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:18:38 -0600 Subject: [PATCH 5/7] update signup index.php adding typing CSS effect. --- users/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/index.php b/users/index.php index b6bc411..9328fad 100644 --- a/users/index.php +++ b/users/index.php @@ -7,7 +7,7 @@ $title = 'tilde.club users'; include __DIR__.'/../header.php'; ?> -

$ full user list

+

$ full user list

From ea697b92ff5227fb3def07d301f681c214411a04 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:19:12 -0600 Subject: [PATCH 6/7] Update wiki index.php Adding typing CSS effect --- wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/index.php b/wiki/index.php index 86bb762..abf4287 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -3,7 +3,7 @@ $title = "tilde.club wiki"; include __DIR__."/../header.php"; ?> -

$ the tilde.club wiki

+

$ the tilde.club wiki

From e0a2d09d7de47fbb930b1326cb59574b3fd577a8 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 6 May 2020 23:20:18 -0600 Subject: [PATCH 7/7] Update wiki.tmpl Adding typing CSS effect --- wiki/wiki.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/wiki.tmpl b/wiki/wiki.tmpl index 5b43190..c5bf3a7 100644 --- a/wiki/wiki.tmpl +++ b/wiki/wiki.tmpl @@ -49,7 +49,7 @@ $highlighting-css$
$if(title)$
-

$$ $title$

+

$$ $title$

$if(subtitle)$

$subtitle$