2015-09-22 07:20:47 +00:00
|
|
|
|
2015-10-23 23:23:19 +00:00
|
|
|
/* Shelves */
|
|
|
|
|
2015-10-21 23:42:52 +00:00
|
|
|
h1
|
|
|
|
{
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 15mm;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
h1.title
|
|
|
|
{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
h1.page-number
|
|
|
|
{
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.shelf
|
|
|
|
{
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-top: 40mm;
|
|
|
|
}
|
|
|
|
.edge,
|
|
|
|
.tray
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid black;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.box
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid black;
|
2015-10-23 23:23:19 +00:00
|
|
|
padding: .8mm;
|
|
|
|
box-sizing: padding-box;
|
2015-10-21 23:42:52 +00:00
|
|
|
}
|
2015-10-23 23:23:19 +00:00
|
|
|
.box .box-label
|
2015-10-21 23:42:52 +00:00
|
|
|
{
|
2015-10-23 23:23:19 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 55%;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
.box .packing
|
|
|
|
{
|
|
|
|
margin: 3%;
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
font-size: 80%;
|
2015-10-21 23:42:52 +00:00
|
|
|
}
|
|
|
|
.color0
|
|
|
|
{
|
|
|
|
background-color: #ECC !important;
|
|
|
|
}
|
|
|
|
.color1
|
|
|
|
{
|
|
|
|
background-color: #CEC !important;
|
|
|
|
}
|
|
|
|
.color2
|
|
|
|
{
|
|
|
|
background-color: #CCE !important;
|
|
|
|
}
|
|
|
|
.color3
|
|
|
|
{
|
|
|
|
background-color: #ECE !important;
|
2015-09-22 07:20:47 +00:00
|
|
|
}
|
2015-10-23 23:23:19 +00:00
|
|
|
|
|
|
|
/* Remaining amounts*/
|
|
|
|
|
|
|
|
ul
|
|
|
|
{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
li *
|
|
|
|
{
|
|
|
|
font-size: 6mm;
|
|
|
|
line-height: 12mm;
|
|
|
|
}
|
|
|
|
.item
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
width: 100mm;
|
|
|
|
}
|
|
|
|
.amount
|
|
|
|
{
|
|
|
|
color: #666;
|
|
|
|
width: 10mm;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 1mm;
|
|
|
|
}
|
|
|
|
|