From 31c4330751348bf7b578f2e1d11a967f2bd61099 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Mon, 21 Oct 2024 13:39:00 +0200 Subject: [PATCH] Removed some unnecessary style classes. --- styles.php | 59 ------------------------------------------------------ 1 file changed, 59 deletions(-) diff --git a/styles.php b/styles.php index a1bd693..53cc60a 100644 --- a/styles.php +++ b/styles.php @@ -126,65 +126,6 @@ a { text-decoration: none; } -.normal-link { - font-family: ubuntu, arial; - color: #5865f2; -} - -.normal-link-button { - font-family: ubuntu, arial; - color: #f2f2f2; - background-color: rgba(51, 51, 51, 0.8); - padding: 5px 8px; - text-decoration: none; - font-size: 17px; - border-style: inset; - border-width: 4px; - border-color: rgba(51, 51, 204, 0.8) rgba(51, 51, 204, 0.8) rgba(153, 255, 102, 0.8) rgba(153, 255, 102, 0.8 ); -} - -.normal-link-button:hover { - background-color: rgba(240, 240, 240, 0.6); - cursor: pointer; -} - -.normal-emoji { - height: 16px; - width: 16px; - align: center; -} - -.pythonscripts { - background-color: rgba(51, 51, 51, 0.863); - width: 160px; - height: 32px; -} - -.merge_box { - font-family: ubuntu; - color: white; - font-size: 18px; - padding: 5px 16px; - background-color: rgba(51, 51, 51, 0.863); - position: relative; - left: 50%; -} - -.normal-list { - font-family: ubuntu; - color: white; - font-size: 18px; -} - -.program { - font-family: ubuntu; - color: white; - font-size: 18px; - padding: 5px 16px; - background-color: rgba(51, 51, 51, 0.863); - position: relative; -} - .search-folder { visibility: hidden; }