boleto.css
1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body {
font-family: Arial, Helvetica, sans-serif;
border: 0px 0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.titGuia {
font-size: 11px;
text-transform: uppercase;
}
.titUnder {
font-size: 9px;
text-transform: uppercase;
}
.style1 {
font-size: 14;
font-weight: bold;
}
.style2 {
font-size: x-large
}
.caixaTxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
.subTit {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}
.linhaDigi {
font-size: 14px;
}
font {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.fontBold {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
a {
color: #3366CC;
text-decoration: none;
}
a:link, a:visited {
color: #333333; font-weight: bold
}
a:hover {
color: #FFFFFF;
background: #999999;
font-weight: bold;
}
input {
background-color: #f1f1f1;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: lighter;
text-transform: none;
}
select {
background-color: f1f1f1;
}
textarea {
background-color: f1f1f1;
}.mnu {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
text-transform: uppercase;
text-decoration: underline;
}
.{
scrollbar-arrow-color:#666666;
scrollbar-base-color:#F1F1F1;
scrollbar-face-color:#F1F1F1;
scrollbar-highlight:#F1F1F1;
scrollbar-shadow-color:#666666;
}
input {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
background-color: f1f1f1;
}