Skip to content

Instantly share code, notes, and snippets.

@eduard-un
Created October 24, 2022 10:45
Show Gist options
  • Save eduard-un/abcfcfac1a2a87e2c94807a5309966eb to your computer and use it in GitHub Desktop.
Save eduard-un/abcfcfac1a2a87e2c94807a5309966eb to your computer and use it in GitHub Desktop.
Michal Lavin's cutom CSS backup
a.more-link,
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a,
.et_pb_bg_layout_light .et_pb_widget li a {
color: #13a89e !important
}
@media only screen and (min-width: 1100px) {
.et_pb_promo_description {
float: left !important;
}
a.et_pb_promo_button.et_pb_button {
float: right !important;
}
.rtl a.et_pb_promo_button.et_pb_button {
float: left !important;
}
.rtl .et_pb_promo_description {
float: right !important;
}
}
/*Use icons for bullet list*/
ul.special_bullets li {
list-style-type: none;
}
ul.special_bullets li:before {
font-family: 'ETmodules';
content: "e052" !important;
speak: none;
font-weight: normal;
color: #832990;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 15px;
/*..adjust to your liking...*/
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right: 8px;
/*...adjust to your liking...*/
vertical-align: middle;
}
.home ul.special_bullets li:before {
color: #fff !important;
}
/*Move secondary header right*/
#top-header #et-info {
float: right;
}
h1 {
color: #832990
}
.nav li li a {
font-size: 12px
}
span.phone-contact:before {
font-family: 'ETmodules';
content: "e090" !important;
position: relative;
color: #832990;
}
span.skype-contact:before {
font-family: 'ETmodules';
content: "e0a2" !important;
position: relative;
color: #832990;
}
span.email-contact:before {
font-family: 'ETmodules';
content: "e076" !important;
position: relative;
color: #832990;
}
#local:before {
font-family: 'ETmodules';
text-shadow: 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
position: relative;
top: 2px;
margin-right: 2px;
content: "\e082";
}
#phoneW:before {
font-family: 'ETmodules';
text-shadow: 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
position: relative;
top: 2px;
margin-right: 2px;
content: "\e090";
}
#emailW:before {
font-family: 'ETmodules';
text-shadow: 0 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
position: relative;
top: 2px;
margin-right: 2px;
content: "\e076";
}
.rtl #logo {
float: right !important;
}
.rtl .menu-item-language img.iclflag {
margin-left: 4px;
margin-right: 0
}
.rtl .et_pb_button:after {
content: "34" !important;
}
.rtl .et_pb_button:hover {
padding: 0.3em 1em 0.3em 2em !important;
}
.rtl .nav li li a {
text-align: right !important;
}
.rtl .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
margin-right: 20px !important;
}
.rtl ul.special_bullets li::before {
padding-left: 8px
}
.rtl #top-header .et-social-icons {
float: right
}
.footer-widget h4.title {
color: #13a89e
}
#footer-info {
display: none;
}
#et_search_icon:hover,
.mobile_menu_bar::before,
.mobile_menu_bar::after,
.et-social-icon a:hover {
color: #13a89e
}
.rtl .menu-item img {
margin-right: 20px
}
.rtl #et_top_search {
display: none !important
}
.rtl #main-footer .footer-widget h4 {
text-align: right
}
/*Footer Widget list*/
.rtl .textwidget {
text-align: right
}
.rtl .footer-widget .textwidget ul {
direction: rtl !important
}
.textwidget ul {
list-style: none !important
}
@media (max-width: 980px) {
html[lang="he-IL"] div#et-top-navigation {
width: 100%;
}
html[lang="he-IL"] .et_pb_text_align_right {
text-align: right;
}
}
.rtl #footer-widgets .footer-widget .widget_text_icl li:before {
position: absolute;
left: 165px;
}
/* full-header mobile fix */
@media screen and (max-width:767px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
margin-left: 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment