Apéndice D

Anuncio
Apéndice D
102
Apéndice D – Hoja de estilo (CSS)
.boton{
background: #787270;color: #FFFFFF;
font-size: 13px;padding: 0px 5px;
font-weight: normal;
text-decoration: none;
border: 2px dashed #FF9933;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boton1{
background: #FFFFFF;color: #787270;
font-size: 13px;padding: 0px 5px;
font-weight: normal;
text-decoration: none;
border: 2px dashed #FF9933; <!-- esta raro-->
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gris {
color: #525252;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
.naranja {
color: #FF6600;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.notas {
font-family: "Times New Roman", Times, serif
font-size: 12px;
color: #000000;
font-weight: bold;
}
.texto {
font-size: 12px;
color: #4B4B4B;
}
103
.titulo {
font-size: 36px;
color: #666666;
font-weight: bold;
}
a:link {
color: #FFFFFF;
text-decoration:
}
a:visited {
color: #FFFFFF;
text-decoration:
}
a:hover {
color: #FFFFFF;
text-decoration:
}
a:active {
color: #FFFFFF;
text-decoration:
}
none;
none;
none;
none;
104
Descargar