Some very old PHP code originally intended to become an image management tool.
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.
 
 
 
 
 
 

21 lines
1.1 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 }
/* ======================================================================= */