fonts.css
1.42 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
/* =======================================================================
* Styles for components
* ======================================================================= */
.f-bg1 {
font-family: verdana, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000
}
/* ======================================================================= */
/* =======================================================================
* Styles for logical groups. A group is defined by a bounding box "grp*"
* containing one or more header lines "head*" and content-boxes "box*"
* ======================================================================= */
.f-box1 {
font-family: verdana, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000
}
.f-grp-head1 {
font-family: verdana, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #000000
}
.f-grp-head-unset1 {
font-family: verdana, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #484848
}
.f-box-head1 {
font-family: verdana, sans-serif;
font-size: 11pt;
font-weight: normal;
color: #000000
}
/* ======================================================================= */
/* =======================================================================
* Styles for tooltips
* ======================================================================= */
/* ======================================================================= */