From bf76279470aa0e5cb5e9620a3eee8f33f4d2f512 Mon Sep 17 00:00:00 2001 From: Stephen Herbert <stephen.herbert@telus.net> Date: Sun, 2 Oct 2022 20:34:23 +0000 Subject: [PATCH] Update static/style.css --- static/style.css | 48 ++++-------------------------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/static/style.css b/static/style.css index b3462c3..d55a752 100644 --- a/static/style.css +++ b/static/style.css @@ -12,12 +12,6 @@ body { backdrop-filter: blur(100px); } -.footerCol{ - background-color: black; - padding-left: 5%; - padding-bottom: 1%; -} - .dropdown-menu show{ background-color: rgba(0,0,0,0.8); backdrop-filter: blur(100px); @@ -30,7 +24,6 @@ body { } - /* CALLOUT */ .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem } .bd-callout h4 { margin-bottom:.25rem } @@ -103,23 +96,17 @@ footer a:hover { color: white; text-decoration: underline; } } .display-picture { - display: block; margin-left: auto; margin-right: auto; - max-width: 80%; width: 60%; - - - border-radius: 50%; - + border-radius: 50%; margin-top: 2em; margin-bottom: 2em; } -.roster-member-display-img .team-displayed-picture { - +.roster-member-display-img .team-displayed-picture { width:30em; align-self:left; } @@ -161,7 +148,6 @@ footer a:hover { color: white; text-decoration: underline; } animation: glow 1s ease-in-out infinite alternate; } - /* USE THIS IN THE TEAM INTRODUCTION */ .text-style-1 { text-align: left; @@ -173,8 +159,7 @@ footer a:hover { color: white; text-decoration: underline; } .button-box { display:flex; - flex-flow: row wrap; - + flex-flow: row wrap; } .attributions-heading { @@ -194,8 +179,7 @@ footer a:hover { color: white; text-decoration: underline; } } -.attributions-text { - +.attributions-text { font-family: libre-franklin-bold, sans-serif; font-style: normal; } @@ -240,9 +224,6 @@ footer a:hover { color: white; text-decoration: underline; } padding-left: 1em; } - - - .donations { margin-top: 3em; } @@ -257,7 +238,6 @@ footer a:hover { color: white; text-decoration: underline; } } .donors { - font-family: libre-franklin-bold, sans-serif; padding:1em; } @@ -290,8 +270,6 @@ footer a:hover { color: white; text-decoration: underline; } text-transform: uppercase; } - - .team-summary-assignment { border: none; @@ -377,17 +355,6 @@ h2{ animation: glow 2s ease-in-out infinite alternate; } -.footer{ - background-color: rgb(255, 255, 255); -} - -.row-2{ - background-color: rgb(0, 0, 0); -} -.box-1{ - display:inline-block; -} - a:link { text-decoration: none; } @@ -404,13 +371,6 @@ a:active { text-decoration: none; } -.socials{ -text-align:center; -padding-bottom: 20%; -} -.border-r{ - margin-left: 30px; -} .splogo{ text-align: center; -- GitLab