aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/cyber.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-20 00:40:08 +0200
committersD <stoned@derpymail.org>2020-04-20 00:40:08 +0200
commit9aa761d249a3962db147af7acdc2ef2f2b909f5f (patch)
treeae4ebb180f49249e5c1d6171cc095f5fde09fa6b /webAO/styles/cyber.css
parent9dc3ae60265b8c53b7fc653bb065c7fbab45cee4 (diff)
add colors to all the chatboxes
Diffstat (limited to 'webAO/styles/cyber.css')
-rw-r--r--webAO/styles/cyber.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/webAO/styles/cyber.css b/webAO/styles/cyber.css
index 9d239e2..17e87ec 100644
--- a/webAO/styles/cyber.css
+++ b/webAO/styles/cyber.css
@@ -7,73 +7,6 @@ img {
image-rendering: pixelated;
}
-.text_white {
- color: white;
-}
-
-.text_blue {
- color: blue;
-}
-
-.text_green {
- color: green;
-}
-
-.text_red {
- color: red;
-}
-
-.text_orange {
- color: orange;
-}
-
-.text_yellow {
- color: yellow;
-}
-
-.text_pink {
- color: pink;
-}
-
-.text_cyan {
- color: cyan;
-}
-
-.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;
- }
-}
-
@keyframes bg-scrolling {
0% { background-position: 0 0; }
100% { background-position: 5px 5px; }