From 7bb5ea3372c81f25c0ad9bae889acf9d7e61da40 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 5 Jan 2025 09:08:34 -0500 Subject: * --- html/matt-chat/ChicagoFLF.ttf | Bin 0 -> 31256 bytes html/matt-chat/index.html | 20 +++++++++----------- 2 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 html/matt-chat/ChicagoFLF.ttf (limited to 'html/matt-chat') diff --git a/html/matt-chat/ChicagoFLF.ttf b/html/matt-chat/ChicagoFLF.ttf new file mode 100644 index 0000000..60691e1 Binary files /dev/null and b/html/matt-chat/ChicagoFLF.ttf differ diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 35e1086..535dc29 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -98,7 +98,7 @@ @media (max-width: 600px) { #chat-container { - max-height: 300px; /* Reduce max height for mobile */ + max-height: 300px; } } @@ -140,20 +140,18 @@ .bot-time { margin: 0.5em 0; - font-size: 0.9em; /* Smaller font size */ - color: #888; /* Lighter color */ - text-align: center; /* Center the text */ + font-size: 0.9em; + color: #888; + text-align: center; } - /* Existing styles become part of "professional" theme */ - /* Move existing styles under this selector */ + /* Professional theme */ body.theme-professional { font-family: Arial, sans-serif; font-size: 22px; - /* ... existing body styles ... */ } - /* Add Molly Millions theme */ + /* Molly Millions theme */ body.theme-molly-millions { font-family: "Courier New", monospace; font-size: 22px; @@ -246,7 +244,7 @@ color: #005500; } - /* Add Cloud theme */ + /* Cloud theme */ body.theme-cloud { font-family: "Press Start 2P", "Courier New", monospace; font-size: 18px; @@ -365,10 +363,10 @@ font-size: 12px; } - /* Add Classic Mac theme */ + /* Classic Mac theme */ @font-face { font-family: 'ChicagoFLF'; - src: url('https://dl.dropboxusercontent.com/s/5h2j708xuoyjnk7/ChicagoFLF.woff2') format('woff2'); + src: url('/ChicagoFLF.ttf') format('truetype'); } body.theme-classic { -- cgit 1.4.1-2-gfad0