aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/papermario.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/papermario.css
parent3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff)
Prettified Code!
Diffstat (limited to 'webAO/styles/chatbox/papermario.css')
-rw-r--r--webAO/styles/chatbox/papermario.css102
1 files changed, 51 insertions, 51 deletions
diff --git a/webAO/styles/chatbox/papermario.css b/webAO/styles/chatbox/papermario.css
index 587fcd1..d19903d 100644
--- a/webAO/styles/chatbox/papermario.css
+++ b/webAO/styles/chatbox/papermario.css
@@ -1,101 +1,101 @@
.text_white {
- color: #2b2b23;
+ color: #2b2b23;
}
.text_blue {
- color: #93bbe6;
+ color: #93bbe6;
}
.text_green {
- color: #6ab057;
+ color: #6ab057;
}
.text_red {
- color: #ae0d05;
+ color: #ae0d05;
}
.text_orange {
- color: #cf714c;
+ color: #cf714c;
}
.text_yellow {
- color: #fef9ad;
+ color: #fef9ad;
}
.text_pink {
- color: #ffc0cb;
+ color: #ffc0cb;
}
.text_cyan {
- color: #0ff;
+ color: #0ff;
}
.text_grey {
- color: #bbb;
+ color: #bbb;
}
#client_chatcontainer {
- position: absolute;
- width: 100%;
- height: 30%;
- bottom: 0;
- left: 0;
- font-family: "FOT-PopJoy Std", "Comic Sans", sans-serif;
+ position: absolute;
+ width: 100%;
+ height: 30%;
+ bottom: 0;
+ left: 0;
+ font-family: "FOT-PopJoy Std", "Comic Sans", sans-serif;
}
#client_name {
- display: none
+ display: none;
}
#client_chat {
- font-size: 1em;
- display: block;
- width: 94%;
- margin: auto;
- height: 100%;
- border: 0.1em outset #fff;
- border-radius: 100em;
- background: #deded6;
- bottom: 0;
- left: 3%;
- position: absolute;
- word-break: keep-all;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
+ font-size: 1em;
+ display: block;
+ width: 94%;
+ margin: auto;
+ height: 100%;
+ border: 0.1em outset #fff;
+ border-radius: 100em;
+ background: #deded6;
+ bottom: 0;
+ left: 3%;
+ position: absolute;
+ word-break: keep-all;
+ overflow-wrap: break-word;
+ text-align: left;
+ overflow: hidden;
+ scroll-behavior: smooth;
}
#client_inner_chat {
- padding: 1% 10%;
- margin: 0;
- line-height: 130%;
+ padding: 1% 10%;
+ margin: 0;
+ line-height: 130%;
}
#client_chatwaiting {
- display: none;
- position: absolute;
- right: 4%;
- bottom: 10%;
- line-height: 0.5;
- color: #dece52;
- animation: idling 0.5s ease-in-out infinite alternate;
+ display: none;
+ position: absolute;
+ right: 4%;
+ bottom: 10%;
+ line-height: 0.5;
+ color: #dece52;
+ animation: idling 0.5s ease-in-out infinite alternate;
}
@keyframes idling {
- from {
- transform: rotate(-20deg);
- }
+ from {
+ transform: rotate(-20deg);
+ }
- to {
- transform: rotate(20deg);
- }
+ to {
+ transform: rotate(20deg);
+ }
}
#client_trackstatus {
- display: none;
+ display: none;
}
#client_clock {
- display: none;
-} \ No newline at end of file
+ display: none;
+}