From 608d8490d8c4cfd351c624f35cb38ca913f2ce36 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 10 May 2022 12:24:39 +0200 Subject: [PATCH] Add: Cookie box top border --- assets/css/style.css | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 677ab85..048002e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2,6 +2,12 @@ Template Name: BioTech - Dark Author: Aroy =================================================================*/ +:root { + --text-light: #bad8dd; + --text-darker: #000; +} + + @font-face { font-family: "BlackOpsOne"; src: url(/fonts/BlackOpsOne-Regular.ttf); @@ -9,7 +15,7 @@ Author: Aroy html { background-color: #0f1e31; - color: #bad8dd; + color: var(--text-light, #bad8dd); scrollbar-color: #ff00d4 #040b1e; scrollbar-width: thin; scroll-behavior: smooth; @@ -34,7 +40,7 @@ html:not([hide-scrollbar]) ::-webkit-scrollbar { body { background-color: #040b1e; font-family: "Roboto Mono", sans-serif; - color: #bad8dd; + color: var(--text-light, #bad8dd); -webkit-font-smoothing: antialiased; } @@ -515,6 +521,11 @@ nav[aria-label="breadcrumb"] li:last-child a{ bottom: 0; } +/*================================================================= + Shortcodes +=================================================================*/ + + /*================================================================= Code Blocks =================================================================*/ @@ -958,11 +969,11 @@ pre.chroma { right: 0; } -img.loaded video.loaded { +/*img.loaded video.loaded { opacity: 1; transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease; -} +}*/ .hero-video { min-width: 100%; @@ -976,6 +987,13 @@ img.loaded video.loaded { transform: translate(-50%,-50%);*/ } +/*================================================================= + About Page +=================================================================*/ +/* .about-header { + +} */ + /*================================================================= 404 Page @@ -1513,6 +1531,11 @@ img.loaded video.loaded { filter: drop-shadow(0px 5px 5px rgba(0, 56, 56, 0.774)); } +.lb-container { + background-color: #53606c; +} + + /*================================================================== Art Carousel ==================================================================*/ @@ -1543,10 +1566,6 @@ img.loaded video.loaded { resize: none } -#contact-form-massage { - resize: none; -} - .form-control:focus { border-color: #FF00BA; } @@ -1842,6 +1861,7 @@ img.loaded video.loaded { transition: all .75s cubic-bezier(.19, 1, .22, 1); color: #fdfdfd; z-index: 9999; + border-top: 2px solid #fd21ef; } .cookie-box-hide {