03/02/2012, 04:41
|
(Desactivado) | | Fecha de Ingreso: diciembre-2009 Ubicación: Ionosfera, justo sobre Spain.
Mensajes: 519
Antigüedad: 14 años, 11 meses Puntos: 22 | |
Duda con CSS link y Texto Hola: Tengo este caso: Ver Web y
1. Ocurre que cuando haces click encima de alguno de lo links de texto (arriba), la tipografía disminuye de tamaño, se ve feo. Estoy seguro que será un error del .css, pues asigné una apariencia para link, pero no sé si está bien aplicada.
Este es el codigo del css:
Código:
@charset "UTF-8";
.abajo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CCCCCC;
}
a:active {
font-family: "Times New Roman", Times, serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #B82820;
}
.enlaces {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #BD2727;
height: inherit;
}
.texto-destacados {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #333333;
}
.subtit {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #666666;
}
.titular {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
color: #333333;
}
.text2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #333333;
text-align: justify;
}
Eso sería, alguna idea?
Saludos y gracias! |