From fb84fcfd19e0586140e6e2ec096825a4a01f69b2 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:52:41 +0000 Subject: [PATCH] Refactor CSS. --- infnet.css | 108 ++++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/infnet.css b/infnet.css index e616ce0..0ef06c7 100644 --- a/infnet.css +++ b/infnet.css @@ -1,54 +1,3 @@ -.sidebar { - height: 100%; - width: 250px; - position: fixed; - left: 0; - top: 0; - padding-top: 55px; - background-color: #909090; - text-align: center; -} - -.sidebar div { - padding: 8px; - font-family: Roboto, sans-serif; - font-size: 24px; - display: block; -} - -.title { - padding: 8px; - font-family: Roboto, sans-serif; - font-size: 32px; -} - -.body-link { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; - text-decoration: underline; -} - -.table-link { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; - text-decoration: underline; -} - -.logo-small { - transform: translate(0px, 13px); -} - -body { - padding-top: 40px; - margin-left: 400px; - margin-right: 150px; - font-family: Roboto, sans-serif; - font-size: 20px; - background-color: #262626; -} - h1 { font-family: Roboto, sans-serif; font-size: 26px; @@ -80,6 +29,28 @@ h5 { color: #ffffff; } +h6 { + font-family: Roboto, sans-serif; + font-size: 16px; + color: #ffffff; +} + +body { + padding-top: 40px; + margin-left: 400px; + margin-right: 150px; + font-family: Roboto, sans-serif; + font-size: 20px; + background-color: #262626; +} + +.body-link { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; + text-decoration: underline; +} + p { font-family: Roboto, sans-serif; font-size: 18px; @@ -121,3 +92,38 @@ table, th, td { color: #ffffff; text-align: center; } + +.table-link { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; + text-decoration: underline; +} + +.sidebar { + height: 100%; + width: 250px; + position: fixed; + left: 0; + top: 0; + padding-top: 55px; + background-color: #909090; + text-align: center; +} + +.sidebar div { + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 24px; + display: block; +} + +.title { + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 32px; +} + +.logo-small { + transform: translate(0px, 13px); +}