From ef4b6e2b772a08cff52bfc9ae6d86c5901ee97eb Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 1 Apr 2023 15:28:10 +0200 Subject: remove comic sans --- webAO/styles/client.css | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) (limited to 'webAO') 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; -- cgit