Aresillo: amigo,.... el
sitio esta formado por varios CSS en archivos independientes y algunos css son generados dinamicamente pero te paso el principal a ver si me podes ayudar
En parte, lo que me genera problemas es que lo que se muestra en el 'cuerpo' es un texto generado con JavaScript y de longitud variable.......
Sobre el tema del footer...... de como acomodarlo.....para mi es muyy confuso... porque no se como hacer para que salga a una "altura" razonablemente buena visualmente en todas las resoluciones de monitor....... // a ver si podes ayudarme!!!
Cita: <? // 800x600
header("Content-type: text/css");
$q = $_GET['q'];
$width ='750px'; // 750px
?>
body {
text-align : center;
background-color: #ffffff; /* amarillo de fondo */
margin-top: 0px;
}
#macro-contenedor{
width:auto;
text-align:left;
margin-left:auto;
margin-right:auto;
margin:0 auto;
}
#contenedor{
width:<?= $width ?>;
margin-left:auto;
margin-right:auto;
margin:0 auto;
}
#header {
width:<?= $width ?>;
color:white;
margin-left:5px;
text-align: center;
}
#header h1 {
font-size:41px;color : red;
text-transform: uppercase;
text-decoration:none;
}
#header h1 a:visited {color:red;}
#header h1 a:hover {color:red;}
#left {
border : 0px dashed #000000;
width : 160px; /* 160 */
float : left;
margin-top:52px;
/ margin-top:48px;
padding-right:10px;
}
#cuerpo {
width: 575px; /* 785 */
float : left; /* si no esta el float left, en FF la caja se cae */
margin-top: 0px;
margin-left:5px;
text-align:left;
min-height:550px;
/ height:550px;
/* border: 0.05em black dashed; */
}
#tituloBlog{
margin-top:10px;
float : left;
width : 160px;
margin-bottom:-8px;
/ margin-bottom:-3px;
}
.cse-box { /* cuadro de busqueda (form) */
float: left;
width: <?= $width ?>;
text-align:left;
height:60px;
padding-bottom: 35px;
/ padding-bottom: 0px;
margin-top:-25px;
}
/* antes right */
#footer {
clear: both;
width:<?= $width ?>;
text-align:center;
/* margin-left:auto; */
margin-right:auto;
/* margin:0 auto; */
/* border: dotted; */
position:absolute; top:<? if (isset($q) and ($q!='')) echo '1700px'; else echo '660px'; ?>; margin-left:256px;
/* margin-top:0px; #margin-top:-100px; _margin-top:-100px; */
height: 65px;
background-color: #ffffff;
}
#footer a,a:hover,a:visited{ /* defino como se ven los enlaces en el footer */
color:red;
text-decoration: none;
}
.clear {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
}
.favoritos { /* usar punto(.) si es class' y numeral(#) si es con 'id' */
color: white;
width : auto;
padding-right:10px;
float: right;
}
.favoritos a{
color:white;
text-decoration: none;
}
.favoritos a:visited{
color:white;
text-decoration: none;
}
.favoritos a:hover {
color:yellow;
text-decoration: none;
}
#resultados{
margin-top:40px; / margin-top:-20px;
margin-left:100px;
}
#adsensebajocse{
margin-left:98px;
margin-top:12px ; #margin-top:70px; _margin-top:-2px;
margin-bottom:-22px ; _margin-bottom:40px;
}
#clouds1{
margin-top:150px; #margin-top:180px; _margin-top:150px;
border-style: dotted dashed; color: #3980b8;
padding:1em; margin-left:100px;width:508px;
}
#clouds2{
border-style: dotted dashed; color: #3980b8;
padding:1em; margin-left:100px;width:508px;
}
Ah! el texto en JavaScript aparece si haces una busqueda en el formulario (!)