You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
/* =======================================================================
|
|
* 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: 10pt;
|
|
font-weight: bold;
|
|
color: #000000
|
|
}
|
|
.f-box-head1 {
|
|
font-family: verdana, sans-serif;
|
|
font-size: 10pt;
|
|
font-weight: normal;
|
|
color: #000000
|
|
}
|
|
/* ======================================================================= */
|
|
|
|
/* =======================================================================
|
|
* Styles for tooltips
|
|
* ======================================================================= */
|
|
/* ======================================================================= */
|