MIX · extractor de estilos
Template: radiosnet/envivo/index.php · mtime: 2023-12-22 17:55
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: radiosnet/envivo/index.php */
/* Template mtime: 2023-12-22 17:55:07 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://use.fontawesome.com/releases/v5.0.8/css/all.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.bg-lightuu {
         box-shadow: 0px 0px 33px -7px rgba(0,0,0,0.68);
        -webkit-box-shadow: 0px 0px 33px -7px rgba(0,0,0,0.68);
        -moz-box-shadow: 0px 0px 33px -7px rgba(0,0,0,0.68);
    }
        body {
            <?php
                $e = substr("$d_color_fondo",0,1);
                $e1 = substr("$d_color_fondo",0,4);
            
                if ($e == '#') { ?>
                
                    background-color:<? echo $d_color_fondo ?>;
                    
                    <? 
                    
                } else {
                    if ($e1 == 'http') { ?>
            
                            background-image:url(<? echo $d_color_fondo ?>); 
                            background-repeat:repeat; 
                        
                        
                        <? } else { ?>
            
                            background-image: url("https://recursos.radiosnethosting.com/fondos/<? echo $d_color_fondo ?>");
                            background-attachment: fixed;
                            -webkit-background-size: cover;
                            -moz-background-size: cover;
                            -o-background-size: cover;
                            background-size: cover;
            
                        <? } ?>
                <? } ?>
            
                overflow-x: hidden;
                margin: 0 auto;
                min-height: 100vh;
                display: flex;
                align-items: center;

            
        }


        h1,h2,h3,h4,h5,h6 {
            margin-bottom: 10px;
            line-height: 1.1em;
            font-weight: 600;
            margin-top: 0;
            color: <?php echo $d_color_menu?>!important;
            font-family: <?php echo $style_titulo ?>!important;
        }
        
        i {
            margin-bottom: 10px;
            line-height: 1.1em;
            font-weight: 600;
            margin-top: 0;
            color: <?php echo $d_color_menu?>!important;
        }

        p {
            font-family: <?php echo $style_bajada ?>!important;
        }

        .h3,
        h3 {
            font-size: 1rem;
        }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            display: block;
            color: <?php echo $d_color_menu?>;
        }

        a:hover {

            color: <?php echo $d_color_menu_sobre?>;

        }

        a:link,
        a:visited,
        a:active,
        a:focus,
        a:before,
        a:after {
            outline: 0 none;
            text-decoration: none;
            color: <?php echo $d_color_menu?>;
        }


        iframe{
            background: #fff;
        }


        .navbar-nav .dropdown-menu {
            position: absolute;
            background-color: <? echo $d_color_fondo_menu?>;
        }


        .dropdown:hover>ul {

            display: block !important;

        }

        .dropdown ul li a {

            color: <?php echo $d_color_menu?>;

        }


        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav {
            color: <?php echo $d_color_menu ?>;

        }

        .nav-link:hover {
            color: <?php echo $d_color_menu_sobre ?>;

        }

        #logo {
            max-width: 3.2rem;
        }

        #logo:hover path {
            fill: <?php echo $d_color_menu ?>;

        }

        #logo:hover {

            color: <?php echo $d_color_menu_sobre ?>;

        }

        #logo2 {
            fill: <?php echo $d_color_weather2 ?>;
            max-width: 48px;
        }


        #logo3 {
            fill: <?php echo $d_color_weather2 ?>;
            max-width: 18px;
        }

        .color {
            color: <? echo $d_color_menu?>;
        }

        .btn-outline-primary.active,
        .btn-outline-primary:active,
        .show>.btn-outline-primary.dropdown-toggle {
            color: <?php echo $d_color_fondo_menu ?>;
            background-color: <?php echo $d_color_menu ?>;
            border: 3px solid <?php echo $d_color_fondo_menu ?>;
        }

        .btn-outline-primary:hover {
            color: <?php echo $d_color_fondo_menu ?>;
            background-color: <?php echo $d_color_menu ?>;
            border: 3px solid <?php echo $d_color_fondo_menu ?>;

        }

        .btn-outline-primary {
            color: <?php echo $d_color_menu ?>;
            background-color: <?php echo $d_color_fondo_menu ?>;
            border: 3px solid transparent;
        }

        footer p {
            margin-bottom: .25rem;
            color: <?php echo $d_color_menu ?>;
            font-weight: 300;
        }

        .facebook {
            display: block;
            float: right;
            background: <?php echo $d_color_menu ?>;
            margin-right: 37px !important;
        }

        .twitter {
            display: block;
            float: right;
            background: <?php echo $d_color_menu ?>;
        }

        .flickity-page-dots .dot {
            background: <?php echo $d_color_menu ?>;

        }

        .sidebar {
            will-change: min-height;
        }

        .sidebar__inner {
            transform: translate(0, 0);
            /* For browsers don't support translate3d. */
            transform: translate3d(0, 0, 0);
            will-change: position, transform;
        }

        .sidebar .widget .widget-title {
            font-size: 20px;
        }

        <? $hexa=substr($d_color_fondo_menu, 1);

        $decimal=hexdec($hexa);


        if ($decimal <='10066329') {
            $color_titulo_barra="250,250,250,0.9";
        }

        else {
            $color_titulo_barra="0,0,0,0.9";
        }

        ;

        ?>.widget-head {
            background-color: <? echo $d_color_fondo_menu?> !important;
        }

        .widget-title {
            font-size: 25px;
            font-weight: 900;
            line-height: 1;
            text-transform: uppercase;
            margin-bottom: 0;
            color: <?php echo $d_color_menu ?>;
            font-family: <?php echo $style_titulo ?>;
        }

        /* ---- grid ---- */

        .topbar {

            border-bottom: 0;

            background-color: <? echo $d_color_fondo_menu ?>;
            color: <? echo $d_color_menu ?>;
        }


        .header {
            min-height: 130px;
            display: flex;
            align-items: center;

            <?php if ($textura==NULL && $logo_g==NULL) {
                ?>background-color: <?php echo $d_color_fondo_cabecera ?>;

                <?
            }

            elseif($textura !=NULL) {
                ?>background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url(<?php $textura = str_replace("www.radiosnet.com.ar","recursos.radiosnethosting.com",$textura);
                echo $textura ?>);
                -moz-background-size: cover;
                -webkit-background-size: cover;

                <?php
            }

            else {
                ?>background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url(<?php echo $logo_g ?>);
                -moz-background-size: cover;
                -webkit-background-size: cover;

                <?
            }

            ?>clear: both;


        }


        .header-right {
            float: right;
        }

        .logo {
            max-width: 80%;

        }

        .bg-light {

            background-color: #fff !important;
        }

        article {
            background: transparent;
            /*border-radius: 3px;
                                        border: 1px solid #e4e4e4;*/
        }

        .colorTitulo {
            color: <?php echo $d_color_titulo ?>;
            font-weight: 800;
            letter-spacing: 1px;

        }

        .facebook {

            display: block;
            float: right;
            background-color: <?php echo $color_cat ?> !important;
            margin-right: 37px !important;
        }

        .twitter {

            display: block;
            float: right;
            background-color: <?php echo $color_cat ?> !important;
        }

        p.displaytitulo {
            height: 0;
            margin: 0;
            font-family: 'Montserrat', sans-serif !important;
            letter-spacing: 1px;
        }

        .carousel-caption {

            z-index: 10;
            padding: 4px 20px;
            /* padding-bottom: 20px;
                                position: absolute;
                            right: 0;
                            bottom: 0px;
                            left: 0;
                             */

            background-color: <? echo $d_color_fondo_menu ?>99;

        }

        .carousel-caption h2 {
            color: <? echo $d_color_menu ?> !important;
            font-weight: 700;
            margin: 0;

            font-size: 2.5vw;
        }



        .localidad {
            font-family: <?php echo $style_titulo ?>;
            color: <?php echo $d_color_weather2?>;
            line-height: 1;

        }

        /* destacadas slider */

        .titulo {
            display: none;
            position: absolute;
            bottom: 0;
            height: 100%;
            width: 100%;
            padding: 20px 15px;
            background-color: <?php echo $d_color_fondo_menu ?>;
            opacity: 0.7;
        }


        .cub3r-caption {
            /*display:none;*/
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: <? echo $d_color_menu?>;
            width: 100%;
            padding: 0.5rem 0.75rem;
        }

        .cub3r-caption-text {
            color: <? echo $d_color_menu?> !important;
        }

        .html-marquee {
            font-weight: 200;
            height: 40px !important;
            width: 100%;
            background-color: transparent !important;
            font-family: 'Montserrat', sans-serif !important;
            font-size: inherit !important;
            color: <? echo $d_color_menu ?> !important;
            letter-spacing: 0.5px;
        }

        marquee p {
            color: <? echo $d_color_menu ?> !important;
        }

        .texto-fecha {

            color: <? echo $d_color_menu?>;
        }

        .navbar-toggler-icon {
            color: <? echo $d_color_menu?>;
        }

/* ===== INLINE <style> BLOCK #2 ===== */
#recaptcha_image, #recaptcha_image img  
                                
                                {  
                                
                                    width: 200px !important;  
                                
                                    cursor: pointer;  
                                
                                }  
                                
                                #recaptcha_image img:hover  
                                
                                {  
                                
                                    position: absolute;  
                                
                                    width: 300px !important;  
                                
                                }  
                                
                                .recaptcha_only_if_image, .recaptcha_only_if_audio  
                                
                                {  
                                    display: block;  
                                
                                }

      
Manifest preview
{
    "template": "radiosnet/envivo/index.php",
    "template_mtime": 1703267707,
    "template_mtime_human": "2023-12-22T17:55:07+00:00",
    "css_links_found": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://use.fontawesome.com/releases/v5.0.8/css/all.css"
    ],
    "css_links_external": [
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://use.fontawesome.com/releases/v5.0.8/css/all.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}