Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2008, 18:26
Avatar de FLECHA
FLECHA
 
Fecha de Ingreso: mayo-2003
Ubicación: Mi casa
Mensajes: 409
Antigüedad: 20 años, 10 meses
Puntos: 1
incluir en css

Hola a todos/as

quisiera consultaros el siguiente asunto ya que he probado de un monton de formas y no lo consigo: tengo el siguiente codigo en el css:

body { background-color: #fff;}




.form {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
height: 17px;
width: 104px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #D4D0C8;
border-bottom-color: #D4D0C8;
}
.form2 {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
height: 82px;
width: 205px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #D4D0C8;
border-bottom-color: #D4D0C8;
overflow:auto;
}
.links {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
color: #fff;
text-decoration: underline;
}
.copy {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
color: #8C8B8B;
}
.more {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
color: #0054A6;
}
.text { font-family: Tahoma; font-size: 11px; line-height: 12px; color: #6f6c6c; text-decoration:none; text-align: center; }
.t1 {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #59682d;
}
.text2 { font-family: Tahoma; font-size: 11px; line-height: 12px; color: #444444; text-align: justify; }
.text3 { font-family: Tahoma; font-size: 11px; color: #94a601; line-height: 12px; text-align: justify; }
.text4 {
font-family: Tahoma;
font-size: 11px;
color: #EF402F;
line-height: 12px;
}
.t2 {
font-family: Tahoma;
font-size: 11px;
line-height: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.link2 { font-family: Tahoma; font-size: 11px; line-height: 12px; color: #b07503; text-decoration: none; }

__________________________________________________ _____

y quisiera incluir el siguiente codigo en el mismo css

scrollbar-face-color: #006699;
scrollbar-shadow-color: #DEEBF5;
scrollbar-highlight-color: #DEEBF5;
scrollbar-3dlight-color: #5F8ABD;
scrollbar-darkshadow-color: #5F8ABD;
scrollbar-track-color: #F5F5F5;
scrollbar-arrow-color: #FFFFFF;


GRACIAS DE ANTEMANO