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.
22 lines
1.2 KiB
22 lines
1.2 KiB
/* =======================================================================
|
|
* Styles for components
|
|
* ======================================================================= */
|
|
.bgc-bg1 { background-color: #888888 }
|
|
/* ======================================================================= */
|
|
|
|
/* =======================================================================
|
|
* Styles for logical groups. A group is defined by a bounding box "grp*"
|
|
* containing one or more header lines "head*" and content-boxes "box*"
|
|
* ======================================================================= */
|
|
.bgc-grp1 { background-color: #aaaaaa }
|
|
.bgc-box1 { background-color: #ffb400 }
|
|
.bgc-grp-head1 { background-color: #e5a200 }
|
|
.bgc-box-head1 { background-color: #ffc434 }
|
|
/* ======================================================================= */
|
|
|
|
/* =======================================================================
|
|
* Styles for tooltips
|
|
* ======================================================================= */
|
|
.bgc-tt1 { background-color: #eeeeee }
|
|
.bgc-tt1-selItem { background-color: #ffc434 }
|
|
/* ======================================================================= */
|