From 6a64ede3f6d68e73241ea45d71877cf3681610c7 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 30 Oct 2022 21:21:09 +0000 Subject: [PATCH] Tidy CSS --- styles/style.css | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/styles/style.css b/styles/style.css index c107a5b..dbf2e27 100644 --- a/styles/style.css +++ b/styles/style.css @@ -14,7 +14,6 @@ body { text-align: center; padding-bottom: 60px; /*Footer height*/ } - .titleimg { width: 80%; padding-top: 50px; @@ -22,7 +21,6 @@ body { max-width: 500px; transition: 0.2s; } - .lookup-box { text-align: center; border: black; @@ -34,7 +32,6 @@ body { text-transform: uppercase; transition: 0.2s; } - .form-text-small { text-align: center; border: black; @@ -44,13 +41,7 @@ body { font-size: 18px; transition: 0.2s; } - -@media only screen and (min-width: 600px) { - .form-text-small { - width: 50%; - } -} - +@media only screen and (min-width: 600px) {.form-text-small{width: 50%}} .form-text-large { text-align: left; border: black; @@ -61,20 +52,13 @@ body { font-size: 16px; transition: 0.2s; } - -@media only screen and (min-width: 600px) { - .form-text-large { - width: 50%; - } -} - +@media only screen and (min-width: 600px) {.form-text-large{width: 50%}} .form-info { color: var(--main-text-color); font-size: 17px; font-weight: bolder; margin-bottom: 4px; } - .text-description { display: inline-block; width: 80%; @@ -85,13 +69,7 @@ body { margin-right: auto; transition: 0.2s; } - -@media only screen and (min-width: 600px) { - .text-description{ - width: 50%; - } -} - +@media only screen and (min-width: 600px) {.text-description{width: 50%}} .lookup-button { background-color: #3c78d8; color: var(--link-color); @@ -105,7 +83,6 @@ body { margin-bottom: 10px; cursor: pointer; } - .actionbutton { display: inline-block; text-decoration: none; @@ -118,13 +95,11 @@ body { margin-bottom: 10px; font-size: 16px; } - .inlinelink { text-decoration: underline; color: var(--link-color); cursor: pointer; } - /* START MENU STYLE */ #menubar_hamburger { position: absolute; @@ -171,9 +146,6 @@ body { white-space: nowrap; transition: 0.5s; } - -/* Footer Styles */ - /* Footer Styles */ footer { background-color: var(--accent-color); @@ -183,16 +155,13 @@ footer { bottom: 0; left: 0; } - footer a { text-decoration: underline; color: white; } - footer a:visited { color: white; } - footer a:hover { color: beige; } \ No newline at end of file