1
0
Fork 0

organizando consistencia de layout commit antes de tocar milfs.css submodulo

This commit is contained in:
Hacky Purple 2018-10-24 19:09:40 -05:00
parent e444a6b0bb
commit 3706a62db6
3 changed files with 45 additions and 24 deletions

View File

@ -2,6 +2,10 @@
el otro archivo css style.css que está en la carpeta milfs el otro archivo css style.css que está en la carpeta milfs
no está referenciado en index.php de milfs*/ no está referenciado en index.php de milfs*/
#barra_milfs{
position: absolute;
}
#contenedor_principal{ #contenedor_principal{
padding-top: 10em; padding-top: 10em;
} }

View File

@ -26,25 +26,25 @@ h1, h2, h3, h4, h5, h6 {
opacity: 1; opacity: 1;
} }
.container,#principal_general{ #asistento{
padding-left: 0px; padding-top: 5em;
padding-right: 0px;
}
.container-fluid,#caja{
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
} }
#lo_ultimo{ #lo_ultimo{
background: white; padding-bottom: 3em;
} }
.lo_ultimo>img{ .lo_ultimo>img{
max-height: 300px;' 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 { .navbar-inverse {
background-color: #222; background-color: #222;
@ -190,8 +190,6 @@ h1, h2, h3, h4, h5, h6 {
padding-left: 80px !important; padding-left: 80px !important;
} }
#encabezado_proyecto { #encabezado_proyecto {
padding-top: 30px; padding-top: 30px;
} }
@ -206,6 +204,7 @@ h1, h2, h3, h4, h5, h6 {
#proyectos { #proyectos {
background-color: #d4d4d4; background-color: #d4d4d4;
padding-top: 4em;
} }
.div_proyecto { .div_proyecto {
@ -501,6 +500,14 @@ RESPONSIVE */
margin-right: 20px; 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) { @media only screen and (max-width: 1200px) {
#logo_cabecera { #logo_cabecera {
@ -570,23 +577,33 @@ RESPONSIVE */
} }
@media only screen and (max-width: 495px) { @media only screen and (max-width: 495px) {
#contenedor_cabecera {
padding-top: 0em;
}
#proyectos{ #proyectos{
display: grid !important; display: grid !important;
} }
.lead {
padding-left: 0px;
padding-right: 0px;
}
} }
@media only screen and (max-width: 360px) { @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 { #slogan_cabecera {
font-size: 1em; font-size: 1em;
} }
#div_panel_aplicaciones {
padding-top: 10em;
}
} }

View File

@ -5330,7 +5330,7 @@ $cols = (12/$divider);
$titulo[]=""; $titulo[]="";
if ($form !=""){ $w_form = "AND form_id='$form' ";}else{ $w_form="";} if ($form !=""){ $w_form = "AND form_id='$form' ";}else{ $w_form="";}
if($tipo =="ultimos") { 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"; $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" ){ elseif($tipo =="aleatorios" ){
@ -5438,7 +5438,7 @@ $link=Conectarse();
$contenido_campo =substr($contenido_campo,0,$maximo)."... "; $contenido_campo =substr($contenido_campo,0,$maximo)."... ";
} }
$contenido .= " $contenido .= "
<article class='col-lg-$cols col-md-$cols col-sm-$cols col-xs-6 col-xxs-12 animate-box lo_ultimo'> <article class='col-lg-$cols col-md-$cols col-sm-$cols col-xs-6 col-xxs-12 animate-box lo_ultimo'>
<figure> <figure>
<a href='i$row[control]'> <a href='i$row[control]'>
<img style=' max-height:350px;' class=' img-responsive img-rounded' src ='milfs/images/secure/?file=150/$imagen[0]'> <img style=' max-height:350px;' class=' img-responsive img-rounded' src ='milfs/images/secure/?file=150/$imagen[0]'>
@ -5450,7 +5450,7 @@ $link=Conectarse();
"; ";
} }
$resultado = " $resultado = "
<legend class='text-center'>$titulo</legend> <legend class='text-center titulo_seccion'>$titulo</legend>
$contenido"; $contenido";
} }
else{} else{}
@ -5883,7 +5883,7 @@ $sm = 4;
$i =0; $i =0;
while( $row = mysqli_fetch_array( $sql ) ) { while( $row = mysqli_fetch_array( $sql ) ) {
if($i % $divider==0) { if($i % $divider==0) {
$encontrados .= "<div class='container-fluid box text-center' role='row' id='grid_$i' style=''>"; $encontrados .= "<div class='container-fluid text-center box_proyectos' role='row' id='grid_$i' style=''>";
} }
$i++; $i++;
if($row['imagen'] !="") { if($row['imagen'] !="") {
@ -5918,7 +5918,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
} }
$resultado =" $resultado ="
<!-- PROYECTOS --> <!-- PROYECTOS -->
<div class='container-fluid' id='proyectos'> <div class='col-md-12' id='proyectos'>
<div class=' text-center'> <div class=' text-center'>
<h1>Proyectos</h1> <h1>Proyectos</h1>
<p class='lead'>Conoce los proyectos que usan Tupale.co para la implementación de sus herramientas, selecciona para conocer más</p> <p class='lead'>Conoce los proyectos que usan Tupale.co para la implementación de sus herramientas, selecciona para conocer más</p>