120 lines
1.2 KiB
CSS
120 lines
1.2 KiB
CSS
H1
|
|
{
|
|
font-family: verdana;
|
|
font-size: 15pt;
|
|
color: green;
|
|
}
|
|
|
|
Body
|
|
{
|
|
font-family: verdana;
|
|
font-size: 9pt;
|
|
color: #000000;
|
|
}
|
|
|
|
Td
|
|
{
|
|
font-family: verdana;
|
|
font-size: 9pt;
|
|
color: black;
|
|
}
|
|
|
|
.A
|
|
{
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|
|
|
|
.A:visited {
|
|
color: blue;
|
|
}
|
|
|
|
.A:active {
|
|
color: navy;
|
|
}
|
|
|
|
.fonte_pequena_cor1
|
|
{
|
|
font-family: verdana;
|
|
font-size: 8pt;
|
|
color: navy;
|
|
}
|
|
|
|
.fonte_pequena_cor2
|
|
{
|
|
font-family: verdana;
|
|
font-size: 8pt;
|
|
color: #000000;
|
|
}
|
|
|
|
.fonte_pequena_cor3
|
|
{
|
|
font-family: verdana;
|
|
font-size: 7pt;
|
|
color: white;
|
|
visited: white;
|
|
active: lightgrey;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.fonte_desabilitado
|
|
{
|
|
font-family: verdana;
|
|
font-size: 8pt;
|
|
color: lightgrey;
|
|
}
|
|
|
|
.fonte_desabilitado_normal
|
|
{
|
|
font-family: verdana;
|
|
font-size: 9pt;
|
|
color: gray;
|
|
}
|
|
|
|
.fonte_menu
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 13;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.fonte_sub_menu
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 11;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
input
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
select
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
button
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.pequeno
|
|
{
|
|
font-family: Verdana;
|
|
font-size: 7pt;
|
|
}
|
|
|