aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-04-01 15:28:10 +0200
committerstonedDiscord <Tukz@gmx.de>2023-04-01 15:28:10 +0200
commitef4b6e2b772a08cff52bfc9ae6d86c5901ee97eb (patch)
treee9037c877e3fa5dca29298f801fa1e13f76fccb0 /webAO/styles
parent888f04efcd1a179aa1f53d60ecee9f56137a53f3 (diff)
remove comic sans
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 4567380..9671a9a 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -5,8 +5,6 @@
width: 20px;
}
-div * {font-family: "Comic Sans MS" , Sans-Serif !important; }
-
@keyframes error_blink {
0% {
color: #fff;
@@ -21,53 +19,7 @@ div * {font-family: "Comic Sans MS" , Sans-Serif !important; }
}
}
-img {
- animation: drunk 1000s linear infinite;
-}
-
-#client_chatcontainer {
- animation: drunk 100s ease-in-out infinite;
-}
-
-button:hover {
- animation: speen 0.5s linear reverse infinite;
-}
-
-.area-button:hover {
- animation: speen 0.5s linear infinite;
-}
-
-.menu_button {
- animation: speen 0.5s linear infinite;
-}
-
-@keyframes drunk {
- 0% {
- transform: rotate(0);
- }
-
- 20% {
- transform: rotate(20deg);
- }
-
- 80% {
- transform: rotate(-20deg);
- }
-
- 100% {
- transform: rotate(0deg);
- }
-}
-
-@keyframes speen {
- 0% {
- transform: rotate(0);
- }
- 100% {
- transform: rotate(360deg);
- }
-}
.text_rainbow {
background-color: #fff;