background-colors.css
1.07 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-head1 { background-color: #e5a200 }
/* ======================================================================= */
/* =======================================================================
* Styles for tooltips
* ======================================================================= */
.bgc-tt1 { background-color: #eeeeee }
/* ======================================================================= */