Created
September 18, 2016 17:19
-
-
Save alexkalh/8c972322a144a74568562453b3440196 to your computer and use it in GitHub Desktop.
2016.09.19 - enliven 1.8.1 - inc - skin - schema.php
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
<?php | |
if( !function_exists( 'enliven_get_color_scheme_string' ) ){ | |
function enliven_get_color_scheme_string(){ | |
$css = ' | |
a { | |
color: %3$s; | |
} | |
a:hover, a:focus { | |
color: %4$s; | |
} | |
#e_site_name { | |
color: %13$s; | |
} | |
.e_site_tagline { | |
color: %13$s; | |
} | |
body.e_boxed.e_enable_border_wrap .e_site_container { | |
border-left: 1px solid #dedede; | |
border-right: 1px solid #dedede; | |
} | |
body.e_boxed .e_site_container { | |
background-color: %13$s; | |
} | |
html { | |
color: %5$s; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
color: %6$s; | |
} | |
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { | |
color: %6$s; | |
} | |
.e_widget_title.e_style_01 .e_sub_title { | |
color: #aaaaaa; | |
} | |
.e_widget_title.e_style_02 .e_title, .e_widget_title.e_style_03 .e_title { | |
background-color: %13$s; | |
} | |
.e_widget_title.e_style_02:before { | |
background-color: #dedede; | |
} | |
.e_widget_title.e_style_03:after, .e_widget_title.e_style_03:before { | |
background-color: #dedede; | |
} | |
.e_widget_title.e_style_04:before { | |
background-color: %1$s; | |
} | |
.e_widget_title.e_style_06 .e_title span { | |
background-color: %15$s; | |
color: %13$s; | |
} | |
.e_widget_title.e_style_06 .e_icon { | |
background-color: %15$s; | |
color: %13$s; | |
} | |
.e_widget_title.e_style_06 .e_icon:hover { | |
background-color: %1$s; | |
} | |
.e_widget_title.e_style_07 { | |
border-bottom: 1px solid #dedede; | |
} | |
.e_widget_title.e_style_07 .e_title { | |
background-color: %13$s; | |
} | |
.e_widget_title.e_style_08 { | |
border-top: 1px solid whitesmoke; | |
} | |
.e_widget_title.e_style_09 .e_title { | |
border-bottom: 1px solid #e5e5e5; | |
} | |
.e_widget_title.e_style_10 .e_icon { | |
color: %13$s; | |
background-color: %1$s; | |
} | |
.e_widget_wrap.e_style_01 { | |
border-color: #e5e5e5; | |
padding: 24px; | |
} | |
.e_pagination.e_style_01 a, .e_pagination.e_style_01 span { | |
color: #333333; | |
background-color: %13$s; | |
} | |
.e_pagination.e_style_01 span.current, | |
.e_pagination.e_style_01 a:hover { | |
border-color: %1$s; | |
color: %13$s; | |
background-color: %1$s; | |
} | |
.e_section .e_parallax_inner > .e_overlay { | |
background-color: %14$s; | |
} | |
#e_site_header.e_style_01.e_bg > .e_top { | |
background-color: %1$s; | |
} | |
#e_site_header.e_style_01 > .e_middle { | |
border-bottom-color: #dedede; | |
} | |
#e_site_header.e_style_02.e_transparent > .e_top { | |
background-color: %21$s; | |
border-bottom-color: %23$s; | |
} | |
body.e_fixing #e_site_header > .e_menubar { | |
border-bottom-color: %23$s; | |
background-color: %1$s !important; | |
} | |
#e_site_header.e_style_03 > .e_top { | |
background-color: %1$s; | |
} | |
#e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01 { | |
color: %13$s; | |
} | |
#e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01.e_active, #e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01:hover { | |
background-color: %27$s; | |
} | |
#e_site_header.e_style_03 > .e_middle { | |
background-color: %13$s; | |
border-bottom: 1px solid whitesmoke; | |
} | |
#e_site_header.e_style_03 > .e_middle #e_site_name { | |
color: %6$s; | |
} | |
#e_site_header.e_style_03 > .e_middle #e_site_name:hover { | |
color: %1$s; | |
} | |
#e_site_header.e_style_03 > .e_bottom { | |
background-color: #fafafa; | |
border-bottom: 1px solid whitesmoke; | |
} | |
#e_site_header.e_style_03 > .e_bottom .e_ticker.e_style_01 > .e_header { | |
background-color: #fafafa; | |
} | |
#e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 { | |
background-color: #fafafa; | |
} | |
.e_side_logo.e_style_01 { | |
background-color: #20232b; | |
} | |
#e_site_header.e_style_01 .e_search_handle.e_style_01 { | |
background-color: %13$s; | |
color: %5$s; | |
} | |
#e_site_header.e_style_01 .e_search_handle.e_style_01:hover { | |
color: %1$s; | |
} | |
form.e_search_form.e_style_01 label { | |
color: %5$s; | |
} | |
form.e_search_form.e_style_01 .e_search_text { | |
color: %13$s; | |
border-bottom: 3px double %2$s; | |
} | |
.e_popup.e_style_01 { | |
background-color: %24$s; | |
} | |
.e_popup_container.e_style_01 .e_popup_close { | |
color: %5$s; | |
} | |
.e_popup_container.e_style_01 .e_popup_close:hover { | |
color: red; | |
} | |
.e_ticker.e_style_01 > .e_header { | |
background-color: %13$s; | |
} | |
.e_ticker.e_style_01 .e_item time { | |
color: %1$s; | |
} | |
#e_site_footer > .e_top { | |
background-color: %2$s; | |
color: %10$s; | |
} | |
#e_site_footer > .e_top a { | |
color: %10$s; | |
} | |
#e_site_footer > .e_top a:hover { | |
color: %1$s; | |
} | |
#e_site_footer > .e_bottom { | |
background-color: %11$s; | |
color: %12$s; | |
} | |
#e_site_footer > .e_bottom a { | |
color: %12$s; | |
} | |
#e_site_footer > .e_bottom a:hover { | |
color: %3$s; | |
} | |
#e_site_footer .e_widget_title.e_style_05 .e_title { | |
color: %13$s; | |
} | |
/* | |
5.3: BACK TO TOP | |
---------- | |
---------- */ | |
.e_back_to_top { | |
background-color: %2$s; | |
color: %13$s !important; | |
} | |
.e_back_to_top:hover { | |
background-color: %1$s; | |
} | |
#e_primary_nav.e_style_01 #e_primary_menu > li > a, #e_primary_nav.e_style_02 #e_primary_menu > li > a { | |
color: %13$s; | |
} | |
#e_primary_nav.e_style_01 #e_primary_menu > li > a:before, #e_primary_nav.e_style_02 #e_primary_menu > li > a:before { | |
background: %13$s; | |
} | |
#e_primary_nav.e_style_01 #e_primary_menu .sub-menu, #e_primary_nav.e_style_02 #e_primary_menu .sub-menu { | |
background-color: whitesmoke; | |
border-left: 1px solid #e5e5e5; | |
border-right: 1px solid #e5e5e5; | |
} | |
#e_primary_nav.e_style_01 #e_primary_menu .sub-menu > li > a, #e_primary_nav.e_style_02 #e_primary_menu .sub-menu > li > a { | |
border-bottom: 1px solid #e5e5e5; | |
color: %5$s; | |
} | |
#e_primary_nav.e_style_01 #e_primary_menu > li > a { | |
margin-right: 24px; | |
} | |
#e_primary_nav.e_style_02 #e_primary_menu.e_mega .sf-mega { | |
background-color: whitesmoke; | |
border-left: 1px solid #e5e5e5; | |
border-right: 1px solid #e5e5e5; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
#e_primary_navigation_mobile.e_style_01 span.e_handler { | |
border: 1px solid %13$s; | |
background: %13$s; | |
color: %1$s; | |
} | |
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile { | |
border: 1px solid #e5e5e5; | |
background-color: whitesmoke; | |
} | |
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a { | |
border-bottom: 1px solid #e5e5e5; | |
color: %5$s; | |
} | |
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a span:hover { | |
color: %1$s; | |
} | |
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile .sub-menu { | |
border-bottom: 1px solid #e5e5e5; | |
} | |
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile .sub-menu a { | |
border-left: 1px solid #e5e5e5; | |
} | |
#e_secondary_nav span.e_handler { | |
color: %13$s; | |
background-color: #151515; | |
} | |
#e_secondary_nav span.e_handler:hover { | |
background-color: %1$s; | |
} | |
#e_secondary_nav #e_secondary_menu_mobile a { | |
border-top: 1px solid %6$s; | |
color: %13$s; | |
} | |
#e_secondary_nav #e_secondary_menu_mobile a:hover { | |
color: %1$s; | |
} | |
#e_primary_nav .ssm-toggle-nav { | |
color: %13$s; | |
background-color: %26$s; | |
} | |
#e_primary_nav .ssm-toggle-nav:hover { | |
background-color: %27$s; | |
} | |
.e_side_nav.e_left.e_style_01 { | |
background-color: %2$s; | |
} | |
#e_side_menu.e_style_01 a { | |
color: %13$s; | |
} | |
#e_side_menu.e_style_01 a:hover { | |
color: %1$s; | |
} | |
#e_side_menu.e_style_01 > li.menu-item-has-children.open .sub-menu { | |
background-color: #20232b; | |
} | |
.ssm-overlay { | |
background-color: %15$s; | |
} | |
blockquote:before, blockquote:after { | |
color: #dedede; | |
} | |
blockquote.e_blockquote.e_style_01 { | |
border-left: 3px solid %1$s; | |
} | |
.e_widget_breadcrumb .e_title { | |
color: %13$s; | |
} | |
.e_widget_breadcrumb .e_right * { | |
color: %13$s; | |
} | |
.e_button { | |
color: %2$s; | |
} | |
.e_button:hover { | |
color: %1$s; | |
} | |
.e_button:before { | |
background-color: %1$s !important; | |
} | |
.e_button.e_solid.e_style_01 { | |
border-color: #dedede; | |
} | |
.e_button.e_solid.e_style_01:hover { | |
border-color: %1$s; | |
} | |
.e_button.e_solid.e_style_02 { | |
background-color: %1$s; | |
color: %13$s; | |
} | |
.e_button.e_solid.e_style_02:hover { | |
background-color: %13$s; | |
border-color: %1$s; | |
color: %1$s; | |
} | |
.e_button.e_primary { | |
background-color: transparent; | |
color: %1$s; | |
border: 1px solid %1$s; | |
} | |
.e_button.e_primary:hover { | |
background-color: %1$s; | |
color: %13$s; | |
} | |
.e_button.e_button_form { | |
border: 1px solid #dedede; | |
} | |
.e_button.e_button_form.e_primary { | |
background-color: %1$s; | |
color: %13$s; | |
border-color: %1$s; | |
} | |
.e_button.e_button_form.e_primary:hover { | |
background-color: %13$s; | |
color: %1$s; | |
} | |
.e_link.e_color_box { | |
background-color: %2$s; | |
padding: 0px 12px 0px 36px; | |
} | |
.e_link.e_color_box:before { | |
background-color: %1$s !important; | |
} | |
.e_link.e_color_box .e_icon { | |
background-color: %1$s; | |
} | |
.e_link.e_only_icon { | |
background-color: %15$s; | |
} | |
.e_link.e_only_icon .e_icon { | |
color: %13$s; | |
} | |
.e_date_block { | |
border: 3px solid %2$s; | |
} | |
.e_date_block .e_year { | |
background-color: %2$s; | |
color: %13$s; | |
} | |
.e_divider.e_style_01:before { | |
background-color: #dedede; | |
} | |
.e_divider.e_style_01 .e_icon, | |
.e_divider.e_style_01 .e_text { | |
background-color: %13$s; | |
} | |
.e_dropcaps.e_style_01 { | |
color: %1$s; | |
} | |
.e_dropcaps.e_style_02 { | |
color: %13$s; | |
background-color: %1$s; | |
} | |
.e_form_block input[type=text], | |
.e_form_block input[type=email], | |
.e_form_block input[type=url], | |
.e_form_block input[type=number] { | |
border: 1px solid #dedede; | |
background-color: #fafafa; | |
} | |
.e_form_block input[type=text]:focus, | |
.e_form_block input[type=email]:focus, | |
.e_form_block input[type=url]:focus, | |
.e_form_block input[type=number]:focus { | |
border-color: #aaaaaa; | |
} | |
.e_form_block textarea { | |
border: 1px solid #dedede; | |
background-color: #fafafa; | |
} | |
.e_form_block textarea:focus { | |
border-color: #aaaaaa; | |
} | |
ul.e_list_with_border_bottom li, .widget_categories .widget-content > ul li, .widget_nav_menu ul li, .widget_pages .widget-content > ul li, .widget_archive .widget-content > ul li { | |
border-bottom: 1px solid #dedede; | |
} | |
ul.e_list_with_border_bottom li a, .widget_categories .widget-content > ul li a, .widget_nav_menu ul li a, .widget_pages .widget-content > ul li a, .widget_archive .widget-content > ul li a { | |
color: %5$s; | |
} | |
ul.e_list_with_border_bottom_02 li, .widget_rss .widget-content > ul li, | |
.widget_recent_entries .widget-content > ul li, | |
.widget_recent_comments .widget-content > ul li, | |
.widget_meta .widget-content > ul li { | |
border-bottom: 1px solid #dedede; | |
color: %5$s; | |
} | |
ul.e_list_with_border_bottom_02 a, .widget_rss .widget-content > ul a, | |
.widget_recent_entries .widget-content > ul a, | |
.widget_recent_comments .widget-content > ul a, | |
.widget_meta .widget-content > ul a { | |
color: %5$s; | |
} | |
#e_site_footer ul.e_list_with_border_bottom_02 li, #e_site_footer .widget_rss .widget-content > ul li, .widget_rss #e_site_footer .widget-content > ul li, | |
#e_site_footer .widget_recent_entries .widget-content > ul li, | |
.widget_recent_entries #e_site_footer .widget-content > ul li, | |
#e_site_footer .widget_recent_comments .widget-content > ul li, | |
.widget_recent_comments #e_site_footer .widget-content > ul li, | |
#e_site_footer .widget_meta .widget-content > ul li, | |
.widget_meta #e_site_footer .widget-content > ul li, | |
#e_site_footer ul.e_list_with_border_bottom li, | |
#e_site_footer .widget_categories .widget-content > ul li, | |
.widget_categories #e_site_footer .widget-content > ul li, | |
#e_site_footer .widget_nav_menu ul li, | |
.widget_nav_menu #e_site_footer ul li, | |
#e_site_footer .widget_pages .widget-content > ul li, | |
.widget_pages #e_site_footer .widget-content > ul li, | |
#e_site_footer .widget_archive .widget-content > ul li, | |
.widget_archive #e_site_footer .widget-content > ul li { | |
border-bottom: 1px solid %9$s; | |
color: %10$s; | |
} | |
.e_notification.e_style_01 { | |
border: 1px solid #dedede; | |
} | |
.e_notification.e_style_01 .e_close { | |
color: #dfdfdf; | |
} | |
.e_notification.e_style_01 .e_close:hover { | |
color: %13$s; | |
} | |
.e_notification.e_style_01.e_success { | |
background-color: #689f38; | |
border-color: #689f38; | |
color: %13$s; | |
} | |
.e_notification.e_style_01.e_success .e_icon { | |
border-color: %13$s; | |
} | |
.e_notification.e_style_01.e_info { | |
background-color: #303f9f; | |
border-color: #303f9f; | |
color: %13$s; | |
} | |
.e_notification.e_style_01.e_info .e_icon { | |
border-color: %13$s; | |
} | |
.e_notification.e_style_01.e_warning { | |
background-color: #ffa000; | |
border-color: #ffa000; | |
color: %13$s; | |
} | |
.e_notification.e_style_01.e_warning .e_icon { | |
border-color: %13$s; | |
} | |
.e_notification.e_style_01.e_error { | |
background-color: #d32f2f; | |
border-color: #d32f2f; | |
color: %13$s; | |
} | |
.e_notification.e_style_01.e_error .e_icon { | |
border-color: %13$s; | |
} | |
.e_owl_dotted_2 .owl-page > span { | |
background-color: %14$s; | |
} | |
.e_owl_dotted_2 .owl-page.active span:before { | |
background-color: %1$s; | |
} | |
.e_owl_dotted_3 .owl-page { | |
border-color: %13$s; | |
} | |
.e_owl_dotted_3 .owl-page.active { | |
border-color: %1$s; | |
} | |
.e_owl_navigation_1 .owl-prev, | |
.e_owl_navigation_1 .owl-next { | |
color: %13$s; | |
background-color: %14$s; | |
} | |
.e_owl_navigation_1 .owl-prev:hover, | |
.e_owl_navigation_1 .owl-next:hover { | |
background-color: %1$s; | |
} | |
.e_owl_icon { | |
background-color: %18$s; | |
} | |
.e_owl_icon:hover { | |
background-color: %14$s; | |
} | |
.e_owl_icon.e_right { | |
border-left: 1px solid %17$s; | |
} | |
.e_owl_icon.e_left { | |
border-right: 1px solid %17$s; | |
} | |
.e_owl_icon > .e_icon { | |
color: %13$s; | |
} | |
.e_progress { | |
background-color: #e9e7e8; | |
border-right: 3px solid #aaaaaa; | |
} | |
.e_progress .e_left, | |
.e_progress .e_right { | |
padding: 0px 12px; | |
} | |
.e_progress .e_left { | |
color: %13$s; | |
} | |
.e_progress .e_progress_bar { | |
background-color: %1$s; | |
} | |
.e_stars li span { | |
color: #e9e7e8; | |
} | |
.e_stars li.fill span { | |
color: %1$s; | |
} | |
.e_tabs.e_style_01 .e_tab_titles ul { | |
border-bottom: 1px solid #dedede; | |
} | |
.e_tabs.e_style_01 .e_tab_titles li a { | |
color: %5$s; | |
border: 1px solid #dedede; | |
} | |
.e_tabs.e_style_01 .e_tab_titles li a.e_active { | |
background-color: %1$s; | |
color: %13$s; | |
border-color: %1$s; | |
} | |
.e_tabs.e_style_01 .e_tab_titles li a.e_active:hover { | |
color: %13$s !important; | |
} | |
.e_tabs.e_style_01 .e_tab_titles li a:hover { | |
color: %1$s; | |
} | |
.e_tabs.e_style_01 .e_tab_content { | |
border-left: 1px solid #dedede; | |
border-right: 1px solid #dedede; | |
border-bottom: 1px solid #dedede; | |
} | |
.e_tabs.e_style_02 .e_tab_titles ul { | |
background-color: %7$s; | |
} | |
.e_tabs.e_style_02 .e_tab_titles li a { | |
color: %5$s; | |
} | |
.e_tabs.e_style_02 .e_tab_titles li a.e_active { | |
background-color: %13$s; | |
border-top: 3px solid %1$s; | |
} | |
.entry-thumb.e_thumbnail_with_metadata .e_meta__inner { | |
background-color: %19$s; | |
} | |
.entry-thumb.e_thumbnail_with_metadata .e_link { | |
color: %13$s; | |
} | |
.entry-thumb.e_thumbnail_with_metadata .e_more_icon.e_style_01 { | |
color: %1$s; | |
background-color: %13$s; | |
} | |
.e_toggles.e_style_01 .e_toggle_title { | |
border: 1px solid #dedede; | |
background-color: %7$s; | |
} | |
.e_toggles.e_style_01 .e_toggle_title .e_action { | |
border: 1px solid %13$s; | |
background-color: %13$s; | |
} | |
.e_toggles.e_style_01 .e_toggle_content { | |
border-left: 1px solid #dedede; | |
border-right: 1px solid #dedede; | |
border-bottom: 1px solid #dedede; | |
} | |
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title { | |
background-color: %1$s; | |
border-color: %1$s; | |
color: %13$s; | |
} | |
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title .e_action { | |
color: %1$s; | |
} | |
body.e_404.e_style_01 #e_404_wrap { | |
background-color: %13$s; | |
border: 1px solid #dedede; | |
} | |
body.e_404.e_style_01 #e_404_wrap header h1 { | |
color: %1$s; | |
} | |
body.e_404.e_style_01 #e_404_wrap header p.e_desc { | |
background-color: %13$s; | |
} | |
body.e_post.e_singular_layout_default #e_post_wrap { | |
background-color: %13$s; | |
border: 1px solid #dedede; | |
} | |
body.e_post.e_singular_layout_default #e_post_wrap .e_aside span.e_text.e_style_01 { | |
color: %1$s; | |
} | |
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_1 .e_link { | |
color: %13$s; | |
} | |
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_1 .e_icon { | |
color: %13$s; | |
} | |
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_meta .e_link { | |
color: %8$s; | |
} | |
body.e_post.e_singular_layout_solid #e_post_wrap .e_aside span.e_text.e_style_01 { | |
color: %1$s; | |
} | |
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_1 .e_icon { | |
background-color: %1$s; | |
color: %13$s; | |
} | |
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2:after { | |
background-color: #dedede; | |
} | |
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2 a { | |
color: %6$s; | |
} | |
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_1 .e_icon { | |
background-color: %1$s; | |
color: %13$s; | |
} | |
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_2:after { | |
background-color: #dedede; | |
} | |
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_2 a { | |
color: %6$s; | |
} | |
.e_widget_posts_blog.e_style_01 article { | |
border-bottom: 1px solid whitesmoke; | |
} | |
.e_widget_posts_blog.e_style_02 .e_item { | |
background-color: %13$s; | |
border: 1px solid #dedede; | |
} | |
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link { | |
color: %13$s; | |
} | |
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link:before, | |
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link .e_icon { | |
background-color: #ffd600 !important; | |
} | |
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link { | |
color: %8$s; | |
} | |
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link:hover { | |
color: %1$s; | |
} | |
/* | |
9.1. CUSTOM WIDGET | |
---------- | |
---------- */ | |
.e_widget_tweets_list .e_other { | |
border-top: 1px solid %9$s; | |
} | |
#e_site_footer .e_widget_tweets_list .e_content a { | |
color: %12$s; | |
} | |
#e_site_footer .e_widget_tweets_list .e_content a:hover { | |
color: %1$s; | |
} | |
#e_site_footer .e_widget_tweets_list .e_meta a { | |
color: %12$s; | |
} | |
#e_site_footer .e_widget_tweets_list .e_meta a:hover { | |
color: %1$s; | |
} | |
.e_widget_posts_carousel_large_thumb .entry-thumb:before { | |
background-color: %19$s; | |
} | |
.e_widget_posts_carousel_large_thumb .entry-title { | |
border: 1px solid %20$s; | |
} | |
.e_widget_posts_carousel_large_thumb .entry-title a, .e_widget_posts_carousel_large_thumb .entry-title a:hover { | |
color: %13$s; | |
} | |
.e_widget_posts_carousel_large_thumb .e_meta { | |
background-color: %2$s; | |
} | |
.e_widget_posts_carousel_large_thumb .e_meta a { | |
color: %13$s; | |
} | |
.e_widget_posts_carousel_vertical_thumb .e_overlay:hover .e_box::after { | |
background-color: %15$s; | |
border: 1px solid %20$s; | |
} | |
.e_widget_posts_carousel_vertical_thumb .e_box { | |
background-color: %15$s; | |
border: 1px solid %20$s; | |
} | |
.e_widget_posts_carousel_vertical_thumb .e_box::after { | |
border: 1px solid #a0a4a4; | |
background-color: %22$s; | |
border: 1px solid %21$s; | |
} | |
.e_widget_posts_carousel_vertical_thumb .entry-title a { | |
color: %13$s; | |
} | |
.e_widget_posts_carousel_vertical_thumb .e_meta .e_link { | |
color: #dedede; | |
} | |
.e_widget_posts_carousel_vertical_thumb .e_meta .e_link:hover { | |
color: %13$s; | |
} | |
.e_widget_posts_highlight_first article.e_first { | |
border-bottom: 1px solid #dedede; | |
} | |
.e_widget_posts_highlight_first article.e_other_lv1 { | |
border-top: 1px solid #dedede; | |
} | |
.e_widget_posts_highlight_first .e_other .e_meta .e_link { | |
color: %8$s; | |
} | |
.e_widget_posts_highlight_first .e_other .e_meta .e_link:hover { | |
color: %1$s; | |
} | |
.e_widget_posts_highlight_first .e_wrap:before { | |
background-color: %1$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article { | |
background-color: %9$s; | |
border: 1px solid %9$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article .entry-title:hover a { | |
color: %1$s; | |
} | |
.e_widget_posts_slider .sp-slides h2 a { | |
color: %13$s; | |
} | |
.e_widget_posts_slider .sp-slides h2 a:hover { | |
color: %13$s; | |
} | |
.e_widget_posts_slider .sp-slides h4 { | |
color: %1$s; | |
} | |
.e_widget_posts_slider .sp-thumbnail-container .sp-thumbnail { | |
background-color: %2$s; | |
border-left: 1px solid #3d4046; | |
border-right: 1px solid #111111; | |
} | |
.e_widget_posts_slider .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-title { | |
color: %13$s; | |
} | |
.e_widget_posts_without_thumb .e_meta a.e_link { | |
color: %5$s; | |
} | |
#e_site_footer .e_widget_posts_without_thumb .e_meta a { | |
color: %12$s; | |
} | |
#e_site_footer .e_widget_posts_without_thumb .e_meta a:hover { | |
color: %1$s; | |
} | |
.e_widget_rating.e_style_01 .e_author_rating_result { | |
background-color: #e9e7e8; | |
} | |
.e_widget_rating.e_style_01 .e_author_rating_result .e_number { | |
background-color: %1$s; | |
color: %13$s; | |
} | |
.e_widget_rating.e_style_01 .e_customer_rating { | |
border: 3px solid #e9e7e8; | |
} | |
.e_widget_rating.e_style_01 .e_customer_rating .ratingValue { | |
color: %2$s; | |
} | |
.e_widget_rating.e_style_01 .e_customer_rating .ratingCount { | |
color: #aaaaaa; | |
} | |
.e_widget_posts_highlight_first_2nd .e_link { | |
color: %8$s; | |
} | |
.e_widget_posts_highlight_first_2nd .e_link:hover { | |
color: %1$s; | |
} | |
.e_widget_posts_highlight_first_2nd article.e_active .e_wrap { | |
background-color: %2$s; | |
border: 1px solid %2$s; | |
} | |
.e_widget_posts_highlight_first_2nd article.e_deactive .e_wrap { | |
border: 1px solid #dedede; | |
} | |
.e_widget_posts_highlight_first_2nd .e_active .entry-title a { | |
color: %13$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_2nd article.e_active .e_wrap { | |
background-color: %9$s; | |
border: 1px solid %9$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_2nd article.e_deactive .e_wrap { | |
background-color: %11$s; | |
border: 1px solid %9$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_2nd .entry-title a { | |
color: %13$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_2nd .entry-title:hover a { | |
color: %1$s; | |
} | |
.e_widget_posts_highlight_first_3rd .e_link { | |
color: %8$s; | |
} | |
.e_widget_posts_highlight_first_3rd .e_link:hover { | |
color: %1$s; | |
} | |
.e_widget_posts_highlight_first_3rd article.e_first .e_overlay:hover .e_box::after { | |
background-color: %15$s; | |
border: 1px solid %20$s; | |
} | |
.e_widget_posts_highlight_first_3rd article.e_first .e_box { | |
background-color: %15$s; | |
border: 1px solid %20$s; | |
} | |
.e_widget_posts_highlight_first_3rd article.e_first .e_box::after { | |
background-color: %22$s; | |
border: 1px solid %21$s; | |
} | |
.e_widget_posts_highlight_first_3rd article.e_first .entry-title a { | |
color: %13$s; | |
} | |
.e_widget_posts_highlight_first_3rd article.e_other .e_wrap { | |
border: 1px solid #dedede; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_3rd article.e_other .e_wrap { | |
background-color: %11$s; | |
border: 1px solid %9$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_3rd .entry-title a { | |
color: %13$s; | |
} | |
#e_site_footer .e_widget_posts_highlight_first_3rd .entry-title:hover a { | |
color: %1$s; | |
} | |
.e_widget_posts_fullwidth article.e_other { | |
border-top: 1px solid whitesmoke; | |
} | |
#e_site_footer .e_widget_contact_information .e_icon { | |
color: %12$s; | |
} | |
.e_form_block label.error { | |
color: %1$s; | |
} | |
.e_counter .e_inner { | |
color: %13$s; | |
} | |
.e_counter.e_facebook .e_inner { | |
background-color: #3b5998; | |
} | |
.e_counter.e_twitter .e_inner { | |
background-color: #00aced; | |
} | |
.e_counter.e_google .e_inner { | |
background-color: #dd4b39; | |
} | |
.e_counter.e_rss .e_inner { | |
background-color: #fa9b39; | |
} | |
.e_widget_social_links .e_link { | |
border: 1px solid #dedede; | |
color: %5$s; | |
background-color: %13$s; | |
} | |
.e_widget_social_links .e_link:hover { | |
background-color: %1$s; | |
border-color: %1$s; | |
color: %13$s !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_twitter { | |
color: #00aced; | |
} | |
.e_widget_social_links .e_link.e_social_link_twitter:hover { | |
border-color: #00aced !important; | |
background-color: #00aced !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_facebook { | |
color: #3b5998; | |
} | |
.e_widget_social_links .e_link.e_social_link_facebook:hover { | |
border-color: #3b5998 !important; | |
background-color: #3b5998 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_google-plus { | |
color: #dd4b39; | |
} | |
.e_widget_social_links .e_link.e_social_link_google-plus:hover { | |
border-color: #dd4b39 !important; | |
background-color: #dd4b39 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_pinterest { | |
color: #cb2027; | |
} | |
.e_widget_social_links .e_link.e_social_link_pinterest:hover { | |
border-color: #cb2027 !important; | |
background-color: #cb2027 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_linkedin { | |
color: #007bb6; | |
} | |
.e_widget_social_links .e_link.e_social_link_linkedin:hover { | |
border-color: #007bb6 !important; | |
background-color: #007bb6 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_youtube { | |
color: #bb0000; | |
} | |
.e_widget_social_links .e_link.e_social_link_youtube:hover { | |
border-color: #bb0000 !important; | |
background-color: #bb0000 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_vimeo { | |
color: #aad450; | |
} | |
.e_widget_social_links .e_link.e_social_link_vimeo:hover { | |
border-color: #aad450 !important; | |
background-color: #aad450 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_tumblr { | |
color: #32506d; | |
} | |
.e_widget_social_links .e_link.e_social_link_tumblr:hover { | |
border-color: #32506d !important; | |
background-color: #32506d !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_instagram { | |
color: #517fa4; | |
} | |
.e_widget_social_links .e_link.e_social_link_instagram:hover { | |
border-color: #517fa4 !important; | |
background-color: #517fa4 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_flickr { | |
color: #ff0084; | |
} | |
.e_widget_social_links .e_link.e_social_link_flickr:hover { | |
border-color: #ff0084 !important; | |
background-color: #ff0084 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_dribbble { | |
color: #ea4c89; | |
} | |
.e_widget_social_links .e_link.e_social_link_dribbble:hover { | |
border-color: #ea4c89 !important; | |
background-color: #ea4c89 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_quora { | |
color: #a82400; | |
} | |
.e_widget_social_links .e_link.e_social_link_quora:hover { | |
border-color: #a82400 !important; | |
background-color: #a82400 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_foursquare { | |
color: #0072b1; | |
} | |
.e_widget_social_links .e_link.e_social_link_foursquare:hover { | |
border-color: #0072b1 !important; | |
background-color: #0072b1 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_forrst { | |
color: #5b9a68; | |
} | |
.e_widget_social_links .e_link.e_social_link_forrst:hover { | |
border-color: #5b9a68 !important; | |
background-color: #5b9a68 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_vk { | |
color: #45668e; | |
} | |
.e_widget_social_links .e_link.e_social_link_vk:hover { | |
border-color: #45668e !important; | |
background-color: #45668e !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_wordpress { | |
color: #21759b; | |
} | |
.e_widget_social_links .e_link.e_social_link_wordpress:hover { | |
border-color: #21759b !important; | |
background-color: #21759b !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_stumbleupon { | |
color: #eb4823; | |
} | |
.e_widget_social_links .e_link.e_social_link_stumbleupon:hover { | |
border-color: #eb4823 !important; | |
background-color: #eb4823 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_yahoo { | |
color: #7b0099; | |
} | |
.e_widget_social_links .e_link.e_social_link_yahoo:hover { | |
border-color: #7b0099 !important; | |
background-color: #7b0099 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_blogger { | |
color: #fb8f3d; | |
} | |
.e_widget_social_links .e_link.e_social_link_blogger:hover { | |
border-color: #fb8f3d !important; | |
background-color: #fb8f3d !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_soundcloud { | |
color: #ff3a00; | |
} | |
.e_widget_social_links .e_link.e_social_link_soundcloud:hover { | |
border-color: #ff3a00 !important; | |
background-color: #ff3a00 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_rss { | |
color: #fa9b39; | |
} | |
.e_widget_social_links .e_link.e_social_link_rss:hover { | |
border-color: #fa9b39 !important; | |
background-color: #fa9b39 !important; | |
} | |
.e_widget_social_links .e_link.e_social_link_email { | |
color: #fa9b39; | |
} | |
.e_widget_social_links .e_link.e_social_link_email:hover { | |
border-color: #fa9b39 !important; | |
background-color: #fa9b39 !important; | |
} | |
#e_site_footer .e_widget_social_links .e_link { | |
background-color: %9$s; | |
border-color: %12$s; | |
} | |
.e_widget_posts_with_small_thumb .e_item.e_other { | |
border-top: 1px solid #e5e5e5; | |
} | |
#e_site_footer .e_widget_posts_with_small_thumb .e_item .e_meta { | |
color: %12$s; | |
} | |
.e_widget_posts_by_taxonomy .e_vertical_tabs { | |
background-color: whitesmoke; | |
} | |
.e_widget_posts_by_taxonomy .e_left { | |
background-color: #f0f0f0; | |
} | |
.e_widget_posts_by_taxonomy .e_nav_tabs { | |
background-color: #f0f0f0; | |
} | |
.e_widget_posts_by_taxonomy .e_nav_tabs li.active a.e_link { | |
color: %1$s; | |
background-color: whitesmoke; | |
} | |
.e_widget_posts_by_taxonomy .e_nav_tabs li.e_other a.e_link { | |
border-top: 1px solid whitesmoke; | |
} | |
.e_widget_posts_by_taxonomy .e_nav_tabs a.e_link { | |
background-color: #f0f0f0; | |
color: %5$s; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
.e_widget_posts_by_taxonomy .e_tab_content { | |
background-color: whitesmoke; | |
} | |
.e_widget_newsletter.e_style_01 .widget-content input.e_field_mail { | |
border-color: #dfdfdf; | |
} | |
.e_widget_newsletter.e_style_01 .widget-content button.e_field_submit { | |
background-color: %1$s; | |
color: %13$s; | |
border-color: %1$s; | |
} | |
.e_widget_newsletter.e_style_01 .widget-content button.e_field_submit:hover { | |
color: %1$s; | |
background-color: %13$s; | |
} | |
.e_widget_newsletter.e_style_01 .e_widget_title.e_style_10 .e_icon { | |
border-color: %7$s; | |
} | |
/* | |
9.2. WIDGET FOR SINGLE POST | |
---------- | |
---------- */ | |
/* | |
9.2.1. AUTHOR | |
---------- | |
---------- */ | |
.e_post_author.e_style_01 .e_link, .e_post_author.e_style_01 .e_bio { | |
color: %13$s; | |
} | |
/* | |
9.2.2. COMMENT LIST | |
---------- | |
---------- */ | |
.e_widget_comment_list.e_style_01 .pingback article, | |
.e_widget_comment_list.e_style_01 .comment article { | |
padding-bottom: 24px; | |
border-bottom: 1px solid #dedede; | |
} | |
.e_widget_comment_list.e_style_01 .e_comment_avatar { | |
border: 1px solid #dedede; | |
} | |
.e_widget_comment_list.e_style_01 .fn { | |
color: %5$s; | |
} | |
.e_widget_comment_list.e_style_01 .fn a { | |
color: %5$s; | |
} | |
.e_widget_comment_list.e_style_01 .fn a:hover { | |
color: %1$s; | |
} | |
.e_widget_comment_list.e_style_01 .e_meta { | |
color: %8$s; | |
} | |
.e_widget_comment_list.e_style_01 .e_meta a.comment-reply-link::before, | |
.e_widget_comment_list.e_style_01 .e_meta a.comment-edit-link::before { | |
color: %8$s; | |
} | |
/* | |
9.2.3. RELATED | |
---------- | |
---------- */ | |
.e_widget_related_posts .e_small.e_other { | |
border-top: 1px solid #dedede; | |
} | |
.e_widget_related_posts .e_meta .e_link { | |
color: %8$s; | |
} | |
.e_widget_related_posts .e_meta .e_link:hover { | |
color: %1$s; | |
} | |
/* | |
9.2.4. SHARE BUTTONS | |
---------- | |
---------- */ | |
.e_widget_share_buttons.e_style_01 .e_link { | |
border: 1px solid #dedede; | |
color: %8$s; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover { | |
color: %13$s; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_facebook { | |
background-color: #3b5998; | |
border-color: #3b5998; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_twitter { | |
background-color: #00aced; | |
border-color: #00aced; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_pinterest { | |
background-color: #cb2027; | |
border-color: #cb2027; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_tumblr { | |
background-color: #32506d; | |
border-color: #32506d; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_google-plus { | |
background-color: #dd4b39; | |
border-color: #dd4b39; | |
} | |
.e_widget_share_buttons.e_style_01 .e_link:hover.e_dribbble { | |
background-color: #ea4c89; | |
border-color: #ea4c89; | |
} | |
/* | |
9.2.5. TAGS | |
---------- | |
---------- */ | |
.e_widget_tags.e_style_01 a { | |
color: %8$s; | |
} | |
/* | |
9.3. DEFAULT | |
---------- | |
---------- */ | |
.widget_categories select { | |
border: 1px solid #dedede; | |
} | |
.widget_tag_cloud .tagcloud a { | |
border: 1px solid #dedede; | |
color: #333333; | |
} | |
.widget_tag_cloud .tagcloud a:before { | |
background-color: %1$s !important; | |
} | |
.widget_tag_cloud .tagcloud a:hover { | |
color: %13$s !important; | |
} | |
#e_site_footer .widget_tag_cloud .tagcloud a { | |
border: 1px solid %9$s; | |
} | |
form.search-form .search-text { | |
border: 1px solid #dedede; | |
} | |
.widget_archive select { | |
border: 1px solid #dedede; | |
} | |
.widget_text select { | |
border: 1px solid #dedede; | |
} | |
/* | |
9.4. MEGA | |
---------- | |
---------- */ | |
@media only screen and (max-width: 1023px) { | |
.e_widget_related_posts.e_style_01 .e_item.e_large { | |
border-bottom: 1px solid #dedede; | |
} | |
} | |
body.e_missing_toolkit #e_primary_menu > li > a:hover { | |
background-color: %1$s; | |
} | |
.e_custom_parallax_04 > .e_container .widget-content { | |
background-color: %13$s; | |
} | |
.e_custom_parallax_02 > .e_container .widget-content { | |
background-color: %13$s; | |
} | |
.e_custom_section_02 { | |
border-bottom: 1px solid #dedede; | |
} | |
.e_custom_section_03 { | |
background-color: %7$s; | |
} | |
.e_custom_title_01 .e_title { | |
background-color: %7$s !important; | |
} | |
.e_custom_widget_03 { | |
border: 1px solid #dedede; | |
background-color: %13$s; | |
} | |
.e_custom_widget_02 { | |
background-color: %2$s; | |
} | |
.e_custom_title_02:before { | |
background-color: %1$s !important; | |
} | |
.e_custom_title_02 .e_title { | |
background-color: %2$s !important; | |
color: %13$s !important; | |
} | |
.e_custom_title_03 .e_title { | |
color: %13$s; | |
} | |
.e_custom_title_04 .e_title { | |
color: %13$s; | |
} | |
.e_custom_col_01 { | |
background-color: %13$s; | |
border: 1px solid #dedede; | |
} | |
.e_custom_widget_content_02 { | |
background-color: %13$s; | |
} | |
.e_custom_widget_content_03 { | |
background-color: %13$s; | |
} | |
.ec_bg_color_white { | |
background-color: %13$s; | |
} | |
.ec_bg_color_body { | |
background-color: %7$s; | |
} | |
.ec_bg_color_secondary { | |
background-color: %2$s; | |
} | |
.ec_border_primary { | |
border: 1px solid #dedede; | |
} | |
.ec_border_top_primary { | |
border-top: 1px solid #dedede; | |
} | |
.ec_border_bottom_primary { | |
border-bottom: 1px solid #dedede; | |
} | |
.ec_title_color_white .e_title { | |
color: %13$s !important; | |
} | |
.ec_title_bg_color_body .e_title { | |
background-color: %7$s !important; | |
} | |
.ec_title_bg_color_secondary .e_title { | |
background-color: %2$s !important; | |
} | |
.ec_title_middle_line_color_primary:after, .ec_title_middle_line_color_primary:before { | |
background-color: %1$s !important; | |
}'; | |
$css = sprintf( $css, | |
get_theme_mod('styling_primary_color', '#ee3440'), | |
get_theme_mod('styling_secondary_color', '#252932'), | |
get_theme_mod('styling_link_color', '#ee3440'), | |
get_theme_mod('styling_link_hover_color', '#ee3440'), | |
get_theme_mod('styling_body_color', '#646464'), | |
get_theme_mod('styling_heading_color', '#333333'), | |
get_theme_mod('styling_body_background_color', '#f9f9f9'), | |
get_theme_mod('styling_metadata_color', '#888888'), | |
get_theme_mod('styling_footer_top_border_color', '#374048'), | |
get_theme_mod('styling_footer_top_color', '#888888'), | |
get_theme_mod('styling_footer_bottom_background_color', '#181a1e'), | |
get_theme_mod('styling_footer_bottom_color', '#656565'), | |
get_theme_mod('styling_white_color', '#ffffff'), | |
get_theme_mod('styling_black_color', '#000000'), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_black_color', '#000000' ), 0.5 ), | |
'rgba(220,220,220, 0.5)', | |
enliven_convert_hex2rgba( '#3b3f48', 0.75 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_black_color', '#000000' ), 0.75 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_primary_color', '#ee3440' ), 0.75 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_white_color', '#ffffff' ), 0.5 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_white_color', '#ffffff' ), 0.25 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_black_color', '#000000' ), 0.25 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_white_color', '#ffffff' ), 0.3 ), | |
enliven_convert_hex2rgba( get_theme_mod( 'styling_black_color', '#000000' ), 0.9 ), | |
enliven_adjust_color_lighten_darken( get_theme_mod('styling_primary_color', '#ee3440' ), 10 ), | |
enliven_adjust_color_lighten_darken( get_theme_mod('styling_primary_color', '#ee3440' ), 11 ), | |
enliven_adjust_color_lighten_darken( get_theme_mod('styling_primary_color', '#ee3440' ), 15 ) | |
); | |
return apply_filters( 'enliven_get_custom_color_string', $css ); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment