����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 18.220.224.115
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/gltevjme/bofirmacademy.com/resources/views/frontend-theme-2/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/bofirmacademy.com/resources/views/frontend-theme-2/layouts/dynamic-style.blade.php
<style>
    :root {
        --white-color: #fff;
        /* --theme-color: #5e3fd7; */
        --light-purple: rgba(117, 79, 254, 0.1);
        /* --heading-color: #040453; */
        --orange-color: #FC8068;
        --orange-deep: #FF3C16;
        /* --para-color: #52526C; */
        --gray-color: #767588;
        --gray-color2: #929292;
        --disable-color: #B5B4BD;
        --color-green: #45C881;
        --color-light-green: rgba(69, 200, 129, 0.22);
        --color-yellow: #FFC014;
        --light-bg: #F9F8F6;
        --page-bg: #F8F6F0;
        /* --plyr-color-main: #5e3fd7; */
        --border-color: rgba(0, 0, 0, 0.07);
        --border-color2: rgba(0, 0, 0, 0.09);
        /* --font-jost: 'Jost', sans-serif; */
        /* style by sohel */
        --title-color-1: #060667;
        --accordion-bg: #EFEDE5;
        --accordion-active-color: #6449C3;
        --footer-svg-fill: #F8F6F0;
        --input-placeholder-color: #52526C;
        --card-price-2: #F2F0E9;

        @if (get_option('app_font_design_type') == 2)
            @if (empty(get_option('app_font_link')))
                --body-font-family: 'Jost', sans-serif;
            @else
                --body-font-family: {!! get_option('app_font_family') !!};
            @endif
        @else
            --body-font-family: 'Jost', sans-serif;
        @endif

        @if (get_option('app_color_design_type') == 2)
            /* New Assigned */
            --theme-color: {{ empty(get_option('app_theme_color')) ? '#5e3fd7' : get_option('app_theme_color') }};
            --plyr-color-main: {{ empty(get_option('app_theme_color')) ? '#5e3fd7' : get_option('app_theme_color') }};
            /* --theme-color value set here*/
            --heading-color: {{ empty(get_option('app_heading_color')) ? '#040453' : get_option('app_heading_color') }};
            --body-font-color: {{ empty(get_option('app_body_font_color')) ? '#52526C' : get_option('app_body_font_color') }};
            --navbar-bg-color: {{ empty(get_option('app_navbar_background_color')) ? '#030060' : get_option('app_navbar_background_color') }};

            --gradient-banner-bg: @if (empty(get_option('app_gradiant_banner_color')))
                linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%),
                linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%),
                linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%),
                radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%),
                linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%),
                linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),
                linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%),
                linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),
                linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%)
            @else
                {!! get_option('app_gradiant_banner_color') !!}
            @endif
            ;
            --overlay-bg-opacity: {{ empty(get_option('app_gradiant_overlay_background_color_opacity')) ? 0 : get_option('app_gradiant_overlay_background_color_opacity') }};
            --gradient-overlay-bg: rgba(0, 0, 0, {{ empty(get_option('app_gradiant_overlay_background_color_opacity')) ? 0 : get_option('app_gradiant_overlay_background_color_opacity') }}) !important;

            --footer-gradient-bg: @if (empty(get_option('app_gradiant_footer_color')))
                linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%),
                linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%),
                linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%),
                radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%),
                linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%),
                linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),
                linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%),
                linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),
                linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%)
            @else
                {!! get_option('app_gradiant_footer_color') !!}
            @endif
            ;
        @else
            --theme-color: #5e3fd7;
            --plyr-color-main: #5e3fd7;
            /* --theme-color value set here*/
            --heading-color: #040453;
            --body-font-color: #52526C;
            --navbar-bg-color: #030060;
            --gradient-banner-bg: linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%), linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%),
                linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%), radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%),
                linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%), linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),
                linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%), linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),
                linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);

            --gradient-overlay-bg: linear-gradient(180deg, rgba(0, 0, 61, 0.27) 0%, rgba(1, 1, 52, 0.9) 100%);

            --footer-gradient-bg: linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%), linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%),
                linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%), radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%),
                linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%), linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),
                linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%), linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),
                linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);
        @endif
    }
</style>

Youez - 2016 - github.com/yon3zu
LinuXploit