From c61abc5b84bf560bb6ef622d38a567e7ea7e5066 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Sat, 30 Mar 2024 00:46:51 -0700 Subject: [PATCH] Delete style.css --- style.css | 189 ------------------------------------------------------ 1 file changed, 189 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 327aad2..0000000 --- a/style.css +++ /dev/null @@ -1,189 +0,0 @@ -::selection { - background: #5b84cb; -} - -body { - font-family: helvetica, arial, sans-serif; - margin: 2em; -} - -::-webkit-scrollbar { - width: 10px; - height: 10px; -} - -::-webkit-scrollbar-thumb { - background: #1a1a1a; - border-radius: 10px; -} - -::-webkit-scrollbar-thumb:hover { - background: #ffffff; -} - -em { - color: #ffffff; -} - -h1 { - font-style: bold; - color: #ffffff; - background-color: #1a1a1a; - display: inline-block; - padding: 15px 32px; -} - -.h1 { - font-style: bold; - color: #ffffff; - background-color: #1a1a1a; - display: inline-block; - padding: 15px 32px; -} - -#h1 { - font-style: bold; - color: #ffffff; - background-color: #1a1a1a; - display: inline-block; - padding: 15px 32px; -} - -ul { - color: #ffffff; -} - -li { - color: #ffffff; -} - -a { - font-style: bold; - color: #ffffff; -} - -b { - color: #ffffff; - font-size: 20px; -} -p { - color: #ffffff; -} - -canvas { - color: #ffffff; -} - -.button { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -.footer { - position: fixed; - left: 0; - bottom: 0; - width: 100%; - background-color: rgb(0, 0, 0); - text-align: left; - opacity: 1; -} - -#rintyuubetterdiscord { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#rintyuuexedownload { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#rintyuuvmdld { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#rintyuuvirdld { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#rintyuujjkdld { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#rintyuuchrome { - background-color: #1a1a1a; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 20px; - margin: 4px 2px; - cursor: pointer; -} - -#discord { - font-style: bold; - margin-top: 54px; - margin-right: 32px; - position: absolute; - top: 0; - right: 0; -} - -.gray { - color: #808080; -}