From fe6fc380265312257b73caaa4006205a21be5701 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 24 Jun 2024 15:29:45 +0700 Subject: [PATCH] clean up unused CSS --- style.css | 77 ------------------------------------------------------- 1 file changed, 77 deletions(-) diff --git a/style.css b/style.css index c229404..4d35694 100644 --- a/style.css +++ b/style.css @@ -65,28 +65,6 @@ html * 'left middle right' } - .button { - background-color: #EBEBEB; - color: black; - border: none; - border-radius: 8px; - justify-content: center; - align-items: center; - text-decoration: none; - display: flex; - font-size: 16px; - font-weight: bold; - margin: 4px 2px; - cursor: pointer; - width: 100px; - height: 35px; - transition-duration: 0.2s; - } - - .button:hover { - background-color: #E0E0E0; - } - .headerbutton { background-color: #EBEBEB; color: black; @@ -153,7 +131,6 @@ html * z-index: 10; } - .backbutton { position: absolute; color: black; @@ -174,21 +151,6 @@ html * background-color: #DEDEDE; } - .banner { - position: fixed; - background-color: #BFD7F3; - color: black; - width: 100%; - height: 1.2cm; - top: 0px; - left: 0px; - justify-content: center; - align-items: center; - display: flex; - font-weight: bold; - text-align: center; - } - .gtk-button-pill { position: relative; width: auto; @@ -228,28 +190,6 @@ html * 'left middle right' } - .button { - background-color: #4a4a4a; - color: #ffffff; - border: none; - border-radius: 8px; - justify-content: center; - align-items: center; - text-decoration: none; - display: flex; - font-size: 16px; - font-weight: bold; - margin: 4px 2px; - cursor: pointer; - width: 100px; - height: 35px; - transition-duration: 0.2s; - } - - .button:hover { - background-color: #595959; - } - .headerbutton { background-color: #4a4a4a; color: #ffffff; @@ -316,8 +256,6 @@ html * z-index: 10; } - - .backbutton { position: absolute; color: #ffffff; @@ -338,21 +276,6 @@ html * background-color: #3e3e3e; } - .banner { - position: fixed; - background-color: #29415E; - color: white; - width: 100%; - height: 1.2cm; - top: 0px; - left: 0px; - justify-content: center; - align-items: center; - display: flex; - font-weight: bold; - text-align: center; - } - .gtk-button-pill { position: relative; width: auto;