Server IP : 66.29.132.124 / Your IP : 18.119.115.40 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/assets/css/ |
Upload File : |
<?php /** Set ABSPATH for execution */ define('ABSPATH', dirname(dirname(__FILE__)) . '/'); define('WPINC', 'wp-includes'); /** * @ignore */ function add_filter() { } /** * @ignore */ function esc_attr($str) { return $str; } /** * @ignore */ function apply_filters() { } /** * @ignore */ function get_option() { } /** * @ignore */ function is_lighttpd_before_150() { } /** * @ignore */ function add_action() { } /** * @ignore */ function did_action() { } /** * @ignore */ function do_action_ref_array() { } /** * @ignore */ function get_bloginfo() { } /** * @ignore */ function is_admin() { return true; } /** * @ignore */ function site_url() { } /** * @ignore */ function admin_url() { } /** * @ignore */ function home_url() { } /** * @ignore */ function includes_url() { } /** * @ignore */ function wp_guess_url() { } if (! function_exists('json_encode')) : /** * @ignore */ function json_encode() { } endif; /* Convert hexdec color string to rgb(a) string */ function hex2rgba($color, $opacity = false) { $default = 'rgb(0,0,0)'; //Return default if no color provided if (empty($color)) { return $default; } //Sanitize $color if "#" is provided if ($color[0] == '#') { $color = substr($color, 1); } //Check if color has 6 or 3 characters and get values if (strlen($color) == 6) { $hex = array( $color[0] . $color[1], $color[2] . $color[3], $color[4] . $color[5] ); } elseif (strlen($color) == 3) { $hex = array( $color[0] . $color[0], $color[1] . $color[1], $color[2] . $color[2] ); } else { return $default; } //Convert hexadec to rgb $rgb = array_map('hexdec', $hex); //Check if opacity is set(rgba or rgb) if ($opacity) { if (abs($opacity) > 1) { $opacity = 1.0; } $output = 'rgba('.implode(",", $rgb).','.$opacity.')'; } else { $output = 'rgb('.implode(",", $rgb).')'; } //Return rgb(a) color string return $output; } $blue = $_GET['main_color']; $orange = $_GET['seccolor']; ob_start(); ?> @charset "utf-8"; /* Theme Color */ a, .main-header .header-top .info-list li .icon, .service-block .inner-box .icon-box .icon, .price-block:nth-child(2) .inner-box .btn-style-three, .fact-counter-two .column .inner .counter-title, .fact-counter-two.style-two .column .inner .count-outer, .service-block-five .inner-box h4 a:hover, .service-block-four .inner-box .icon-box, .service-block-five .inner-box .icon-box, .news-block-three .inner-box .content-box h4 a:hover, .sidebar .popular-posts .post a:hover, .blog-detail .inner-box .lower-content blockquote .quote-author, .blog-detail .inner-box .lower-content h4, .price-block:nth-child(2) .inner-box .title, .news-block .inner-box .lower-content .post-info li .icon, .banner-section-two .content-column .phone-box, .team-block .inner-box .lower-content .designation, .project-info-widget .title-box .title-inner .icon, .broucher-info-widget .title-box .title-inner .icon, .broucher-info-widget .brouchers li a:hover, .broucher-info-widget .brouchers li a i, .blog-cat li a:hover, .authors-box .social-icon li a:hover, .sidebar-page-container .comments-area .comment-box strong, .product-wrapper:hover .product-detail .cart, .news-block .inner-box .lower-content h5 a:hover, .services-section-two .owl-item.center .service-block-two .inner-box .read-more, .service-block-two .inner-box:hover .read-more, .testimonial-block .inner-box .lower-box .author-name, .testimonial-block .inner-box .lower-box .designation, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .price ins span, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-info::before, .broucher-widget .widget-content h3, .services-detail .inner-box .lower-content h2, .product-details .basic-details .details-header .rating span, .woocommerce .star-rating::before, .woocommerce p.stars a, .woocommerce .star-rating span, .widget ul li:hover, .widget ul li:hover a { color: #<?php echo esc_attr($blue); ?>; } .list-style-one li .icon, .sec-title .title, .main-header .outer-box .cart-box .cart-box-btn:hover, .main-header .outer-box .cart-product .inner .cross-icon:hover, .main-header .outer-box .cart-product .inner h3 a:hover, .main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover, .main-header .btn-box .quote-btn, .main-header.header-style-two .header-upper .outer-box .nav-btn, .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li.dropdown:hover > a:after, .main-menu .navigation > li > ul > li > ul > li > a:hover, .list-link li a:hover, .main-footer .footer-bottom a, .skills .skill-item .skill-header .skill-percentage, .fact-counter-two .column .inner .count-outer, .news-block-two .inner-box .lower-content h4 a:hover, .news-block-three .inner-box .content-box .info-box .box-inner, .call-to-action-section .title, .page-breadcrumb li a:hover, .broucher-widget .widget-content .icon, .broucher-widget .widget-content .download, .services-detail .inner-box .lower-content .text h3, .author-widget .widget-content .social-box li a:hover, .authors-box .author-inner .writen_by, .contact-info.text-light h6, .main-header.header-style-three .main-menu .navigation > li.current > a:after, .main-header.header-style-three .main-menu .navigation > li:hover > a:after, .main-header.header-style-two .main-menu .navigation > li.current > a:after, .main-header.header-style-two .main-menu .navigation > li:hover > a:after, .main-header.header-style-one .main-menu .navigation > li.current > a:after, .main-header.header-style-one .main-menu .navigation > li:hover > a:after, .main-header.header-style-three .sticky-header .main-menu .navigation > li.current > a:after, .scroll-to-top, .main-header.header-style-two .sticky-header .main-menu .navigation > li.current > a:after, .services-section-two .owl-item.center .service-block-two .inner-box .icon-box, .service-block-two .inner-box:hover .icon-box, .broucher-widget .widget-content .icon, .broucher-widget .widget-content .download, .broucher-info-widget .brouchers li a .icon, .footer-widget ul li a:hover, .main-header.header-style-one .sticky-header .main-menu .navigation > li:hover > a:after, .main-header.header-style-two .sticky-header .main-menu .navigation > li:hover > a:after, .main-header.header-style-three .sticky-header .main-menu .navigation > li:hover > a:after, .main-header.header-style-one .sticky-header .main-menu .navigation > li.current > a:after, .main-header.header-style-two .sticky-header .main-menu .navigation > li.current > a:after, .main-header.header-style-three .sticky-header .main-menu .navigation > li.current > a:after, .testimonial-block .inner-box .lower-box .rating .fa { color: #<?php echo esc_attr($orange); ?>; } .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a { color: #<?php echo esc_attr($orange); ?> !important; } .woocommerce a.remove{ color: #<?php echo esc_attr($blue); ?> !important; } /*Background Color*/ .main-header.header-style-two .btn-box .quote-btn, .page-title, .fact-counter-two .column .inner .icon-box .circles-box .circle-one, .team-section.style-two .owl-dots .owl-dot, .step-block.style-two .inner-box .number-box .number, .news-section-two .owl-dots .owl-dot, .main-footer .newsletter-form .form-group button, .btn-style-five:before, .banner-section-two .content-column .phone-box .icon, .gallery-section .filters .filter.active, .gallery-section .filters .filter:hover, .news-block-two .inner-box .category, .news-block-two .inner-box .lower-content .share, .news-block-two.style-two .inner-box .lower-content .share, .accordion-box .block .acc-btn.active .icon-outer .icon-minus, .sidebar .popular-tags a:hover, .product-wrapper:hover .product-detail, .product-wrapper .product-detail .cart, .services-section-two .owl-dots .owl-dot.active, .services-section-two .owl-dots .owl-dot:hover, .price-block .inner-box .price-box .box-inner .price, .news-block .inner-box .image, .news-section .owl-dots .owl-dot.active, .news-section .owl-dots .owl-dot:hover, .news-block-three .inner-box .image, .related-projects .owl-dots .owl-dot.active, .related-projects .owl-dots .owl-dot:hover, .blog-detail .inner-box .image, .gallery-block .overlay-inner .link, .service-block-five .inner-box .icon-box .circles-box .circle-one, .news-block-three .inner-box .category, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > .current, .pagination > li:hover > .current, .widget .tagcloud a:hover, .accordion-box .block .icon-outer .icon { background-color: #<?php echo esc_attr($blue); ?>; } .sidebar .service-list li a:hover, .sidebar .service-list li.current a{ background-color: #<?php echo esc_attr($blue); ?>; } .btn-style-two:before, .btn-style-five, .sec-title .title:after, .sec-title.centered .title:before, .main-header .outer-box .cart-box .cart-box-btn .total-cart, .main-header .outer-box .cart-box .cart-panel .btns-boxed li a, .main-header .btn-box .quote-btn:hover, .main-menu .navigation > li:before, .main-menu .navigation > li > ul > li > a:before, .main-menu .navigation > li > ul > li > ul > li > a:before, .search-popup .close-search, .main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart, .main-header.header-style-three .main-menu .navigation > li:before, .sidebar-info-contents .content-inner .social-box li a, .close-side-widget, .close-side-widget:hover, .services-section-two .owl-dots .owl-dot, .price-block:nth-child(2) .inner-box .price-box .box-inner .price, .fact-counter-two .column .inner .icon-box .circles-box .circle-two, .gallery-section .filters li, .step-block .inner-box .number-box .number, .news-block-two .inner-box:hover .category, .news-block-two.style-two .inner-box .lower-content .share:hover, .news-block-two .inner-box .lower-content .share:hover, .news-section .owl-dots .owl-dot, .service-block-five .inner-box .icon-box .circles-box .circle-two, .team-section-three .owl-dots .owl-dot, .news-section-two .owl-dots .owl-dot.active, .news-block-three .inner-box:hover .category, .related-projects .owl-dots .owl-dot, .sidebar-title h5:before, .blog-detail .inner-box:hover .category, .blog-detail .post-share-options .social-box li a, .newsletter-section .inner-container, .team-block .inner-box .image { background-color: #<?php echo esc_attr($orange); ?>; } .scroll-to-top:hover { background: #<?php echo esc_attr($orange); ?>; } #site-footer .footer-bottom, .news-block-three .inner-box .content-box .share, .service-block-two .inner-box, .seo-section.new-style .seo-form #wdc-style .small button#Submit, .price-block .inner-box:before, .price-block:nth-child(2) .inner-box, .price-block:nth-child(3) .inner-box .title, .price-block .inner-box .price-box .box-inner .circles-box .circle-two, .price-block .inner-box .price-box .box-inner .circles-box .circle-one, .news-block .inner-box .lower-content .content .post-date span, .news-block .inner-box .lower-content .content:before, .news-block .inner-box .lower-content .content:after, .main-footer .logo-widget .social-box li a, .main-footer .footer-widget h4:before, form.cart button.add-to-cart, .woocommerce div.product .woocommerce-tabs ul.tabs li a:before, form.cart button.add-to-cart:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #place_order:hover, .pagination li a.next, .woocommerce-pagination ul li a.next, .pagination li a.next, .woocommerce-pagination ul li a.prev, .woocommerce #review_form #respond .form-submit input, .service-block.style-two .overlay-box, .team-section.style-two, .team-section-three { background-image: linear-gradient(145deg, #<?php echo esc_attr($blue); ?>, #<?php echo esc_attr($blue); ?> ); } .btn-style-four, .service-block-four .inner-box:before, .gallery-block .overlay-box, .level-section .inner-container, .pricing-tabs .tab-buttons .tab-btn:hover, .pricing-tabs .tab-buttons .tab-btn.active-btn, .price-block:nth-child(3) .inner-box:before, .price-block .inner-box .title, .team-block-two .inner-box .image-box .social-box, .team-block .inner-box .lower-content:before, .seo-form #wdc-style .small button#Submit, .service-block .overlay-box, .counter-section .inner-container, .price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-two, .price-block:nth-child(2) .inner-box .price-box .box-inner .circles-box .circle-one, .contact-info-section .inner-container { background-image: linear-gradient(145deg, #<?php echo esc_attr($orange); ?>, #<?php echo esc_attr($orange); ?> ); } #content_block_02 .content-box .inner-box .progress-box .bar-inner, .emailed-form .form-group input[type="submit"], .emailed-form button, .sidebar .search-box .form-group button, .footer-widget .search-box .form-group button { background: #<?php echo esc_attr($blue); ?>; } .btn-style-one { background: #<?php echo esc_attr($orange); ?>; } .service-block-four .inner-box { border-left: 5px solid #<?php echo esc_attr($orange); ?>; } .main-header .outer-box .cart-box .cart-panel .btns-boxed li a, .sidebar-info-contents .content-inner .social-box li a, .close-side-widget, .close-side-widget:hover, .gallery-section .filters li { border: 1px solid #<?php echo esc_attr($orange); ?>; } .price-block:nth-child(2) .inner-box .price-box .box-inner .price:before { border-left: #<?php echo esc_attr($orange); ?>; border-right: #<?php echo esc_attr($orange); ?>; border-bottom: #<?php echo esc_attr($orange); ?>; } /*Border Color*/ .main-header.header-style-two .btn-box .quote-btn, .service-block-four .inner-box:hover, .gallery-section .filters .filter.active, .gallery-section .filters .filter:hover, .sidebar .popular-tags a:hover, .product-wrapper:hover .product-image, .news-block .inner-box:hover .lower-content, .price-block:nth-child(2) .inner-box, .sidebar .service-list li a:hover, .sidebar .service-list li.current a, .widget .tagcloud a:hover { border-color: #<?php echo esc_attr($blue); ?>; } .btn-style-two:hover, .news-block-two.style-two .inner-box .lower-content .share:hover, .news-block-two .inner-box .lower-content .share:hover, .price-block:nth-child(3) .inner-box { border-color: #<?php echo esc_attr($orange); ?>; } .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { border-top: 2px solid #<?php echo esc_attr($blue); ?> !important; } .news-block-two .inner-box .lower-content .share, .news-block-two.style-two .inner-box .lower-content .share, .price-block .inner-box { border: 1px solid #<?php echo esc_attr($blue); ?>; } .main-header.header-style-two .main-menu .navigation > li > a:before, #content_block_02 .content-box .inner-box .progress-box .bar-inner:before { border: 2px solid #<?php echo esc_attr($blue); ?>; } .price-block .inner-box .price-box .box-inner .price:before { border-right: 3px solid #<?php echo esc_attr($blue); ?>; border-bottom: 3px solid #<?php echo esc_attr($blue); ?>; border-left: 3px solid #<?php echo esc_attr($blue); ?>; } .skills .skill-item .skill-bar .bar-inner .bar { border-bottom: 5px solid #<?php echo esc_attr($blue); ?>; } .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .header-top-three .top-right .cart-box .cart-panel { border-top: 3px solid #<?php echo esc_attr($blue); ?>; } .woocommerce #review_form #respond .form-submit input { border: 2px solid #<?php echo esc_attr($blue); ?>; } .woocommerce div.product div.images img, .blog-single .lower-content .social-icon-three li a { border: 1px solid #<?php echo esc_attr($blue); ?>; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order, .fun-fact-section .fact-counter .count-box:before { border: 2px solid #<?php echo esc_attr($blue); ?>; } /*RGBA Color Light*/ .btn-style-three{ background-image: linear-gradient(to right, #<?php echo esc_attr($blue); ?> 0%, #<?php echo esc_attr($blue); ?> 100%); } /*RGBA Color Dark*/ @media only screen and (max-width: 767px){ .main-menu .navbar-header .navbar-toggle, .main-menu .navbar-collapse > .navigation, .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul, .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > a:hover, .main-menu .navbar-collapse > .navigation > li > a:active, .main-menu .navbar-collapse > .navigation > li > a:focus, .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a, .header-style-two.inner-header .main-menu .navigation > li > a{ background-color: #<?php echo esc_attr($blue); ?>; } } <?php $out = ob_get_clean(); $expires_offset = 31536000; // 1 year header('Content-Type: text/css; charset=UTF-8'); header('Expires: ' . gmdate("D, d M Y H:i:s", time() + $expires_offset) . ' GMT'); header("Cache-Control: public, max-age=$expires_offset"); header('Vary: Accept-Encoding'); // Handle proxies header('Content-Encoding: gzip'); echo gzencode($out); exit;