Tema: Iexplore
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/10/2009, 18:17
hola123
 
Fecha de Ingreso: febrero-2009
Mensajes: 142
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: explore

Este es mi codigo de estilos .css


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* General page setup
*/
#dt_kinto {
font-size:12px;
font-family:Calibri, tahoma, arial, sans-serif;
white-space:nowrap;
margin: 0px;
color:#616161;
padding:10px;
border-collapse:collapse;
}

.textoletter {
font-size:12px;
font-family:Calibri, tahoma, arial, sans-serif;
color:white;
border-bottom: 1px solid #6573A6;


}

.texto {
font-size:12px;
font-family:Calibri, tahoma, arial, sans-serif;
white-space:nowrap;
color:white;
margin: 0;
padding: 35px;
border-collapse:collapse;



}


#dt_kinto #container {
width: 1050 px;
margin: 30px auto;
padding: 30px;
text-align:left;
color:aqua;
border-bottom: 1px solid #6573A6;
}
#dt_kinto #footer {
margin: 50px auto 0 auto;
padding: 0;
border-bottom: 1px solid #6573A6;

}

#dt_kinto #divkinto {
margin: 30px auto 0 auto;

}

#dt_kinto .big {

font-size: 20px;
font-weight: bold;
line-height: 1.6em;
color: #4E6CA3;
}

#dt_kinto .spacer {
height: 20px;
clear: both;
}

#dt_kinto .clear {
clear: both;
border-bottom: 1px solid #6573A6;
}

#dt_kinto pre {
padding: 15px;
background-color: #F5F5F5;
border-bottom: 1px solid #6573A6;
}

#dt_kinto h1 {
margin-top: 2em;
font-size: 2px;
font-weight: normal;
line-height: 1.6em;
color: #D1D1D1;
clear: both;
}

#dt_kinto h2 {
font-size: 10.2em;
font-weight: normal;
line-height: 1.6em;
color: #4E6CA3;
clear: both;
}

#dt_kinto a {
color: #0063DC;
text-decoration: none;
border-bottom: 1px solid #6573A6;

}

#dt_kinto a:hover {
text-decoration: underline;
}

#dt_kinto ul {
color: #6573A6;
}