aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/aa.css39
1 files changed, 8 insertions, 31 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index d683ecb..e1a9838 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -1,11 +1,3 @@
-@font-face {
- font-family: 'ace_attorneyregular';
- src: url('ace-attorney.woff2') format('woff2'),
- url('ace-attorney.woff') format('woff');
- font-weight: normal;
- font-style: normal;
-}
-
.text_white {
color: #fff;
}
@@ -38,27 +30,12 @@
color: #0ff;
}
-.text_rainbow {
- background-color: #fff;
- background-image: repeating-linear-gradient(to right,
- red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
- red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,
- red 80% 88%, orange 88% 96%, yellow 96% 100%);
- background-size: 40% 40%;
- background-clip: text;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- animation: rainbow 4s linear infinite;
-}
-
-@keyframes rainbow {
- 0% {
- background-position: 0 0;
- }
-
- 100% {
- background-position: 400% 0;
- }
+@font-face {
+ font-family: 'ace_attorneyregular';
+ src: url('ace-attorney.woff2') format('woff2'),
+ url('ace-attorney.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
}
#client_chatcontainer {
@@ -77,7 +54,7 @@
position: absolute;
left: 0;
top: 0;
- height: 13%;
+ height: 15%;
min-width: 3.25em;
background: rgba(56, 56, 163, 0.5);
box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset;
@@ -102,7 +79,7 @@
bottom: 0;
left: 0;
width: 98%;
- width: calc(100% - 0.275em);
+ width: calc(100% - 0.27em);
height: 78%;
margin: auto;
border-color: rgba(255, 255, 255, 0.5);