From b30e8deae9699f736e8e1652494ec994cea164a8 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Sun, 19 Nov 2023 21:55:02 +0000 Subject: [PATCH] Accidentally added testing file (whoops) --- login/static/css/main.css | 81 --------------------------------------- 1 file changed, 81 deletions(-) delete mode 100755 login/static/css/main.css diff --git a/login/static/css/main.css b/login/static/css/main.css deleted file mode 100755 index 48459b1..0000000 --- a/login/static/css/main.css +++ /dev/null @@ -1,81 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap'); - -body { - color: white; - text-align: center; - font-family: Roboto Mono; - background-color: rgb(20, 10, 30); -} - -input { - padding: 10px; - background-color: rgb(67, 0, 166); - color: white; - border-style: none; - border-radius: 5px; - margin-top: 5px; -} - -button { - padding: 10px; - background-color: rgb(67, 0, 166); - color: white; - border-style: none; - border-radius: 5px; - margin-top: 5px; -} - -.pswdbox { - margin-top: 5px; -} - -.spacer { - margin-top: 5px; -} - -.spacer2 { - margin-top: 30px; -} - -input[type="password"], -input[type="text"] { - background-color: rgb(91, 91, 91); -} - -.headerbar { - position: fixed; - top: 0px; - left: 0px; - right: 0px; - background-color: #23064f; - height: 60px; - align-items: center; - display: flex; -} - -.content { - position: fixed; - left: 0px; - right: 0px; - top: 60px; -} - -.main { - font-size: 20px; - padding: 20px; - color: white; - text-decoration: none; - font-weight: bold; - background-color: #140a1e -} - -a { - padding: 20px; - font-size: 18px; - text-decoration: none; - color: white; -} - -a:hover { - background-color: #140a1e -}