aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/999.css
diff options
context:
space:
mode:
authorstonedDiscord <stonedDiscord@users.noreply.github.com>2024-11-20 13:35:44 +0000
committerGitHub Action <actions@github.com>2024-11-20 13:35:44 +0000
commit8ecc3578146542955ce9615085509145a137c9d6 (patch)
treeaac2f19497b46900701c3c359179d8fe52d23357 /webAO/styles/chatbox/999.css
parent3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff)
Prettified Code!
Diffstat (limited to 'webAO/styles/chatbox/999.css')
-rw-r--r--webAO/styles/chatbox/999.css152
1 files changed, 78 insertions, 74 deletions
diff --git a/webAO/styles/chatbox/999.css b/webAO/styles/chatbox/999.css
index de20d28..1ac2192 100644
--- a/webAO/styles/chatbox/999.css
+++ b/webAO/styles/chatbox/999.css
@@ -1,128 +1,132 @@
.text_white {
- color: #fff;
+ color: #fff;
}
.text_blue {
- color: #6bc6f7;
+ color: #6bc6f7;
}
.text_green {
- color: #00f700;
+ color: #00f700;
}
.text_red {
- color: #f00;
+ color: #f00;
}
.text_orange {
- color: #f77339;
+ color: #f77339;
}
.text_yellow {
- color: #ff0;
+ color: #ff0;
}
.text_pink {
- color: #ffc0cb;
+ color: #ffc0cb;
}
.text_cyan {
- color: #0ff;
+ color: #0ff;
}
.text_grey {
- color: #bbb;
+ color: #bbb;
}
#client_chatcontainer {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- height: 42%;
- width: 100%;
- text-shadow: -1px -1px 0 #525252, 1px -1px 0 #525252, -1px 1px 0 #525252, 1px 1px 0 #525252;
+ display: block;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 42%;
+ width: 100%;
+ text-shadow:
+ -1px -1px 0 #525252,
+ 1px -1px 0 #525252,
+ -1px 1px 0 #525252,
+ 1px 1px 0 #525252;
}
#client_name {
- display: block;
- position: absolute;
- right: 0;
- top: 0;
- height: 27%;
- min-width: 3.25em;
- background: rgba(0, 0, 0, 0.5);
- padding: 0 2%;
- border-color: #fff;
- border-style: ridge;
- border-width: 0.2em;
- border-radius: 0.1em;
- z-index: 1;
+ display: block;
+ position: absolute;
+ right: 0;
+ top: 0;
+ height: 27%;
+ min-width: 3.25em;
+ background: rgba(0, 0, 0, 0.5);
+ padding: 0 2%;
+ border-color: #fff;
+ border-style: ridge;
+ border-width: 0.2em;
+ border-radius: 0.1em;
+ z-index: 1;
}
#client_inner_name {
- text-justify: distribute;
- letter-spacing: 0.075em;
- margin: 0;
- line-height: 2;
+ text-justify: distribute;
+ letter-spacing: 0.075em;
+ margin: 0;
+ line-height: 2;
}
#client_chat {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 98%;
- width: calc(100% - 0.27em);
- height: 60%;
- margin: auto;
- border-color: #fff;
- border-style: ridge;
- border-width: 0.15em;
- border-radius: 0.1em;
- background-color: rgba(0, 0, 0, 0.5);
- font-size: 2em;
- word-break: keep-all;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
+ display: block;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 98%;
+ width: calc(100% - 0.27em);
+ height: 60%;
+ margin: auto;
+ border-color: #fff;
+ border-style: ridge;
+ border-width: 0.15em;
+ border-radius: 0.1em;
+ background-color: rgba(0, 0, 0, 0.5);
+ font-size: 2em;
+ word-break: keep-all;
+ overflow-wrap: break-word;
+ text-align: left;
+ overflow: hidden;
+ scroll-behavior: smooth;
}
#client_inner_chat {
- padding: 1% 3.13%;
- margin: 1px;
- line-height: 97%;
- letter-spacing: 0.05em;
- word-spacing: 0.3em;
+ padding: 1% 3.13%;
+ margin: 1px;
+ line-height: 97%;
+ letter-spacing: 0.05em;
+ word-spacing: 0.3em;
}
#client_chatwaiting {
- display: none;
- transform: rotate(90deg);
- line-height: 0.5;
- color: #28599a;
- animation: idling 0.4s linear infinite;
+ display: none;
+ transform: rotate(90deg);
+ line-height: 0.5;
+ color: #28599a;
+ animation: idling 0.4s linear infinite;
}
@keyframes idling {
- 0% {
- right: 0;
- }
+ 0% {
+ right: 0;
+ }
- 50% {
- right: 2%;
- }
+ 50% {
+ right: 2%;
+ }
- 100% {
- right: 0;
- }
+ 100% {
+ right: 0;
+ }
}
#client_trackstatus {
- display: none;
+ display: none;
}
#client_clock {
- display: none;
-} \ No newline at end of file
+ display: none;
+}