Skip to content

Instantly share code, notes, and snippets.

@gepser
Created November 13, 2013 01:13
Show Gist options
  • Save gepser/7441897 to your computer and use it in GitHub Desktop.
Save gepser/7441897 to your computer and use it in GitHub Desktop.
Estilos simples para formularios formales.
.titulo{/*COLOR: #1848A8;*/COLOR: #142050;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 18px;FONT-STYLE: italic;FONT-WEIGHT: bolder; text-align:center}
.filaTipoImpar{BACKGROUND-COLOR: #EEEEEE; COLOR: black;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 12px;FONT-STYLE: normal;FONT-WEIGHT: normal}
.filaTipoPar{BACKGROUND-COLOR: #E5E5E5;COLOR: #12214d;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 12px;FONT-STYLE: normal;FONT-WEIGHT: normal}
.mensajeError
{
color:#96122e;
font-weight:bold;
font-size:10pt;
text-align:center;
}
.columnaTipoIzq{/*BACKGROUND-COLOR: #00478D;*/BACKGROUND-COLOR: #142050;/*COLOR: white;*/COLOR:#e78d22;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 11px;FONT-STYLE: normal;FONT-WEIGHT: bold}
.columnaTipoDer{BACKGROUND-COLOR:#E5E5E5;COLOR: #576273;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 12px}
.areatxt
{
COLOR: #01406d;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-STYLE: normal;
FONT-WEIGHT: bold
}
.filaTipo3{/*BACKGROUND-COLOR: #1848a8;*/BACKGROUND-COLOR: #142050;COLOR: white;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 11px;FONT-STYLE: normal;FONT-WEIGHT: bold}
body, table, td, p, select, div, input
{FONT-SIZE: 8pt;FONT-FAMILY: Verdana, Arial, Tahoma;}
A:link
{
COLOR: #01406d;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:visited
{
COLOR: #01406d;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:hover
{
COLOR: #999999;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:active
{
COLOR: #01406d;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment