From 4fb54f9749f16f6077d1b5d4f0fcb415c52953f1 Mon Sep 17 00:00:00 2001 From: hiby9420 <156085031+hiby9420@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:45:38 +0530 Subject: [PATCH] Update style.css --- css/style.css | 187 ++------------------------------------------------ 1 file changed, 6 insertions(+), 181 deletions(-) diff --git a/css/style.css b/css/style.css index 1d46453..a8af58c 100644 --- a/css/style.css +++ b/css/style.css @@ -28,7 +28,7 @@ body { -o-transition: 0.5s; transition: 0.5s; } -.offcanvas #page { +/* .offcanvas #page { overflow: hidden; position: absolute; } @@ -44,7 +44,7 @@ body { z-index: 101; background: rgba(0, 0, 0, 0.7); content: ""; -} +} */ a { color: #F14E95; @@ -204,7 +204,7 @@ h1, h2, h3, h4, h5, h6, figure { display: -moz-inline-stack; display: inline-block; zoom: 1; - *display: inline; + display: inline; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; @@ -761,13 +761,13 @@ h1, h2, h3, h4, h5, h6, figure { display: -moz-inline-stack; display: inline-block; zoom: 1; - *display: inline; + display: inline; } .fh5co-social-icons li a { display: -moz-inline-stack; display: inline-block; zoom: 1; - *display: inline; + display: inline; color: #F14E95; padding-left: 10px; padding-right: 10px; @@ -1224,7 +1224,7 @@ form label { display: -moz-inline-stack; display: inline-block; zoom: 1; - *display: inline; + display: inline; width: 100px; height: 100px; } @@ -1421,83 +1421,6 @@ form label { border: 2px solid #F14E95; } -#fh5co-offcanvas { - position: absolute; - z-index: 1901; - width: 270px; - background: black; - top: 0; - right: 0; - top: 0; - bottom: 0; - padding: 45px 40px 40px 40px; - overflow-y: auto; - -moz-transform: translateX(270px); - -webkit-transform: translateX(270px); - -ms-transform: translateX(270px); - -o-transform: translateX(270px); - transform: translateX(270px); - -webkit-transition: 0.5s; - -o-transition: 0.5s; - transition: 0.5s; -} -.offcanvas #fh5co-offcanvas { - -moz-transform: translateX(0px); - -webkit-transform: translateX(0px); - -ms-transform: translateX(0px); - -o-transform: translateX(0px); - transform: translateX(0px); -} -#fh5co-offcanvas a { - color: rgba(255, 255, 255, 0.5); -} -#fh5co-offcanvas a:hover { - color: rgba(255, 255, 255, 0.8); -} -#fh5co-offcanvas ul { - padding: 0; - margin: 0; -} -#fh5co-offcanvas ul li { - padding: 0; - margin: 0; - list-style: none; -} -#fh5co-offcanvas ul li > ul { - padding-left: 20px; - display: none; -} -#fh5co-offcanvas ul li.offcanvas-has-dropdown > a { - display: block; - position: relative; -} -#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after { - position: absolute; - right: 0px; - font-family: 'icomoon'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e921"; - font-size: 20px; - color: rgba(255, 255, 255, 0.2); - -webkit-transition: 0.5s; - -o-transition: 0.5s; - transition: 0.5s; -} -#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after { - -webkit-transform: rotate(-180deg); - -moz-transform: rotate(-180deg); - -ms-transform: rotate(-180deg); - -o-transform: rotate(-180deg); - transform: rotate(-180deg); -} .uppercase { font-size: 14px; @@ -1544,105 +1467,7 @@ form label { outline: none; } -.fh5co-nav-toggle { - width: 25px; - height: 25px; - cursor: pointer; - text-decoration: none; -} -.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after { - background: #444; -} -.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active { - outline: none; - border-bottom: none !important; -} -.fh5co-nav-toggle i { - position: relative; - display: inline-block; - width: 25px; - height: 2px; - color: #252525; - font: bold 14px/.4 Helvetica; - text-transform: uppercase; - text-indent: -55px; - background: #252525; - transition: all .2s ease-out; -} -.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after { - content: ''; - width: 25px; - height: 2px; - background: #252525; - position: absolute; - left: 0; - transition: all .2s ease-out; -} -.fh5co-nav-toggle.fh5co-nav-white > i { - color: #fff; - background: #fff; -} -.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after { - background: #fff; -} -.fh5co-nav-toggle i::before { - top: -7px; -} - -.fh5co-nav-toggle i::after { - bottom: -7px; -} - -.fh5co-nav-toggle:hover i::before { - top: -10px; -} - -.fh5co-nav-toggle:hover i::after { - bottom: -10px; -} - -.fh5co-nav-toggle.active i { - background: transparent; -} - -.fh5co-nav-toggle.active i::before { - top: 0; - -webkit-transform: rotateZ(45deg); - -moz-transform: rotateZ(45deg); - -ms-transform: rotateZ(45deg); - -o-transform: rotateZ(45deg); - transform: rotateZ(45deg); -} - -.fh5co-nav-toggle.active i::after { - bottom: 0; - -webkit-transform: rotateZ(-45deg); - -moz-transform: rotateZ(-45deg); - -ms-transform: rotateZ(-45deg); - -o-transform: rotateZ(-45deg); - transform: rotateZ(-45deg); -} - -.fh5co-nav-toggle { - position: absolute; - right: 0px; - top: 10px; - z-index: 21; - padding: 6px 0 0 0; - display: block; - margin: 0 auto; - display: none; - height: 44px; - width: 44px; - z-index: 2001; - border-bottom: none !important; -} -@media screen and (max-width: 768px) { - .fh5co-nav-toggle { - display: block; - } -} .btn { margin-right: 4px;