From 2242b29333c2704c91cd5cd44aead06df92d592d Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 2 Mar 2020 08:11:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/stylesheet.css=E2=80=9C=20l?= =?UTF-8?q?=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/stylesheet.css | 58 ------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 threadr/stylesheet.css diff --git a/threadr/stylesheet.css b/threadr/stylesheet.css deleted file mode 100644 index 54dd57d..0000000 --- a/threadr/stylesheet.css +++ /dev/null @@ -1,58 +0,0 @@ -body {margin: 0;} - -ul.topnav { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: #8bd3dd; -} - -ul.topnav li {float: left;} - -ul.topnav li a { - display: block; - color: #001858; - text-align: center; - font-family: monospace; - font-size: 1em; - padding: 14px 16px; - text-decoration: none; -} - -ul.topnav li a:hover:not(.active) {background-color: #f582ae;} - -ul.topnav li a.active {background-color: #f582ae;} - -ul.topnav li.right {float: right;} - -@media screen and (max-width: 600px) { - ul.topnav li.right, - ul.topnav li {float: none;} -} - -body { - background-color: #FEFFEF; - color: #000000; -} - -body.status_page { - background-color: #B6BDBD; - color: #000000; -} - -body { - font-size: 1em; -} -p { - font-family: monospace; -} -input { - font-family: monospace; -} -button { - font-family: monospace; -} -h1, h2, h3, h4, h5, h6 { - font-family: monospace; -}