aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/key.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/key.css
parent2b249fb0effd3893b70a8f9ce3383992ea43c63d (diff)
parente412b63731d851e8b05e2c28510716b3e0ce6e51 (diff)
Merge branch 'newclock'
Diffstat (limited to 'webAO/styles/chatbox/key.css')
-rw-r--r--webAO/styles/chatbox/key.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css
index c269334..50d2bc1 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 {
@@ -137,4 +138,65 @@
#client_trackstatus {
display: none;
+}
+
+#client_clock {
+ 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;
+ font-size: small;
+ line-height: 1;
+}
+
+#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;
+ font-weight: bold;
+ background-color: #c7856f;
+ border: #ffc89f 3px ridge;
+ border-radius: 100%;
+ line-height: 2;
+}
+
+#client_clock_time {
+ display: none;
} \ No newline at end of file