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

124 lines
1.5 KiB
CSS
Raw Normal View History

2015-09-22 07:20:47 +00:00
2017-03-30 11:44:53 +00:00
.report .sheet.remaining
{
height: auto;
}
2015-10-23 23:23:19 +00:00
/* Shelves */
2017-03-30 11:44:53 +00:00
.report h1
2015-10-21 23:42:52 +00:00
{
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;
2017-03-30 11:44:53 +00:00
margin-bottom: .4em;
2016-10-04 15:27:49 +00:00
}
2017-03-30 11:44:53 +00:00
.report label.range-label
2016-10-04 15:27:49 +00:00
{
color: #777;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report 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%;
2017-03-30 11:44:53 +00:00
margin-bottom: .2em;
2015-11-05 07:30:19 +00:00
font-weight: normal;
color: #333;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report h1.page-number
2015-10-21 23:42:52 +00:00
{
2017-03-30 11:44:53 +00:00
padding-left: .4em;
2015-10-21 23:42:52 +00:00
float: right;
text-align: right;
}
2017-03-30 11:44:53 +00:00
.report .shelf
2015-10-21 23:42:52 +00:00
{
position: relative;
margin: 0 auto;
2017-03-30 11:44:53 +00:00
padding-top: 1em;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report .edge,
.report .tray
2015-10-21 23:42:52 +00:00
{
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;
}
2017-03-30 11:44:53 +00:00
.report .edge
2015-11-05 07:30:19 +00:00
{
width: 0;
}
2017-03-30 11:44:53 +00:00
.report .box
2015-10-21 23:42:52 +00:00
{
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
}
2017-03-30 11:44:53 +00:00
.report .box-label
2015-10-21 23:42:52 +00:00
{
2017-04-10 15:17:56 +00:00
font-size: .65em;
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%;
}
2017-03-30 11:44:53 +00:00
.report .box-label.id
2016-10-04 15:27:49 +00:00
{
text-align: right;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report .color0
2015-10-21 23:42:52 +00:00
{
2015-11-05 07:30:19 +00:00
background-color: #FDD !important;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report .color1
2015-10-21 23:42:52 +00:00
{
2015-11-05 07:30:19 +00:00
background-color: #DFD !important;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report .color2
2015-10-21 23:42:52 +00:00
{
2015-11-05 07:30:19 +00:00
background-color: #DDF !important;
2015-10-21 23:42:52 +00:00
}
2017-03-30 11:44:53 +00:00
.report .color3
2015-10-21 23:42:52 +00:00
{
2015-11-05 07:30:19 +00:00
background-color: #DFF !important;
}
2017-03-30 11:44:53 +00:00
.report .color4
2015-11-05 07:30:19 +00:00
{
background-color: #FFD !important;
2015-09-22 07:20:47 +00:00
}
2015-10-23 23:23:19 +00:00
/* Remaining amounts*/
2017-03-30 11:44:53 +00:00
.report table
2015-10-23 23:23:19 +00:00
{
list-style-type: none;
2017-03-30 11:44:53 +00:00
padding-left: .5em;
2015-10-23 23:23:19 +00:00
}
2017-03-30 11:44:53 +00:00
.report table td
2015-10-23 23:23:19 +00:00
{
2017-03-30 11:44:53 +00:00
font-size: 2em;
padding: .2em .5em;
2015-11-05 07:30:19 +00:00
}
2017-03-30 11:44:53 +00:00
.report .item-id
2015-11-05 07:30:19 +00:00
{
text-align: right;
2017-03-30 11:44:53 +00:00
width: 1em;
2015-10-23 23:23:19 +00:00
}
2017-03-30 11:44:53 +00:00
.report .item
2015-10-23 23:23:19 +00:00
{
2017-03-30 11:44:53 +00:00
max-width: 10em;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2015-10-23 23:23:19 +00:00
}
2017-03-30 11:44:53 +00:00
.report .amount
2015-10-23 23:23:19 +00:00
{
text-align: right;
2017-03-30 11:44:53 +00:00
width: 1em;
color: #666;
2015-10-23 23:23:19 +00:00
}