aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/acww.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/chatbox/acww.css')
-rw-r--r--webAO/styles/chatbox/acww.css69
1 files changed, 69 insertions, 0 deletions
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