From 3706a62db6a7e70c5e0e4eb8e7a3d922ebe50be1 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Wed, 24 Oct 2018 19:09:40 -0500 Subject: [PATCH] organizando consistencia de layout commit antes de tocar milfs.css submodulo --- css/milfs.css | 4 +++ css/style.css | 55 +++++++++++++++++++++++++++-------------- funciones/funciones.php | 10 ++++---- 3 files changed, 45 insertions(+), 24 deletions(-) diff --git a/css/milfs.css b/css/milfs.css index 1fdefdc..ab72ede 100644 --- a/css/milfs.css +++ b/css/milfs.css @@ -2,6 +2,10 @@ 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; } diff --git a/css/style.css b/css/style.css index 838bd44..9bde4cd 100644 --- a/css/style.css +++ b/css/style.css @@ -26,25 +26,25 @@ h1, h2, h3, h4, h5, h6 { opacity: 1; } -.container,#principal_general{ - padding-left: 0px; - padding-right: 0px; -} - -.container-fluid,#caja{ - padding-left: 0px; - padding-right: 0px; - margin-left: 0px; - margin-right: 0px; +#asistento{ + padding-top: 5em; } #lo_ultimo{ - background: white; + 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; @@ -190,8 +190,6 @@ h1, h2, h3, h4, h5, h6 { padding-left: 80px !important; } - - #encabezado_proyecto { padding-top: 30px; } @@ -206,6 +204,7 @@ h1, h2, h3, h4, h5, h6 { #proyectos { background-color: #d4d4d4; + padding-top: 4em; } .div_proyecto { @@ -501,6 +500,14 @@ 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 { @@ -570,23 +577,33 @@ RESPONSIVE */ } @media only screen and (max-width: 495px) { - #contenedor_cabecera { - padding-top: 0em; - } + #proyectos{ display: grid !important; } +.lead { + padding-left: 0px; + padding-right: 0px; +} } @media only screen and (max-width: 360px) { + #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; -} } diff --git a/funciones/funciones.php b/funciones/funciones.php index 0d5dac4..63bf04d 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -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" ){ @@ -5438,7 +5438,7 @@ $link=Conectarse(); $contenido_campo =substr($contenido_campo,0,$maximo)."... "; } $contenido .= " -
+