0
1
Fork 0
hedera-web-mindshore/web/reports/shelves/style.css

107 lines
1.1 KiB
CSS
Raw Normal View History

2015-10-21 23:34:35 +00:00
/* Shelves */
2015-10-21 23:34:35 +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;
2015-10-24 21:05:17 +00:00
border-top: 2px solid black;
2015-10-21 23:34:35 +00:00
box-sizing: border-box;
}
2015-10-24 21:05:17 +00:00
.edge
{
width: 0;
}
2015-10-21 23:34:35 +00:00
.box
{
position: absolute;
border: 1px solid black;
2015-10-24 21:05:17 +00:00
border-bottom: 0;
box-sizing: border-box;
2015-10-21 23:34:35 +00:00
}
2015-10-23 23:41:11 +00:00
.box .box-label
2015-10-21 23:34:35 +00:00
{
2015-10-23 23:41:11 +00:00
text-align: left;
font-size: 55%;
word-wrap: break-word;
2015-10-24 21:05:17 +00:00
box-sizing: border-box;
padding: 4%;
2015-10-23 23:41:11 +00:00
}
.box .packing
{
2015-10-24 21:05:17 +00:00
margin-left: 4%;
2015-10-23 23:41:11 +00:00
display: block;
float: right;
2015-10-24 21:05:17 +00:00
font-size: 140%;
2015-10-21 23:34:35 +00:00
}
.color0
{
2015-10-24 21:05:17 +00:00
background-color: #FDD !important;
2015-10-21 23:34:35 +00:00
}
.color1
{
2015-10-24 21:05:17 +00:00
background-color: #DFD !important;
2015-10-21 23:34:35 +00:00
}
.color2
{
2015-10-24 21:05:17 +00:00
background-color: #DDF !important;
2015-10-21 23:34:35 +00:00
}
.color3
{
background-color: #DFF !important;
}
.color4
2015-10-21 23:34:35 +00:00
{
2015-10-24 21:05:17 +00:00
background-color: #FDF !important;
2015-10-21 23:34:35 +00:00
}
.color5
{
background-color: #FFD !important;
}
/* Remaining amounts*/
ul
{
list-style-type: none;
}
li *
{
font-size: 6mm;
2015-10-22 15:51:35 +00:00
line-height: 12mm;
}
.item
{
display: inline-block;
width: 100mm;
}
.amount
{
2015-10-22 15:51:35 +00:00
color: #666;
width: 10mm;
text-align: right;
padding-right: 1mm;
}