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

119 lines
1.3 KiB
CSS
Raw Normal View History

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;
2015-11-05 07:30:19 +00:00
font-size: 500%;
2015-10-21 23:42:52 +00:00
margin: 0;
2015-11-05 07:30:19 +00:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2016-10-04 15:27:49 +00:00
margin-bottom: 4mm;
}
label.range-label
{
color: #777;
2015-10-21 23:42:52 +00:00
}
2015-11-05 07:30:19 +00:00
h2.subtitle
2015-10-21 23:42:52 +00:00
{
2015-11-05 07:30:19 +00:00
margin: 0;
2016-10-04 15:27:49 +00:00
font-size: 200%;
margin-bottom: 2mm;
2015-11-05 07:30:19 +00:00
font-weight: normal;
color: #333;
2015-10-21 23:42:52 +00:00
}
h1.page-number
{
2015-11-05 07:30:19 +00:00
padding-left: 4mm;
2015-10-21 23:42:52 +00:00
float: right;
text-align: right;
}
.shelf
{
position: relative;
margin: 0 auto;
2015-11-05 07:30:19 +00:00
padding-top: 10mm;
2015-10-21 23:42:52 +00:00
}
.edge,
.tray
{
position: absolute;
2015-11-05 07:30:19 +00:00
border-top: 2px solid black;
2015-10-21 23:42:52 +00:00
box-sizing: border-box;
}
2015-11-05 07:30:19 +00:00
.edge
{
width: 0;
}
2015-10-21 23:42:52 +00:00
.box
{
position: absolute;
border: 1px solid black;
2015-11-05 07:30:19 +00:00
border-bottom: 0;
box-sizing: border-box;
2015-10-21 23:42:52 +00:00
}
2016-10-04 15:27:49 +00:00
.box-label
2015-10-21 23:42:52 +00:00
{
2016-10-04 15:27:49 +00:00
font-size: 2.55mm;
2015-10-23 23:23:19 +00:00
word-wrap: break-word;
2015-11-05 07:30:19 +00:00
box-sizing: border-box;
2016-10-04 15:27:49 +00:00
padding: 1% 2%;
}
.box-label.id
{
text-align: right;
2015-10-21 23:42:52 +00:00
}
.color0
{
2015-11-05 07:30:19 +00:00
background-color: #FDD !important;
2015-10-21 23:42:52 +00:00
}
.color1
{
2015-11-05 07:30:19 +00:00
background-color: #DFD !important;
2015-10-21 23:42:52 +00:00
}
.color2
{
2015-11-05 07:30:19 +00:00
background-color: #DDF !important;
2015-10-21 23:42:52 +00:00
}
.color3
{
2015-11-05 07:30:19 +00:00
background-color: #DFF !important;
}
.color4
{
background-color: #FFD !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 *
{
2015-11-05 07:30:19 +00:00
font-size: 200%;
line-height: 200%;
}
.item-id
{
display: inline-block;
text-align: right;
margin: 0 5mm;
width: 30mm;
2015-10-23 23:23:19 +00:00
}
.item
{
display: inline-block;
2015-11-05 07:30:19 +00:00
width: 80mm;
2015-10-23 23:23:19 +00:00
}
.amount
{
color: #666;
width: 10mm;
text-align: right;
padding-right: 1mm;
}