From 3983359c8f5837b1eccbbbb7d6918bdcd6679355 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 16 Sep 2022 02:05:42 -0400 Subject: [PATCH] removed old redirect --- about/extensions.html | 16 ---------- assets/TiB.css | 71 ++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 57 deletions(-) delete mode 100644 about/extensions.html diff --git a/about/extensions.html b/about/extensions.html deleted file mode 100644 index 27d53ac..0000000 --- a/about/extensions.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - TiB. | Firefox Security - - - - - - - -
- - - - diff --git a/assets/TiB.css b/assets/TiB.css index 853dec7..f4660ef 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -5,6 +5,11 @@ url('https://tebibyte.media/assets/fonts/ubuntu.woff'); } + @font-face { + font-family: 'Ubuntu Mono Ligaturized'; + src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf'); + } + ::selection { color: white; background: red; @@ -15,12 +20,6 @@ background: red; } -header { - text-align: center; - padding: 0%; - margin: auto; -} - body { background-color: black; font-family: 'Ubuntu'; @@ -30,29 +29,41 @@ body { padding: 0% 5%; } +header { + text-align: center; + padding: 0%; + margin: auto; +} + p { text-align: justify; } +a { + color: white; +} + +a:hover { + color: red; + text-decoration: underline; +} + +a:active { + color: red; + text-decoration: underline; +} + +ul { + list-style-type: disc; +} + footer { position:fixed; bottom: 0; width: 100%; } -li.home { - display: inline; -} - -li.blog { - display: inline; -} - -li.network { - display: inline; -} - -li.about { +li.home, li.network, li.blog, li.about { display: inline; } @@ -80,28 +91,6 @@ li.about { text-decoration: none; } -a:link { - color: white; -} - -a:visited { - color: white; -} - -a:hover { - color: red; - text-decoration: underline; -} - -a:active { - color: red; - text-decoration: underline; -} - -ul { - list-style-type: disc; -} - /* * TiB.css is free software: you can redistribute and/or modify it under the * terms of the GNU Affero General Public License as published by the Free