aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/classic.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/classic.css')
-rw-r--r--webAO/styles/classic.css143
1 files changed, 0 insertions, 143 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index b8ab269..985c04f 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -15,73 +15,6 @@ img {
image-rendering: pixelated;
}
-.text_white {
- color: #fff;
-}
-
-.text_blue {
- color: #6bc6f7;
-}
-
-.text_green {
- color: #00f700;
-}
-
-.text_red {
- color: #f00;
-}
-
-.text_orange {
- color: #f77339;
-}
-
-.text_yellow {
- color: #ff0;
-}
-
-.text_pink {
- color: #ffc0cb;
-}
-
-.text_cyan {
- 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_alt {
-
- 0%,
- 100% {
- background-position: 0 0;
- }
-
- 50% {
- background-position: 400% 0;
- }
-}
-
-@keyframes rainbow {
- 0% {
- background-position: 0 0;
- }
-
- 100% {
- background-position: 400% 0;
- }
-}
-
hr {
height: 6px;
width: 100%;
@@ -90,82 +23,6 @@ hr {
margin: 0;
}
-#client_chatcontainer {
- filter: none;
-}
-
-#client_name {
- display: none;
- padding: 0 0.45em;
- height: 5.2%;
- min-width: 3.25em;
- text-justify: distribute;
- letter-spacing: 0.075em;
- font-weight: bold;
- background: rgba(56, 56, 163, 0.5);
- box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset;
- left: 0;
- top: 60.4%;
- border-color: rgba(255, 255, 255, 0.5);
- border-style: ridge groove groove ridge;
- border-width: 0.2em;
- border-radius: 0.2em;
- position: absolute;
- z-index: 1;
-}
-
-#client_chat {
- font-size: 1em;
- display: none;
- width: 98.4375%;
- width: calc(100% - 0.275em);
- margin: auto;
- height: 31.25%;
- border-color: rgba(255, 255, 255, 0.5);
- border-style: ridge groove groove ridge;
- border-width: 0.15em;
- border-radius: 0.3em;
- background-color: rgba(0, 0, 16, 0.5);
- top: 66.5%;
- position: absolute;
- word-break: keep-all;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
-}
-
-#client_chat p {
- padding: 1% 3.13%;
- margin: 1px;
- line-height: 97%;
- letter-spacing: 0.05em;
- word-spacing: 0.3em;
-}
-
-#client_chatwaiting {
- display: block;
- right: -6px;
- bottom: 0.2em;
- width: 1em;
- position: absolute;
- animation: idling 0.4s linear infinite;
-}
-
-@keyframes idling {
- 0% {
- right: -4px;
- }
-
- 50% {
- right: -8px;
- }
-
- 100% {
- right: -4px;
- }
-}
-
#evi_name {
background-color: #393939;
color: #ffad18;