Created
May 3, 2023 12:21
-
-
Save eduard-un/60c672a04246827c7c9cf5ce8fc27958 to your computer and use it in GitHub Desktop.
Katalin Balogh old CSS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.uppercase { | |
text-transform: uppercase; | |
} | |
@media all and (mnin-width:981px) { | |
#page-container .logo_container { | |
position: relative; | |
} | |
#page-container div#et-top-navigation { | |
padding-left: 0px !important; | |
} | |
} | |
@media all and (min-width:981px) { | |
#page-container .logo_container { | |
position: relative; | |
} | |
#page-container div#et-top-navigation { | |
padding-left: 0px !important; | |
float: none !important; | |
} | |
} | |
.et_header_style_left .logo_container { | |
left: -45px; | |
} | |
header#main-header .logo_container { | |
margin-top: 20px !important; | |
} | |
#main-header #top-menu-nav > ul > li.et-hover > a { | |
color: #c22626 !important; | |
} | |
#top-menu .current-menu-item a::before, | |
#top-menu .current_page_item a::before { | |
content: ""; | |
position: absolute; | |
z-index: 2; | |
left: 0; | |
right: 0; | |
} | |
#top-menu li a:before { | |
content: ""; | |
position: absolute; | |
z-index: -2; | |
left: 0; | |
right: 100%; | |
bottom: 50%; | |
background: #c22626; | |
height: 3px; | |
-webkit-transition-property: right; | |
transition-property: right; | |
-webkit-transition-duration: 0.3s; | |
transition-duration: 0.3s; | |
-webkit-transition-timing-function: ease-out; | |
transition-timing-function: ease-out; | |
margin-bottom: -15px !important; | |
} | |
#top-menu li a:hover { | |
opacity: 1 !important; | |
} | |
#top-menu li a:hover:before { | |
right: 0; | |
} | |
#top-menu li li a:before { | |
bottom: 10%; | |
} | |
.menu-bnt { | |
background-color: #c22626; | |
padding: 10px 5px !important; | |
text-align: center; | |
color: white !important; | |
} | |
header#main-header #et-top-navigation nav > ul > li > a { | |
padding-bottom: 0px !important; | |
} | |
header#main-header ul#top-menu { | |
padding-top: 20px; | |
padding-bottom: 20px; | |
} | |
div#et-boc header#main-header .container div#et-top-navigation nav#top-menu-nav ul#top-menu li.menu-bnt a { | |
color: white !important; | |
} | |
@media only screen and (min-width: 981px) and (max-width: 1350px) { | |
#main-header .container { | |
width: 90% !important; | |
} | |
} | |
.cstm_blurbs .et_pb_blurb_description { | |
direction: ltr; | |
} | |
@media only screen and (min-width: 981px) { | |
.et_header_style_left #main-header #et-top-navigation { | |
padding-top: 0px; | |
} | |
} | |
.woocommerce ul.products li.product .woocommerce-loop-product__title { | |
color: #c22626 !important; | |
font-family: 'Source Sans Pro' !important; | |
font-size: 18px !important; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment