From 3fe84d427cb4fa85df101426a1d8ce99e6b3991b Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 23 Jan 2021 00:18:09 -0700 Subject: Delete duplicate style.css --- style.css | 117 -------------------------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 4fecfa4..0000000 --- a/style.css +++ /dev/null @@ -1,117 +0,0 @@ -body { - background-color: #222; - text-align: center; -} - -#title { - color: #F1F3F1; - margin: 20px; -} - -#wrapper { - width: 900px; - margin: 0 auto; -} - -table { - border-collapse: collapse; - width: 100%; - background-color: #fff; - border: 1px solid #000; - float: left; - padding: 20px 30px; - text-align: left; -} - -nav { - background-color: white; - margin-bottom: 15px; - border: 1px solid black; - text-align: left; -} - -#user { - float: right; - text-align: right; -} - -.post td { - height: 200px; - min-height: 200px; - max-height: 600px; -} - -section { - background-color: white; - padding: 15px; - margin-bottom: 15px; - text-align: left; -} - -section h1 { - color: black; -} - -form { - text-align: left; - padding: 5px 5px 5px 50px; -} - -nav a { - background-color: #00728B; - border: 1px solid black; - color: #FFF; - padding: 3px; - text-decoration: none; -} - -nav a:hover { - background-color: #009FC1; -} - -.left { - width: 70%; -} - -.right { - width: 30%; -} - -table a { - color: #000; -} - -table a:hover { - color:#373737; - text-decoration: none; -} - -th { - background-color: #00728B; - color: #F0F0F0; - border: 1px solid black; -} - -h1, h4 { - margin-top: 2px; - margin-bottom: 10px; -} - -td { - padding: 5px; - border: 1px solid black; -} - -h3 {margin: 0; padding: 0;} - -footer { - font-size: 65%; - padding: 3px 0 0 0; - color: #999; -} - -textarea { - width: 500px; - height: 200px; - overflow: scroll; -} \ No newline at end of file -- cgit v1.2.3