%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/wp-content/themes/evenex/core/enqueues/frontend/
Upload File :
Create Path :
Current File : /var/www/html/higroup/wp-content/themes/evenex/core/enqueues/frontend/dynamic.php

<?php

if ( defined( 'DEVM' ) ) {
   // Body Bg
   $evenex_style_body_bg     = evenex_option('style_body_bg', '#FFF');

   // Primary color
   $evenex_style_primary     = evenex_option('style_primary', '#f94743');

   // Secondary color
   $evenex_style_secondary     = evenex_option('style_secondary', '#ff7c49');

   // Title color
   $evenex_title_color     = evenex_option('title_color', '#101010');

   // Footer color
   $evenex_footer_bg_color     = evenex_option('footer_bg_color', '#FFF');


   $global_body_font = evenex_option( 'body_font' );

   Evenex_DEVM_Google_Fonts::add_typography_v2( $global_body_font );
   $body_font = evenex_advanced_font_styles( $global_body_font );

   $heading_font_one = evenex_option( 'heading_font_one' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_one );
   $heading_font_one = evenex_advanced_font_styles( $heading_font_one );

   $heading_font_two = evenex_option( 'heading_font_two' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_two );
   $heading_font_two = evenex_advanced_font_styles( $heading_font_two );

   $heading_font_three = evenex_option( 'heading_font_three' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_three );
   $heading_font_three = evenex_advanced_font_styles( $heading_font_three );

   $heading_font_four = evenex_option( 'heading_font_four' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_four );
   $heading_font_four = evenex_advanced_font_styles( $heading_font_four );

   $heading_font_five = evenex_option( 'heading_font_five' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_five );
   $heading_font_five = evenex_advanced_font_styles( $heading_font_five );

   $heading_font_six = evenex_option( 'heading_font_six' );
   Evenex_DEVM_Google_Fonts::add_typography_v2( $heading_font_six );
   $heading_font_six = evenex_advanced_font_styles( $heading_font_six );


   $custom_css = "
      h1{
         $heading_font_one
      }
      h2,
      .post .entry-header .entry-title,
      .search .page .entry-header .entry-title{
            $heading_font_two
      }
      h3{
            $heading_font_three
      }
      h4{
            $heading_font_four
      }
      h5{
            $heading_font_five
      }
      h6{
            $heading_font_six
      }
      body{
         background:{$evenex_style_body_bg };
         $body_font
      }
      .logo-area .site-title a , .logo-area .site-desc{
         color:$evenex_style_primary;
      }

      .post .entry-header .entry-title a:hover,
      .sidebar ul li a:hover, .xs-footer-section ul li a:hover,
      .post-meta a:hover,
      .header .navbar-light .navbar-nav li a:hover {
         color:  {$evenex_style_primary};
      }
      .tag-lists a:hover, .tagcloud a:hover,
      .sticky.post .meta-featured-post,
      .widget-title:before,
      .xs-custom-widget > h5:before,
      .block-title.title-border .title-bg,
      .block-title.title-border .title-bg::before ,
      .owl-next, .owl-prev,
      .header .navbar-light .navbar-nav>li.active>a:before,
      .main-slider .owl-prev.disabled,
      .owl-dots:before,
      .featured-tab-item .nav-tabs .nav-link.active:before,
      .owl-theme .owl-dots .owl-dot.active span,
      .ts-footer .widget-title:before,
      .main-slider .owl-next:hover, .main-slider .owl-prev:hover,
      .sidebar .widget.widget_search .input-group-btn, .xs-footer-section .widget.widget_search .input-group-btn,
      .xs-search-group .search-button,
      .banner-solid,
      .pagination li.active a,
      .wp-block-button:not(.is-style-outline) .wp-block-button__link,
      .wp-block-button .wp-block-button__link:not(.has-background),
      .wp-block-file .wp-block-file__button,
      .back_to_top > a,
      .post .meta-featured-post::after {
         background:{$evenex_style_primary};
      }
      .post .meta-featured-post::before {
         border-top-color: $evenex_style_primary;
         border-left-color: $evenex_style_primary;
         border-right-color: $evenex_style_primary;
      }
      .xs-search-group .search-button:hover,
      .pagination li.active a:hover,
      .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
      .wp-block-file .wp-block-file__button:hover {
         background:{$evenex_style_secondary};
      }
      .header-btn {
         background: linear-gradient(90deg,$evenex_style_primary 0,$evenex_style_secondary 100%);
      }
      .header-btn::before {
         box-shadow: 0 15px 25px 0 $evenex_style_primary;
      }
      .is-style-outline .wp-block-button__link:hover,
      .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color):hover,
      .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color):hover,
      .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
      .breadcrumb>li a:hover {
         color: {$evenex_style_secondary};
      }
      .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color),
      .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
      .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
      .navbar-nav .nav-link:hover,
      .dropdown-item.active,
      .dropdown-item:active,
      .navbar-nav .dropdown-menu li:hover>a,
      .xs-recent-post-widget .widget-post .entry-title>a:hover {
         color: {$evenex_style_primary};
      }
      .tag-lists a:hover, .tagcloud a:hover,
      .owl-theme .owl-dots .owl-dot.active span{
         border-color: {$evenex_style_primary};
      }
      .block-title.title-border .title-bg::after{
         border-left-color: {$evenex_style_primary};
      }
      .block-title.title-border{
         border-bottom-color: {$evenex_style_primary};
      }

      .topbar .top-nav li a:hover,
      .comments-list .comment-author a:hover,
      .comments-list .comment-reply-link:hover,
      .post-title a:hover,
      .copyright-area a:hover,
      .ts-footer .widget ul li a:hover,
      .featured-tab-item .nav-tabs .nav-link.active .tab-head>span.tab-text-title,
      .social-links li a:hover,
      .comment-author cite a:hover {
         color:{$evenex_style_primary};
      }
      .xs-footer-section{
         background-color:   $evenex_footer_bg_color;
      }
      .btn-primary {
         background: linear-gradient(90deg, $evenex_style_primary 0, $evenex_style_secondary 100%);
      }
      .sidebar .widget .widget-title:before {
         background: $evenex_style_primary;
      }
      ";
   wp_add_inline_style( 'evenex-master', $custom_css );
}

Zerion Mini Shell 1.0