diff --git a/css/milfs.css b/css/milfs.css index c708726..ab72ede 100644 --- a/css/milfs.css +++ b/css/milfs.css @@ -2,10 +2,18 @@ el otro archivo css style.css que está en la carpeta milfs no está referenciado en index.php de milfs*/ + +#barra_milfs{ + position: absolute; +} #contenedor_principal{ padding-top: 10em; } +#empresa_pie{ + display: block; +} + @media (max-width: 768px) { #panel_administrador{ padding: 0px !important; diff --git a/css/style.css b/css/style.css index f1fc0b7..2ac7c52 100644 --- a/css/style.css +++ b/css/style.css @@ -17,7 +17,6 @@ h1, h2, h3, h4, h5, h6 { #toc { font-size: 1em; - padding-top: 50px; max-height: 95% !important; overflow: auto !important; } @@ -26,6 +25,30 @@ h1, h2, h3, h4, h5, h6 { opacity: 1; } +#navbar-principal{ +border-color: transparent; +} + +#asistento{ + padding-top: 5em; +} + +#lo_ultimo{ + padding-bottom: 3em; +} + +.lo_ultimo>img{ + max-height: 300px;' +} +.titulo_seccion{ + padding-top: 3em; + padding-bottom: 1em; + font-family: "Helvetica", times, sans-serif !important; + font-weight: 500 !important; + line-height: 1.1 !important; + font-size: 36px; +} + .navbar-inverse { background-color: #222; border-color: #090909; @@ -43,6 +66,10 @@ h1, h2, h3, h4, h5, h6 { border-color: transparent; } +#cabecera{ + padding-top: 20em; +} + #contenedor_cabecera { padding-top: 0em; } @@ -70,34 +97,17 @@ h1, h2, h3, h4, h5, h6 { } #menu_administrador{ - background-color: gray; + background-color: white; } -.btn-botonera-admin { - float: left; +.dropdown-menu>li>a:hover{ + background-color: #e95420!important; + color: white; } - -#botonera-admin, #botonera-admin>a { - color: white !important; -} - - -.btn-botonera-admin:hover { - background-color: black; -} -.btn.btn-botonera-admin:hover { - color: white !important; -} - .intro-social-buttons { padding-top: 10px !important; } - -#div_panel_aplicaciones { - padding-top: 21em; -} - /*NAVBAR BRAND*/ #menu_mobil{ display: grid !important; @@ -109,7 +119,7 @@ h1, h2, h3, h4, h5, h6 { #menu_hamburguesa{ color: white; - background-color: none !important; + background-color: transparent !important; } .navbar-brand { transform: translateX(-50%); @@ -182,8 +192,6 @@ h1, h2, h3, h4, h5, h6 { padding-left: 80px !important; } - - #encabezado_proyecto { padding-top: 30px; } @@ -198,6 +206,7 @@ h1, h2, h3, h4, h5, h6 { #proyectos { background-color: #d4d4d4; + padding-top: 4em; } .div_proyecto { @@ -250,8 +259,6 @@ h1, h2, h3, h4, h5, h6 { height: 100% !important; overflow-y: auto; overflow-x: hidden; - padding: 0px 0px 70px 0px; - ; border: none; } @@ -259,7 +266,7 @@ h1, h2, h3, h4, h5, h6 { /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: all 0.3s cubic-bezier(.25, .8, .25, 1);*/ border-radius: 0px !important; - padding: 50px; + padding: 3em; border-bottom: 1px solid lightgrey; } @@ -364,7 +371,7 @@ span.etiquetatam10 { margin-top: -13px; } -.navbar-principal>li>a, { +.navbar-principal>li>a { padding-top: 0px !important; padding-bottom: 0 !important; height: 30px; @@ -409,7 +416,8 @@ box-shadow: none; } } -< !-- ESTILOS PRIORITARIOS -->.modal-dialog { +/*ESTILOS PRIORITARIOS*/ +.modal-dialog { width: 95% !important; height: auto; padding: 0; @@ -456,8 +464,7 @@ legend.legend-area { } .fh5co-post-entry article h2 { - font-size: 28px; - !important; + font-size: 28px ; } #fh5co-offcanvas .fh5co-bio img { @@ -493,19 +500,31 @@ RESPONSIVE */ margin-right: 20px; } } +@media only screen and (max-width: 1440px) { + .titulo_seccion{ + padding-top: 1em; + } + #asistento{ + padding-top: 1em; + } +} @media only screen and (max-width: 1200px) { - #logo_cabecera { - padding-top: 3em; + #cabecera{ + padding-top: 20em; } - #div_panel_aplicaciones{ - padding-top: 23em; + #logo_cabecera { + padding-top: 2em; } .img-gris { filter: grayscale(0); } + .lead{ + padding-left: 5em; + padding-right: 5em; + } } @media only screen and (max-width: 992px) { @@ -515,62 +534,113 @@ RESPONSIVE */ } -@media only screen and (max-width: 767px) { +@media only screen and (max-width: 769px) { + .navbar-inverse .navbar-nav>li>a:hover { + background: transparent; +} .navbar-header { margin: 0px !important; float: left; } + li.dropdown.open{ + z-index: -1; + } + #slogan_cabecera{ font-size: 1.5em; } #logo_cabecera { - padding-top: 0em; + padding-top: 2em; } - #div_panel_aplicaciones { - padding-top: 21em; + #caja{ + padding: 0px; } } @media only screen and (max-width: 586px) { - #contenedor_cabecera { - padding-top: 0em; + #cabecera{ + padding-top: 21em; } - #div_panel_aplicaciones { - padding-top: 15em; + + #lo_ultimo{ + padding-left: 0px; + padding-right: 0px; } + #contenedor_landingpage { + padding-left: 0px !important; + padding-right: 0px !important; + } + #logo_cabecera { max-width: 65% !important; } - #principal_general { - padding-left: 2em; - } + #texto_articulo{ padding: 0px !important } } @media only screen and (max-width: 495px) { - #contenedor_cabecera { - padding-top: 0em; + #cabecera{ + padding-top: 15em; } - #principal_general { - padding-left: 3em; -} #proyectos{ display: grid !important; } +.lead { + padding-left: 0px; + padding-right: 0px; +} +.articulo_cuadro{ + padding-left: 0px; + padding-right: 0px; +} + +div#contenedor_landingpage { + padding-left: 0px !important; + padding-right: 0px !important; +} +.box-secciones{ + padding: 1em; + padding-bottom: 4em; +} } -@media only screen and (max-width: 320px) { +@media only screen and (max-width: 375px) { + #cabecera{ + padding-top: 15em; + } + #principal_general{ + padding-left: 0px; + padding-right: 0px; + } + + #caja{ + padding-left: 0px; + padding-right: 0px; + margin-left: 0px; + margin-right: 0px; + } + #slogan_cabecera { font-size: 1em; } - #div_panel_aplicaciones { - padding-top: 10em; + .articulo_cuadro{ + padding-left: 0px; + padding-right: 0px; + } + .btn-group-sm>.btn, .btn-sm { + padding: 5px 7px; + font-size: 11px; + line-height: 1.5; + border-radius: 3px; } + + } + diff --git a/funciones/funciones.php b/funciones/funciones.php index d3d447e..41c4ac3 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -782,7 +782,7 @@ foreach($clasificacion as $clave => $v){ $tabla_clasificacion = "$tabla_clasificacion
"; $contenido ="
-Cerrar [x] +Cerrar [x]
@@ -1064,7 +1064,7 @@ function notas_tablero($form) {
- + $administracion Tupale.co @@ -1751,7 +1751,7 @@ $tipo= array("linea_planilla","","$area_principal","checkeo"); $cabecera="
-
+
@@ -1864,7 +1864,7 @@ mysqli_data_seek($sql_total, 0); $cabecera="
-
+
@@ -3844,7 +3844,7 @@ while( $row = mysqli_fetch_array( $datos_consulta ) ) { if($tipo_campo[0]=='10'){ $render = relacion_render("$row[form_id]","$row[id_campo]",$contenido[0],'5',''); $contenido[0] = "$valor_actual";} - + else { $render=html_entity_decode($contenido[0]);} if($tipo_campo[0]=='24' or $tipo_campo[0]=='30'){ $render= json_render("$contenido[0]","html","$control");} @@ -5330,7 +5330,7 @@ $cols = (12/$divider); $titulo[]=""; if ($form !=""){ $w_form = "AND form_id='$form' ";}else{ $w_form="";} if($tipo =="ultimos") { - $titulo="LO ÚLTIMO"; + $titulo="Lo Último"; $consulta ="SELECT * FROM `form_datos`, form_id WHERE `form_datos`.form_id = form_id.id AND form_id.publico = '1' $w_form GROUP BY form_datos.control ORDER BY form_datos.timestamp DESC LIMIT $limite"; } elseif($tipo =="aleatorios" ){ @@ -5362,7 +5362,7 @@ $link=Conectarse(); } //$impresion = mostrar_identificador("$row[campo]","","landingpage","",""); $contenido .= " -
+
@@ -5438,10 +5438,10 @@ $link=Conectarse(); $contenido_campo =substr($contenido_campo,0,$maximo)."... "; } $contenido .= " -
+
- +
$titulo_post[0] @@ -5450,7 +5450,7 @@ $link=Conectarse(); "; } $resultado = " - $titulo + $titulo $contenido"; } else{} @@ -5883,7 +5883,7 @@ $sm = 4; $i =0; while( $row = mysqli_fetch_array( $sql ) ) { if($i % $divider==0) { - $encontrados .= "
"; + $encontrados .= "
"; } $i++; if($row['imagen'] !="") { @@ -5918,7 +5918,7 @@ while( $row = mysqli_fetch_array( $sql ) ) { } $resultado =" -
+

Proyectos

Conoce los proyectos que usan Tupale.co para la implementación de sus herramientas, selecciona para conocer más

@@ -5929,7 +5929,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
-
+
"; @@ -6489,7 +6489,7 @@ if($ver_data[0] !="0") {$boton_ver_data =" +
$linea
@@ -6692,7 +6692,7 @@ $consulta= " SELECT * FROM form_campos WHERE id = id $w_empresa $w_especialista - +
$metacampo_titulo $lineas
idNombreDescripcion Tipo
@@ -9997,7 +9997,7 @@ if (mysqli_num_rows($sql)!='0'){ $logo = remplacetas('empresa','id',"$empresa",'imagen','') ; $cabecera = " -
+
@@ -12522,7 +12522,7 @@ function configuracion($accion) { $div='contenido'; if($accion =='') { -$link =""; +$link =""; return $link; }elseif($accion=='mostrar') { @@ -13036,7 +13036,7 @@ if (mysqli_num_rows($sql)!='0'){ $campo_tipo =$campo_tipo[0]; $contenido = formulario_valor_campo("$id","$row[id_campo]","","$control",'',"$timestamp"); //$contenido= nl2br($contenido); - + $contenido_array = $contenido; $contenido_multiple= $contenido[10]; @@ -13138,9 +13138,9 @@ if (mysqli_num_rows($sql)!='0'){ } } elseif(($campo_tipo=='2' OR $campo_tipo=='7')AND $contenido !=""){ - + $contenido= html_entity_decode(stripslashes("$contenido")); - + } else { @@ -15270,7 +15270,7 @@ return $respuesta; if(isset($_SESSION['id_empresa'])) {$id_empresa= $_SESSION['id_empresa'];} if($div==''){ $div = "contenido"; if(isset($_SESSION['grupo_formularios'])) { $sesion_grupo_formularios = $_SESSION['grupo_formularios'];}else { $sesion_grupo_formularios = "";} -$resultado = " "; +$resultado = " "; return $resultado;; } @@ -17725,20 +17725,20 @@ function milfs(){ $login = login_boton(''); $usuarios = "
  • - + Gestión de usuarios
  • "; $menu = " -