From ae18b3bfcc33f720941c39427dfdbe7858bab133 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 4 May 2022 21:56:48 +0200 Subject: stop comically large shownames from moving to the bottom --- webAO/styles/chatbox/aa.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 33428ae..688f199 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -86,7 +86,6 @@ text-justify: distribute; line-height: 100%; margin: 0; - margin-top: 2.75%; } #client_chat { @@ -139,4 +138,4 @@ 100% { right: 0; } -} \ No newline at end of file +} -- cgit From 3d280ac650081343ca9e870cbdc7db71942b5834 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 19 Jul 2022 23:53:38 +0200 Subject: OPTIMIZE --- webAO/styles/chatbox/drv3chatbox.png | Bin 36885 -> 33880 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/drv3chatbox.png b/webAO/styles/chatbox/drv3chatbox.png index ecf5e1f..224e2c5 100644 Binary files a/webAO/styles/chatbox/drv3chatbox.png and b/webAO/styles/chatbox/drv3chatbox.png differ -- cgit From 53d6ddae3df298bd2e8c01e1c7858acd3cc59bee Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 29 Jul 2022 16:36:33 +0200 Subject: fix pl vs pw chatbox --- webAO/styles/chatbox/chatplvsaa.css | 26 +++++++++++++++----------- webAO/styles/chatbox/plvspw.png | Bin 0 -> 213 bytes webAO/styles/chatbox/plvspw_name.png | Bin 0 -> 211 bytes 3 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 webAO/styles/chatbox/plvspw.png create mode 100644 webAO/styles/chatbox/plvspw_name.png (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css index 23a8ea0..068e412 100644 --- a/webAO/styles/chatbox/chatplvsaa.css +++ b/webAO/styles/chatbox/chatplvsaa.css @@ -1,5 +1,5 @@ .text_white { - color: #fff; + color: #120f09; } .text_blue { @@ -53,33 +53,37 @@ #client_name { display: block; - left: 1%; + left: 2%; top: 0; height: 20%; min-width: 15%; padding: 0px 6px; - border: 2px ridge #b1822d; - border-radius: 0.4em; - background: #783500; + image-rendering: crisp-edges; + border-image-source: url("plvspw_name.png"); + border-image-slice: 6 fill; + border-image-width: 0.4em; position: absolute; z-index: 1; } #client_inner_name { margin: 1px; + padding: 0 0.4em; } #client_chat { font-size: 1em; display: block; width: 99%; - width: calc(100% - 4px); + width: calc(100% - 0.4em); margin: auto; height: 80%; - border: 2px ridge #d9a63b; - border-radius: 0.5em; - background-color: rgba(148,96,0,0.6); + image-rendering: crisp-edges; + border-image-source: url("plvspw.png"); + border-image-slice: 10 fill; + border-image-width: 0.4em; bottom: 0; + left: 0.2em; position: absolute; word-break: keep-all; word-wrap: break-word; @@ -90,8 +94,8 @@ } #client_inner_chat { - margin: 6px; - padding: 6px 20px; + margin: 0.1em; + padding: 0.3em 0.6em; } #client_chatwaiting { diff --git a/webAO/styles/chatbox/plvspw.png b/webAO/styles/chatbox/plvspw.png new file mode 100644 index 0000000..ba6a7e8 Binary files /dev/null and b/webAO/styles/chatbox/plvspw.png differ diff --git a/webAO/styles/chatbox/plvspw_name.png b/webAO/styles/chatbox/plvspw_name.png new file mode 100644 index 0000000..d9fc4e1 Binary files /dev/null and b/webAO/styles/chatbox/plvspw_name.png differ -- cgit From a3c8f2180a38fa30505324a1140c7999076f929b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 29 Jul 2022 16:42:44 +0200 Subject: fix animal crossing colors --- webAO/styles/chatbox/acww.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 9818b4e..9a046e9 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -2,6 +2,38 @@ color: #000; } +.text_green { + color: #0f0; +} + +.text_red { + color: #f00; +} + +.text_orange { + color: #ffa500; +} + +.text_blue { + color: #b3b2fa; +} + +.text_yellow { + color: #ff0; +} + +.text_pink { + color: #ffc0cb; +} + +.text_cyan { + color: #0ff; +} + +.text_grey { + color: #bbb; +} + #client_chatcontainer { display: block; position: absolute; -- cgit From 317e9948ca40313871ded798a26cffa16785d154 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 29 Jul 2022 16:42:54 +0200 Subject: fix ddlc redundant text stroke --- webAO/styles/chatbox/ddlc.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css index 01d30e8..57c263e 100644 --- a/webAO/styles/chatbox/ddlc.css +++ b/webAO/styles/chatbox/ddlc.css @@ -1,46 +1,37 @@ .text_white { color: #fff; - -webkit-text-stroke: 0.04em #523643; } .text_blue { color: #6bc6f7; - -webkit-text-stroke: 0.04em #523643; } .text_green { color: #00f700; - -webkit-text-stroke: 0.04em #523643; } .text_red { color: #f00; - -webkit-text-stroke: 0.04em #523643; } .text_orange { color: #f77339; - -webkit-text-stroke: 0.04em #523643; } .text_yellow { color: #ff0; - -webkit-text-stroke: 0.04em #523643; } .text_pink { color: #ffc0cb; - -webkit-text-stroke: 0.04em #523643; } .text_cyan { color: #0ff; - -webkit-text-stroke: 0.04em #523643; } .text_grey { color: #bbb; - -webkit-text-stroke: 0.04em #523643; } #client_chatcontainer { @@ -97,6 +88,7 @@ font-family: "Aller", "OpenSans", sans-serif; font-size: 1em; font-weight: 600; + -webkit-text-stroke: 0.04em #523643; word-break: keep-all; overflow-wrap: break-word; text-align: left; -- cgit From a5553ec91ce7389bd2502f8fc0516c61ad3229fe Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 29 Jul 2022 16:43:03 +0200 Subject: fix nametag on plsvspw --- webAO/styles/chatbox/chatplvsaa.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css index 068e412..eb7b8b6 100644 --- a/webAO/styles/chatbox/chatplvsaa.css +++ b/webAO/styles/chatbox/chatplvsaa.css @@ -63,6 +63,8 @@ border-image-slice: 6 fill; border-image-width: 0.4em; position: absolute; + font-weight: bold; + -webkit-text-stroke: 0.02em #000; z-index: 1; } -- cgit From 1187161d3aee05f2d14c0561a685499bf48827cc Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 29 Jul 2022 17:08:42 +0200 Subject: fix up animal crossing --- webAO/styles/chatbox/acww.css | 47 +++++++++++++++++----------- webAO/styles/chatbox/chatwaiting_acww.svg | 51 ++++++++++++++++++++++++++++++- 2 files changed, 79 insertions(+), 19 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 9a046e9..6cb37da 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -3,19 +3,19 @@ } .text_green { - color: #0f0; + color: #009600; } .text_red { - color: #f00; + color: #ff0859; } .text_orange { - color: #ffa500; + color: #610000; } .text_blue { - color: #b3b2fa; + color: #7900ff; } .text_yellow { @@ -23,17 +23,33 @@ } .text_pink { - color: #ffc0cb; + color: #ff51ff; } -.text_cyan { - color: #0ff; +.text_cyan { + color: #0038ff; } .text_grey { color: #bbb; } +/* Webfont CSS setup for Igiari by Caveras */ + +@font-face { + font-family:'Igiari Cyrillic'; + src: url('../igiari/igiari-cyrillic.ttf'); + font-weight:normal; + font-style:normal; +} + +@font-face { + font-family:'Ace Name'; + src: url('./ace-name.ttf'); + font-weight:normal; + font-style:normal; +} + #client_chatcontainer { display: block; position: absolute; @@ -53,7 +69,7 @@ min-width: 11%; font-size: 0.8em; background: #d8f8a0; - color: #004000; + color: #040; margin: 0; padding-top: 0.4%; padding-left: 1.955%; @@ -61,11 +77,11 @@ border-color: #b0f818; border-style: solid; border-width: 0.3em 0.6em; - border-radius: 10%/50%; + border-radius: 15%/50%; box-shadow: 0 0.3em #70c020; line-height: 100%; z-index: 1; - font-family: sans-serif; + font-family: "Ace Name", "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_name { @@ -83,11 +99,6 @@ width: 100%; height: 87%; margin: auto; - /*border-color: darkgray; - border-style: solid; - border-width: 0.15em; - border-radius: 0.15em; - background-color: white;*/ background-image: url("acww.svg"); background-size: cover; background-repeat: no-repeat; @@ -96,11 +107,11 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; - font-family: sans-serif; + font-family: "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_chat { - padding: 5% 12%; + padding: 5% 16%; margin: 0; line-height: 100%; } @@ -116,7 +127,7 @@ height: 1.5em; background-image: url("chatwaiting_acww.svg"); background-size: contain; - animation: idling 0.4s linear infinite; + animation: idling 0.4s steps(1) infinite; } @keyframes idling { diff --git a/webAO/styles/chatbox/chatwaiting_acww.svg b/webAO/styles/chatbox/chatwaiting_acww.svg index 0f86322..057bf37 100644 --- a/webAO/styles/chatbox/chatwaiting_acww.svg +++ b/webAO/styles/chatbox/chatwaiting_acww.svg @@ -1 +1,50 @@ - \ No newline at end of file + + + + + + + + + -- cgit From 88c239af5f5c5b6b6785562af257bb84c9f8c53e Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 2 Aug 2022 19:49:26 +0200 Subject: make maximise buttons easier to hit on mobile --- webAO/styles/client.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 7f72eb1..8c7898b 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -1,3 +1,10 @@ +.lm_item .lm_header .lm_controls .lm_maximise { + top: 0; + right: 0; + height: 20px; + width: 20px; +} + @keyframes error_blink { 0% { color: #fff; -- cgit From d95b83d35496163171e251f37630957eaaf52503 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 9 Aug 2022 23:22:50 +0200 Subject: add dr2 clock svg --- webAO/styles/chatbox/clock_dr2.svg | 64 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 webAO/styles/chatbox/clock_dr2.svg (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/clock_dr2.svg b/webAO/styles/chatbox/clock_dr2.svg new file mode 100644 index 0000000..189c45e --- /dev/null +++ b/webAO/styles/chatbox/clock_dr2.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + -- cgit From 2a6a6b13452a68ec9aa26ec21f58755256ad1a68 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 9 Aug 2022 23:36:40 +0200 Subject: music not clock --- webAO/styles/chatbox/clock_dr2.svg | 64 -------------------------------------- webAO/styles/chatbox/music_dr2.svg | 64 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 webAO/styles/chatbox/clock_dr2.svg create mode 100644 webAO/styles/chatbox/music_dr2.svg (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/clock_dr2.svg b/webAO/styles/chatbox/clock_dr2.svg deleted file mode 100644 index 189c45e..0000000 --- a/webAO/styles/chatbox/clock_dr2.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - diff --git a/webAO/styles/chatbox/music_dr2.svg b/webAO/styles/chatbox/music_dr2.svg new file mode 100644 index 0000000..189c45e --- /dev/null +++ b/webAO/styles/chatbox/music_dr2.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + -- cgit From 2194597e6ec4c8d4a8aefcb8e90cf02598b0a4df Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 9 Aug 2022 23:39:28 +0200 Subject: add track display to dr2 theme --- webAO/styles/chatbox/chatdr2.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 73187f1..481cd3d 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -45,6 +45,7 @@ #client_name { display: block; + position: absolute; height: 100%; width: 7%; text-align: left; @@ -55,8 +56,6 @@ box-shadow: 0.3em 0px 0 #ff9700; left: 0; bottom: 0; - position: absolute; - z-index: 1; } #client_inner_name { @@ -98,4 +97,24 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: block; + position: absolute; + width: 35%; + height: 35%; + top: 0; + left: 0; + background-image: url("music_dr2.svg"); + background-size: contain; + background-repeat: no-repeat; +} + +#client_trackstatustext { + position: absolute; + top: 4%; + left: 4%; + color: #f84f00; + font-family: monospace; } \ No newline at end of file -- cgit From 73346f6e281bc59713381688f30325aea2039890 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 10 Aug 2022 00:09:40 +0200 Subject: add DR2 music to theme --- webAO/styles/chatbox/chatdr2.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 481cd3d..fdfc426 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -102,7 +102,7 @@ #client_trackstatus { display: block; position: absolute; - width: 35%; + width: 30%; height: 35%; top: 0; left: 0; @@ -113,8 +113,11 @@ #client_trackstatustext { position: absolute; - top: 4%; - left: 4%; + top: 6%; + left: 25%; + width: 50%; color: #f84f00; font-family: monospace; + font-size: 1.2em; + white-space: nowrap; } \ No newline at end of file -- cgit From 5385216e30f15f6016134975bd8fa2384c20cfbf Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 20:13:52 +0200 Subject: add track status to dr2 --- webAO/styles/chatbox/acww.css | 4 ++++ webAO/styles/chatbox/chat999.css | 4 ++++ webAO/styles/chatbox/chatdd.css | 4 ++++ webAO/styles/chatbox/chatfuture.css | 4 ++++ webAO/styles/chatbox/chatp3.css | 4 ++++ webAO/styles/chatbox/chatplvsaa.css | 4 ++++ webAO/styles/chatbox/ddlc.css | 4 ++++ webAO/styles/chatbox/dgs.css | 4 ++++ webAO/styles/chatbox/dr1.css | 4 ++++ webAO/styles/chatbox/drae.css | 4 ++++ webAO/styles/chatbox/drv3.css | 4 ++++ webAO/styles/chatbox/ff.css | 4 ++++ webAO/styles/chatbox/halla.css | 4 ++++ webAO/styles/chatbox/homestuck.css | 4 ++++ webAO/styles/chatbox/key.css | 4 ++++ webAO/styles/chatbox/legacy.css | 4 ++++ webAO/styles/chatbox/n64zelda.css | 4 ++++ webAO/styles/chatbox/p4.css | 4 ++++ webAO/styles/chatbox/p5.css | 4 ++++ webAO/styles/chatbox/papermario.css | 4 ++++ webAO/styles/chatbox/trilogy.css | 4 ++++ webAO/styles/chatbox/whentheycry.css | 4 ++++ webAO/styles/chatbox/yakuza.css | 4 ++++ webAO/styles/chatbox/yttd.css | 4 ++++ 24 files changed, 96 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 6cb37da..ffda68b 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -142,4 +142,8 @@ 100% { bottom: 12%; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chat999.css b/webAO/styles/chatbox/chat999.css index 55c7194..221dced 100644 --- a/webAO/styles/chatbox/chat999.css +++ b/webAO/styles/chatbox/chat999.css @@ -117,4 +117,8 @@ 100% { right: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css index 7fb6bee..dca2390 100644 --- a/webAO/styles/chatbox/chatdd.css +++ b/webAO/styles/chatbox/chatdd.css @@ -100,4 +100,8 @@ 100% { right: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index 8b2f6a4..96b124d 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -126,4 +126,8 @@ 100% { right: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatp3.css b/webAO/styles/chatbox/chatp3.css index c8ed3f8..8c6a39d 100644 --- a/webAO/styles/chatbox/chatp3.css +++ b/webAO/styles/chatbox/chatp3.css @@ -110,4 +110,8 @@ bottom: 0.5em; opacity: 1; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css index eb7b8b6..af8a09f 100644 --- a/webAO/styles/chatbox/chatplvsaa.css +++ b/webAO/styles/chatbox/chatplvsaa.css @@ -102,4 +102,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css index 57c263e..f88b631 100644 --- a/webAO/styles/chatbox/ddlc.css +++ b/webAO/styles/chatbox/ddlc.css @@ -123,4 +123,8 @@ 100% { right: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 654b86c..82a7699 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -133,3 +133,7 @@ right: 0.6em; } } + +#client_trackstatus { + display: none; +} \ No newline at end of file diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index 7696b26..26988d3 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -155,4 +155,8 @@ @keyframes marquee { from { text-indent: 0% } to { text-indent: -125% } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 14bde1d..43e815d 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -99,4 +99,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index 2a9e6d3..830ca9e 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -95,4 +95,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + color: transparent; } \ No newline at end of file diff --git a/webAO/styles/chatbox/ff.css b/webAO/styles/chatbox/ff.css index d0b00b8..4528ca0 100644 --- a/webAO/styles/chatbox/ff.css +++ b/webAO/styles/chatbox/ff.css @@ -100,4 +100,8 @@ padding: 0.4% 2.8%; margin: 1px; line-height: 100%; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/halla.css b/webAO/styles/chatbox/halla.css index 53622a6..0814b20 100644 --- a/webAO/styles/chatbox/halla.css +++ b/webAO/styles/chatbox/halla.css @@ -132,4 +132,8 @@ 50% { color: #fff; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/homestuck.css b/webAO/styles/chatbox/homestuck.css index aea8f99..a41031a 100644 --- a/webAO/styles/chatbox/homestuck.css +++ b/webAO/styles/chatbox/homestuck.css @@ -72,4 +72,8 @@ position: absolute; left: 2%; bottom: 2%; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index 43efed4..c269334 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -133,4 +133,8 @@ 100% { transform: rotate(90deg) scaleY(1); } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css index 3fce78f..52fabf9 100644 --- a/webAO/styles/chatbox/legacy.css +++ b/webAO/styles/chatbox/legacy.css @@ -86,4 +86,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/n64zelda.css b/webAO/styles/chatbox/n64zelda.css index 5c203b8..59279e2 100644 --- a/webAO/styles/chatbox/n64zelda.css +++ b/webAO/styles/chatbox/n64zelda.css @@ -106,4 +106,8 @@ color: #3282ff; text-shadow: 0 0 0.2em #3282ff; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css index 3128d66..7389fae 100644 --- a/webAO/styles/chatbox/p4.css +++ b/webAO/styles/chatbox/p4.css @@ -108,4 +108,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/p5.css b/webAO/styles/chatbox/p5.css index 5df386a..da27529 100644 --- a/webAO/styles/chatbox/p5.css +++ b/webAO/styles/chatbox/p5.css @@ -104,4 +104,8 @@ 100% { right: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/papermario.css b/webAO/styles/chatbox/papermario.css index 1d15590..ab62f26 100644 --- a/webAO/styles/chatbox/papermario.css +++ b/webAO/styles/chatbox/papermario.css @@ -90,4 +90,8 @@ to { transform: rotate(20deg); } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css index bc455e9..927cfb8 100644 --- a/webAO/styles/chatbox/trilogy.css +++ b/webAO/styles/chatbox/trilogy.css @@ -109,4 +109,8 @@ 100% { right: 0.6em; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/whentheycry.css b/webAO/styles/chatbox/whentheycry.css index ba11f02..7fd611a 100644 --- a/webAO/styles/chatbox/whentheycry.css +++ b/webAO/styles/chatbox/whentheycry.css @@ -103,4 +103,8 @@ left: 0.2em; top: 0; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/yakuza.css b/webAO/styles/chatbox/yakuza.css index 683e11b..0da74fa 100644 --- a/webAO/styles/chatbox/yakuza.css +++ b/webAO/styles/chatbox/yakuza.css @@ -100,4 +100,8 @@ background-image: url("x_button.svg"); background-size: contain; transition: opacity 0.2s; +} + +#client_trackstatus { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index c7e327b..1ec9c7d 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -111,4 +111,8 @@ 100% { bottom: 2px; } +} + +#client_trackstatus { + display: none; } \ No newline at end of file -- cgit From 1fb415128806b86ed7484177c55fa1aa0e12a9eb Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 21:44:05 +0200 Subject: add dr3 track status (unfinished) --- webAO/styles/chatbox/drv3.css | 17 ++++++++++++++++- webAO/styles/chatbox/drv3trackstatus.png | Bin 0 -> 18455 bytes webAO/styles/chatbox/drv3trackstatustext.png | Bin 0 -> 21648 bytes 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 webAO/styles/chatbox/drv3trackstatus.png create mode 100644 webAO/styles/chatbox/drv3trackstatustext.png (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index 830ca9e..6855edb 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -98,5 +98,20 @@ } #client_trackstatus { - color: transparent; + position: absolute; + top: 0; + left: 0; + height: 10%; + background-image: url('drv3trackstatus.png'); + background-size: contain; + background-repeat: no-repeat; +} + +#client_trackstatustext { + position: absolute; + left: 0; + top: 10%; + background-image: url('drv3trackstatustext.png'); + background-size: contain; + background-repeat: no-repeat; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drv3trackstatus.png b/webAO/styles/chatbox/drv3trackstatus.png new file mode 100644 index 0000000..200ef18 Binary files /dev/null and b/webAO/styles/chatbox/drv3trackstatus.png differ diff --git a/webAO/styles/chatbox/drv3trackstatustext.png b/webAO/styles/chatbox/drv3trackstatustext.png new file mode 100644 index 0000000..6bbe27f Binary files /dev/null and b/webAO/styles/chatbox/drv3trackstatustext.png differ -- cgit From f8b87e949339e170f280549ddea5876f357e32f0 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 21:47:51 +0200 Subject: fix name wrapping around in dr3 --- webAO/styles/chatbox/drv3.css | 1 - 1 file changed, 1 deletion(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index 6855edb..d73457d 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -60,7 +60,6 @@ #client_inner_name { transform: skew(-15deg); - padding: 0 2%; margin: 1px; } -- cgit From 9fcf758d8c125a24f279efc59614325405f85298 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 22:54:47 +0200 Subject: add ACWW clock --- webAO/styles/chatbox/acww.css | 69 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index ffda68b..00b2b7f 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -146,4 +146,73 @@ #client_trackstatus { display: none; +} + +#client_clock_date { + position: absolute; + width: 13%; + height: 4%; + right: 0; + top: 1%; + text-align: left; + color: #7d5500; + background: linear-gradient( + to bottom, + #ffef55, + #ffef55 20%, + #ffcf3c 20%, + #ffcf3c 40%, + #ffef55 40%, + #ffef55 60%, + #ffcf3c 60%, + #ffcf3c 80%, + #ffef55 80%, + #ffef55 100% + ); + border: 0.1em solid #ae4500; + border-radius: 50%; + border-bottom: none; + font-weight: bold; + padding-left: 1.5em; + padding-top: 0.5em; +} + +#client_clock_weekday { + position: absolute; + width: 2.5%; + height: 3%; + right: 1%; + top: 2%; + color: white; + background: green; + background-size: 100% 40%; + border: 0.1em solid green; + border-radius: 100%; +} + +#client_clock_time { + position: absolute; + width: 16%; + height: 4%; + right: 2%; + top: 4%; + text-align: center; + color: #5d5500; + background: linear-gradient( + to bottom, + rgba(255,255,0,0), + rgba(255,255,0,0) 20%, + #ffcf3c 20%, + #ffcf3c 40%, + #ffef55 40%, + #ffef55 60%, + #ffcf3c 60%, + #ffcf3c 80%, + #ffef55 80%, + #ffef55 100% + ); + border: 0.1em solid #ae4500; + border-radius: 50%; + border-top: none; + padding-top: 0.5em; } \ No newline at end of file -- cgit From 4a794666f2bdcdde08ddabe12ec7a895266e6585 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 23:01:18 +0200 Subject: add clock css for styles that don't have clocks --- webAO/styles/chatbox/aa.css | 8 ++++++++ webAO/styles/chatbox/chat999.css | 4 ++++ webAO/styles/chatbox/chatdd.css | 4 ++++ webAO/styles/chatbox/chatdr2.css | 4 ++++ webAO/styles/chatbox/chatfuture.css | 4 ++++ webAO/styles/chatbox/chatplvsaa.css | 4 ++++ webAO/styles/chatbox/ddlc.css | 4 ++++ webAO/styles/chatbox/dgs.css | 4 ++++ webAO/styles/chatbox/ff.css | 4 ++++ webAO/styles/chatbox/halla.css | 4 ++++ webAO/styles/chatbox/homestuck.css | 4 ++++ webAO/styles/chatbox/key.css | 6 ++++++ webAO/styles/chatbox/legacy.css | 4 ++++ webAO/styles/chatbox/n64zelda.css | 4 ++++ webAO/styles/chatbox/papermario.css | 4 ++++ webAO/styles/chatbox/trilogy.css | 4 ++++ webAO/styles/chatbox/whentheycry.css | 4 ++++ webAO/styles/chatbox/yakuza.css | 4 ++++ webAO/styles/chatbox/yttd.css | 4 ++++ 19 files changed, 82 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 688f199..a504daf 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -139,3 +139,11 @@ right: 0; } } + +#client_trackstatus { + display: none; +} + +#client_clock { + display: none; +} \ No newline at end of file diff --git a/webAO/styles/chatbox/chat999.css b/webAO/styles/chatbox/chat999.css index 221dced..de20d28 100644 --- a/webAO/styles/chatbox/chat999.css +++ b/webAO/styles/chatbox/chat999.css @@ -121,4 +121,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css index dca2390..d1561a4 100644 --- a/webAO/styles/chatbox/chatdd.css +++ b/webAO/styles/chatbox/chatdd.css @@ -104,4 +104,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index fdfc426..59b11dc 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -120,4 +120,8 @@ font-family: monospace; font-size: 1.2em; white-space: nowrap; +} + +#client_trackstatus { + display: fuck; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index 96b124d..cd638f4 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -130,4 +130,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css index af8a09f..a656e9b 100644 --- a/webAO/styles/chatbox/chatplvsaa.css +++ b/webAO/styles/chatbox/chatplvsaa.css @@ -106,4 +106,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css index f88b631..0b019fb 100644 --- a/webAO/styles/chatbox/ddlc.css +++ b/webAO/styles/chatbox/ddlc.css @@ -127,4 +127,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 82a7699..77b8db0 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -136,4 +136,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/ff.css b/webAO/styles/chatbox/ff.css index 4528ca0..942794b 100644 --- a/webAO/styles/chatbox/ff.css +++ b/webAO/styles/chatbox/ff.css @@ -104,4 +104,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/halla.css b/webAO/styles/chatbox/halla.css index 0814b20..0932937 100644 --- a/webAO/styles/chatbox/halla.css +++ b/webAO/styles/chatbox/halla.css @@ -136,4 +136,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/homestuck.css b/webAO/styles/chatbox/homestuck.css index a41031a..e6eea68 100644 --- a/webAO/styles/chatbox/homestuck.css +++ b/webAO/styles/chatbox/homestuck.css @@ -76,4 +76,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index c269334..74dc95a 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -137,4 +137,10 @@ #client_trackstatus { display: none; +} + +#client_clock { + position: absolute; + top: 1%; + left: 1%; } \ No newline at end of file diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css index 52fabf9..debbcb3 100644 --- a/webAO/styles/chatbox/legacy.css +++ b/webAO/styles/chatbox/legacy.css @@ -90,4 +90,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/n64zelda.css b/webAO/styles/chatbox/n64zelda.css index 59279e2..35187f0 100644 --- a/webAO/styles/chatbox/n64zelda.css +++ b/webAO/styles/chatbox/n64zelda.css @@ -110,4 +110,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/papermario.css b/webAO/styles/chatbox/papermario.css index ab62f26..587fcd1 100644 --- a/webAO/styles/chatbox/papermario.css +++ b/webAO/styles/chatbox/papermario.css @@ -94,4 +94,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css index 927cfb8..05b98b7 100644 --- a/webAO/styles/chatbox/trilogy.css +++ b/webAO/styles/chatbox/trilogy.css @@ -113,4 +113,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/whentheycry.css b/webAO/styles/chatbox/whentheycry.css index 7fd611a..1a08e27 100644 --- a/webAO/styles/chatbox/whentheycry.css +++ b/webAO/styles/chatbox/whentheycry.css @@ -107,4 +107,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/yakuza.css b/webAO/styles/chatbox/yakuza.css index 0da74fa..40da26c 100644 --- a/webAO/styles/chatbox/yakuza.css +++ b/webAO/styles/chatbox/yakuza.css @@ -104,4 +104,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 1ec9c7d..b6bebc7 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -115,4 +115,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file -- cgit From 158008e16594e2c074c907a2656466baa9d6d9cf Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 19 Aug 2022 13:57:08 +0200 Subject: fix weekdays color --- webAO/styles/chatbox/acww.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 00b2b7f..1f6699e 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -184,9 +184,9 @@ right: 1%; top: 2%; color: white; - background: green; + background: #00b63c; background-size: 100% 40%; - border: 0.1em solid green; + border: 0.1em solid #00b63c; border-radius: 100%; } -- cgit From e849b2af16e381af15676283bf884457fa8e36d5 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 26 Aug 2022 19:16:04 +0200 Subject: add rain effect --- webAO/styles/effects/rain.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 webAO/styles/effects/rain.css (limited to 'webAO/styles') diff --git a/webAO/styles/effects/rain.css b/webAO/styles/effects/rain.css new file mode 100644 index 0000000..0e350fa --- /dev/null +++ b/webAO/styles/effects/rain.css @@ -0,0 +1,23 @@ +#client_fg { + overflow: hidden; +} + +#client_fg p { + position: absolute; + bottom: 100%; + width: 1px; + height: 1em; + transform: rotate(10deg); + background: linear-gradient(rgba(200,200,200,0) 0%, rgba(200,200,200,0.5) 20%, rgba(250,250,250,0.6) 100%); + animation: falling 1s linear infinite; +} + +@keyframes falling { + 0% { + bottom: 100%; + + } + 100% { + bottom: -10%; + } +} \ No newline at end of file -- cgit From f99c2bb36ba021128d8eaa311c6ca1eb50678d98 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 26 Aug 2022 19:25:15 +0200 Subject: make drops bigger --- webAO/styles/effects/rain.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/effects/rain.css b/webAO/styles/effects/rain.css index 0e350fa..846b35e 100644 --- a/webAO/styles/effects/rain.css +++ b/webAO/styles/effects/rain.css @@ -5,8 +5,8 @@ #client_fg p { position: absolute; bottom: 100%; - width: 1px; - height: 1em; + width: 2px; + height: 2em; transform: rotate(10deg); background: linear-gradient(rgba(200,200,200,0) 0%, rgba(200,200,200,0.5) 20%, rgba(250,250,250,0.6) 100%); animation: falling 1s linear infinite; -- cgit From 20cdeeda24c9ab9d216f2556c3658b118fe43c4b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 18:48:06 +0200 Subject: add key calendar --- webAO/styles/chatbox/key.css | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index 74dc95a..cf979e7 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -47,6 +47,7 @@ width: 100%; filter: none; font-family: "Verdana"; + transition: height 1s linear; } #client_chatdecoration { @@ -143,4 +144,55 @@ position: absolute; top: 1%; left: 1%; + width: 12%; + height: 15%; + background-color: #d59a9a; + border: #ffbe9f 3px ridge; + border-radius: 100%; +} + +#client_clock_month { + position: absolute; + width: 90%; + height: 15%; + left: 5%; + top: 8%; + margin: 0; + color: #52443c; + background: #ffb183; + border: 2px white outset; + border-radius: 100%; + text-shadow: -1px -1px 0 #d7e5d9, 1px -1px 0 #d7e5d9, -1px 1px 0 #d7e5d9, 1px 1px 0 #d7e5d9; +} + +#client_clock_date { + position: absolute; + width: 50%; + height: 50%; + left: 25%; + top: 25%; + margin: 0; + color: #fdf5e4; + text-shadow: -1px -1px 0 #78320b, 1px -1px 0 #78320b, -1px 1px 0 #78320b, 1px 1px 0 #78320b; + font-size: 3em; +} + +#client_clock_weekday { + position: absolute; + width: 25%; + height: 25%; + right: 0; + bottom: 0; + margin: 0; + color: gray; + text-shadow: -1px -1px 0 darkgray, 1px -1px 0 darkgray, -1px 1px 0 darkgray, 1px 1px 0 darkgray; + text-decoration: underline; + font-size: smaller; + background-color: #c7856f; + border: #ffc89f 3px ridge; + border-radius: 100%; +} + +#client_clock_time { + display: none; } \ No newline at end of file -- cgit From 2a79fa570e6e144e4124f3038214f6f49d2acac0 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 18:51:17 +0200 Subject: adjust the text --- webAO/styles/chatbox/key.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index cf979e7..50d2bc1 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -163,6 +163,8 @@ border: 2px white outset; border-radius: 100%; text-shadow: -1px -1px 0 #d7e5d9, 1px -1px 0 #d7e5d9, -1px 1px 0 #d7e5d9, 1px 1px 0 #d7e5d9; + font-size: small; + line-height: 1; } #client_clock_date { @@ -188,9 +190,11 @@ text-shadow: -1px -1px 0 darkgray, 1px -1px 0 darkgray, -1px 1px 0 darkgray, 1px 1px 0 darkgray; text-decoration: underline; font-size: smaller; + font-weight: bold; background-color: #c7856f; border: #ffc89f 3px ridge; border-radius: 100%; + line-height: 2; } #client_clock_time { -- cgit From e412b63731d851e8b05e2c28510716b3e0ce6e51 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 19:11:56 +0200 Subject: set the time --- webAO/styles/chatbox/acww.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index 1f6699e..dd899b9 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -177,6 +177,10 @@ padding-top: 0.5em; } +#client_clock_month { + display: none; +} + #client_clock_weekday { position: absolute; width: 2.5%; -- cgit From 59f2093eccb135d13599b2ab36e24b21bf460a41 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 19:58:33 +0200 Subject: hide clock in danganronpa --- webAO/styles/chatbox/dr1.css | 2 +- webAO/styles/chatbox/drae.css | 4 ++++ webAO/styles/chatbox/drv3.css | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index 26988d3..ced1932 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -157,6 +157,6 @@ to { text-indent: -125% } } -#client_trackstatus { +#client_clock { display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 43e815d..d5b9fa0 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -103,4 +103,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index d73457d..c7eb957 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -113,4 +113,8 @@ background-image: url('drv3trackstatustext.png'); background-size: contain; background-repeat: no-repeat; +} + +#client_clock { + display: none; } \ No newline at end of file -- cgit From b87c498ee3e5fb1e6e90084fc093a66abaa311c6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 2 Sep 2022 19:56:57 +0200 Subject: optimize key and add bg --- webAO/styles/chatbox/bricks.svg | 11 +++++++++++ webAO/styles/chatbox/key.css | 17 +++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 webAO/styles/chatbox/bricks.svg (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/bricks.svg b/webAO/styles/chatbox/bricks.svg new file mode 100644 index 0000000..6baca51 --- /dev/null +++ b/webAO/styles/chatbox/bricks.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index 50d2bc1..f6c8a7d 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -146,9 +146,11 @@ left: 1%; width: 12%; height: 15%; - background-color: #d59a9a; + background: url("bricks.svg"); + background-size: 1.5em; border: #ffbe9f 3px ridge; border-radius: 100%; + font-family: serif; } #client_clock_month { @@ -171,12 +173,15 @@ position: absolute; width: 50%; height: 50%; - left: 25%; - top: 25%; + left: 11%; + top: 11%; margin: 0; - color: #fdf5e4; + color: #ffe; text-shadow: -1px -1px 0 #78320b, 1px -1px 0 #78320b, -1px 1px 0 #78320b, 1px 1px 0 #78320b; font-size: 3em; + background: rgba(255,255,255,0.7); + border-radius: 100%; + padding: 0.25em; } #client_clock_weekday { @@ -186,8 +191,8 @@ right: 0; bottom: 0; margin: 0; - color: gray; - text-shadow: -1px -1px 0 darkgray, 1px -1px 0 darkgray, -1px 1px 0 darkgray, 1px 1px 0 darkgray; + color: #ccc; + text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; text-decoration: underline; font-size: smaller; font-weight: bold; -- cgit From b383ea7dffa7bc3bdb9556491cf100a811578102 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 3 Sep 2022 11:30:56 +0200 Subject: fix date being wonky when it's not the 5th --- webAO/styles/chatbox/key.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index f6c8a7d..77f2e99 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -171,17 +171,17 @@ #client_clock_date { position: absolute; - width: 50%; - height: 50%; - left: 11%; - top: 11%; + width: 80%; + height: 80%; + left: 10%; + top: 10%; margin: 0; color: #ffe; text-shadow: -1px -1px 0 #78320b, 1px -1px 0 #78320b, -1px 1px 0 #78320b, 1px 1px 0 #78320b; font-size: 3em; background: rgba(255,255,255,0.7); border-radius: 100%; - padding: 0.25em; + line-height: 1.8; } #client_clock_weekday { -- cgit