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.
 
 
 
 
 
 

58 lines
1.6 KiB

/* =======================================================================
* Styles for components
* ======================================================================= */
.d-bg1 {
padding: 2px
}
/* ======================================================================= */
/* =======================================================================
* Styles for logical groups. A group is defined by a bounding box "grp*"
* containing one or more header lines "head*" and content-boxes "box*"
* ======================================================================= */
.d-grp1 {
padding: 2px;
padding-top: 1px;
padding-bottom: 1px
}
.d-box1 {
padding: 3px;
margin-top: 1px;
margin-bottom: 1px
}
.d-head1 {
padding: 3px;
margin-top: 1px;
margin-bottom: 1px
}
/* ======================================================================= */
/* =======================================================================
* Styles for tooltips
* ======================================================================= */
div.d-tt1 {
border: 1px solid black;
padding: 2px;
visibility: hidden;
z-index: 100
}
ul.d-tt1 {
list-style-type: none;
margin: 0px;
padding: 0px
}
/* ======================================================================= */
/* =======================================================================
* common changes to tag defaults
* ======================================================================= */
form {
padding: 0px;
margin: 0px;
}
td {
padding: 0px;
margin: 0px;
}
/* ======================================================================= */