diff --git a/css/style.css b/css/style.css index a3b2ed0..17b16dc 100644 --- a/css/style.css +++ b/css/style.css @@ -12,7 +12,13 @@ h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.1; } +#toc{ + font-size: 1em; + padding-top: 50px; + max-height:95% !important; + overflow:auto !important; +} .top { opacity: 1; @@ -32,8 +38,10 @@ h1, h2, h3, h4, h5, h6 { color: lightgrey !important; text-transform: uppercase; } - - +#menu_tupale { + height: 500px; + overflow: auto; +} #cabecera-botonera-admin { background-color: #777677; @@ -45,6 +53,7 @@ h1, h2, h3, h4, h5, h6 { white-space:normal !important; word-wrap: break-word; } + /*NAVBAR BRAND*/ .navbar-brand { transform: translateX(-50%); @@ -174,21 +183,25 @@ transition: all 1.3s ease; margin: 10px; float: left; background-color: grey; - height: 200px; - width: 200px; + height: 14em; + width: 14em; } .img-gris{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); -webkit-filter: grayscale(100%) blur(3px) ; - height: 200px; - width: 200px; + max-height: 14em; + max-width: 14em; z-index:10; transition:filter 0.2s; -webkit-transition:-webkit-filter 1s; } .img-gris:hover{ filter: grayscale(0); - z-index: 500; + z-index: 11; -webkit-filter: grayscale(0); } diff --git a/funciones/funciones.php b/funciones/funciones.php index c4e440b..d6d5fa8 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5584,14 +5584,12 @@ while( $row = mysqli_fetch_array( $sql ) ) { } $i++; if($row['imagen'] !="") { - $logo=""; + $logo=""; } else { $logo_empresa = remplacetas('empresa','id',"1",'imagen',''); //$logo=""; - $logo=""; + $logo=""; } // $slogan= substr($row[slogan],0, $length = 100).""; $slogan = $row['slogan']; @@ -8938,12 +8936,12 @@ if($tipo =="") { return $formulario; }else { -/* - * +/* + * * //// social login * - * + * * //////// * if($_SERVER['HTTP_HOST'] !="tupale.co" ) { $social_login=""; @@ -8958,7 +8956,7 @@ if($tipo =="") {