aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/acww.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-08-27 19:45:40 +0200
committerstonedDiscord <Tukz@gmx.de>2022-08-27 19:45:40 +0200
commit3b1051e0717e0c82b98d345e33892894032a5e7e (patch)
treee4f3d9a09ad805a258caaec1744111e360444f55 /webAO/styles/chatbox/acww.css
parent2b249fb0effd3893b70a8f9ce3383992ea43c63d (diff)
parente412b63731d851e8b05e2c28510716b3e0ce6e51 (diff)
Merge branch 'newclock'
Diffstat (limited to 'webAO/styles/chatbox/acww.css')
-rw-r--r--webAO/styles/chatbox/acww.css73
1 files changed, 73 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css
index ffda68b..dd899b9 100644
--- a/webAO/styles/chatbox/acww.css
+++ b/webAO/styles/chatbox/acww.css
@@ -146,4 +146,77 @@
#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_month {
+ display: none;
+}
+
+#client_clock_weekday {
+ position: absolute;
+ width: 2.5%;
+ height: 3%;
+ right: 1%;
+ top: 2%;
+ color: white;
+ background: #00b63c;
+ background-size: 100% 40%;
+ border: 0.1em solid #00b63c;
+ 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