background-colors.css 1.19 KB
/* =======================================================================
 * 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 }
/* ======================================================================= */