From afd99384d0ca224907901a92a87963663559589d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 27 Oct 2025 00:06:35 +0500 Subject: feat: generate twitch chat via form --- index.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 18 ++++++++++++++++- twitch.html | 20 +++++++++++++----- 3 files changed, 99 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index e69de29..32f47d7 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,67 @@ + + + + ilotterytea's chat widget + + + +

ilotterytea's chat widget

+

a simple, client-side, lightweight Twitch chat for your streams.

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ More... + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css index 9776355..24e9519 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,23 @@ margin: 0; } +body { + font-family: Arial, Helvetica, sans-serif; +} + +form div { + display: block; +} + +.center { + width: 35em; + margin: 0 auto; +} + +.center>* { + margin-bottom: 16px; +} + .messages { display: flex; flex-direction: column; @@ -20,7 +37,6 @@ text-shadow: 1px 1px 2px var(--message-shadow-color); padding: 4px; border-bottom: 1px solid var(--message-shadow-color); - font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: gray; } diff --git a/twitch.html b/twitch.html index 504c752..109c676 100644 --- a/twitch.html +++ b/twitch.html @@ -16,15 +16,23 @@ -- cgit v1.2.3