Foros del Web » Creando para Internet » CSS »

Consulta sobre eliminar negrita

Estas en el tema de Consulta sobre eliminar negrita en el foro de CSS en Foros del Web. TENGO LA SIGUIENTE HOJA DE ESTILO: /* estilo titulo*/ h1 { font-family:Arial,Helvetia,Sans-serif; font-size: 18pt; color:#800000; text-align:center; } /* estilo del dia y fecha*/ h2 { ...
  #1 (permalink)  
Antiguo 02/08/2006, 00:53
b44
 
Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 18 años, 4 meses
Puntos: 0
Consulta sobre eliminar negrita

TENGO LA SIGUIENTE HOJA DE ESTILO:

/* estilo titulo*/
h1 {
font-family:Arial,Helvetia,Sans-serif;
font-size: 18pt;
color:#800000;
text-align:center;
}

/* estilo del dia y fecha*/
h2 {
font-family: Arial,Helvetica,Sans-serif;
font-size: 9pt;
color:#800000;
text-align:right;
}
/* estilo migas de pan*/
h3 {
font-family: Arial,Helvetica,Sans-Serif;
font-size: 7pt;
text-align:left;
}
/* estilo de texto Clientes y de barra de navegacion*/
h4 {
font-family: Arial,Helvetica,Sans-Serif;
font-size: 8pt;
color:#800000;
text-align:justify;
}
/*estilo para paginas de juzgado */
h5 {
font-family:Arial,Helvetica,Sans-Serif;
font-size: 8pt;
color:#800000;
text-align:center;
}
/* estilo Mapa del Web*/
h6 {
font-family:Arial,Helvetica,Sans-Serif;
font-size: 10pt;
color:#800000;
text-align:center;
}

/*Tipo tabla para paginas de Juzgados*/
.h7 {
position: absolute;
top: 40%;
left: 5%;
width: 90%;
height: 30%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;

}

/*Tipo tabla para paginas inicio elegir idioma Google y Real Academia de la Lengua*/
.h8 {
position: absolute;
top: 25%;
right: 0%;
width: 10%;
height: 20%;
border: 0px solid red;
text-align: right;
font-family:Arial,Helvetica,Sans-Serif;
font-color:#000000;
font-size: 7pt;
}
/*Tipo tabla para paginas inicio Texto*/
.h10 {
position: absolute;
top: 85%;
left: 5%;
width: 90%;
height: 8%;
border: 0px solid red;
text-align: center;
font-family:Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}
/*Tipo tabla para paginas Juzgados Malaga*/
.h11 {
position: absolute;
top: 40%;
left: 5%;
width: 90%;
height: 100%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}
/*Tipo tabla para paginas Juzgados Malaga*/
.h12 {
position: absolute;
top: 500%;
left: 5%;
width: 90%;
height: 100%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}
/*Tipo tabla para paginas Prensa*/
.h13 {
position: absolute;
top: 25%;
left: 5%;
width: 90%;
height: 100%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}
/*Tipo tabla para paginas de Juzgados pequeña*/
.h14 {
position: absolute;
top: 40%;
left: 5%;
width: 90%;
height: 50%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;

}

/*Tipo tabla para paginas de Juzgados Torremolinos y Marbella*/
.h15 {
position: absolute;
top: 100%;
left: 5%;
width: 90%;
height: 50%;
border: 0px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;

}
/*Tipo tabla para paginas de Juzgados Torremolinos y Marbella*/
.h16 {
position: absolute;
top: 45%;
left: 10%;
width: 80%; height: 30%;
color:#800000;
border: 2px solid red;
text-align: center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}
/*Tipo tabla para paginas de Inicio Español e Ingles*/
.h17 {
position: absolute;
top: 15%;
left: 0%;
width: 100%;
height: 10%;
border: 0px solid red;
text-align: left;
font-family:Arial,Helvetica,Sans-Serif;
font-size: 9pt;

}

/*Tipo tabla para paginas de Inicio Español e Ingles*/
.h18 {
position: absolute;
top: 20%;
left: 0%;
width: 100%;
height: 252px;
border: 0px solid red;
text-align: right;
font-family:Arial,Helvetica,Sans-Serif;
font-size: 9pt;
}

/*cuerpo del Sitio Web*/
body {
background-color:#FFFFF0;
color:#800000;

}
A:link {color: #800000}
A:visited {color: #800000}
/*aumentar cuando se posa el raton y tambien cambia de color*/
A:hover {color: #999999;font-size:1.2em}
A:active {color: #999999}
/*quita la linea que subraya un enlace activo*/
A{text-decoration:none;font-size:1em}


RESULTA QUE CUANDO ESCRIBO EN LA HOJA ME APARECE SIEMPRE EN NEGRITA SIN EMBARGO CUANDO ESCRIBO CON UNA TABLA ME APARECE LA LETRA NORMAL SIN NEGRITA.
ALGUIEN PUEDE DECIRME COMO PUEDO HACER PARA QUE CUANDO ESCRIBO ENTRE <H2> Y </H2> NO ME APAREZCA EN NEGRITA.
GRACIAS
  #2 (permalink)  
Antiguo 02/08/2006, 01:31
Avatar de seoista  
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 7 meses
Puntos: 59
Añadele al style H2 esto: font-weight: normal;

Cita:
/* estilo del dia y fecha*/
h2 {
font-family: Arial,Helvetica,Sans-serif;
font-size: 9pt;
color:#800000;
text-align:right;

font-weight: normal;
}
Espero que te sirva de ayuda.
__________________
· No contesto por M.P.
  #3 (permalink)  
Antiguo 02/08/2006, 04:09
b44
 
Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 18 años, 4 meses
Puntos: 0
Lo he probado pero sigue estando en negrita.
  #4 (permalink)  
Antiguo 02/08/2006, 04:14
b44
 
Fecha de Ingreso: diciembre-2005
Mensajes: 142
Antigüedad: 18 años, 4 meses
Puntos: 0
Perdona me equivoque de hoja de estilo ahora si funciona bien y me escribe la letra sin negrita.
Gracias.
Un Saludo
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:25.