aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/default.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-04-02 05:22:50 +0200
committerstonedDiscord <Tukz@gmx.de>2023-04-02 05:22:50 +0200
commit64c9cc154a8f0f3ff5c407b1bf963901c2d2c120 (patch)
treec71d6b4f5fd00d9a8e4130c739b260d88cf6ecd5 /webAO/styles/default.css
parentef4b6e2b772a08cff52bfc9ae6d86c5901ee97eb (diff)
rename theme
Diffstat (limited to 'webAO/styles/default.css')
-rw-r--r--webAO/styles/default.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/webAO/styles/default.css b/webAO/styles/default.css
index 96abf60..5e941e0 100644
--- a/webAO/styles/default.css
+++ b/webAO/styles/default.css
@@ -7,54 +7,6 @@ img {
image-rendering: pixelated;
}
-img {
- animation: drunk 500s linear infinite;
-}
-
-#client_chatcontainer {
- animation: drunk 1000s ease-in-out infinite;
-}
-
-button:hover {
- animation: speen 2s linear reverse infinite;
-}
-
-.area-button:hover {
- animation: speen 2s linear infinite;
-}
-
-.menu_button {
- animation: speen 2s 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);
- }
-}
-
.client_button {
margin: 1px;
padding: 2px 15px;