hedera-web/js/hedera/report.css

121 lines
1.5 KiB
CSS
Raw Normal View History

2015-10-21 23:34:35 +00:00
@font-face
{
font-family: 'Roboto';
src: url('roboto.ttf') format('truetype');
2015-10-21 23:34:35 +00:00
}
@media print
{
body
{
-webkit-print-color-adjust: exact;
}
.sheet
{
width: 100%;
page-break-after: always;
}
#topbar
2015-10-21 23:34:35 +00:00
{
display: none;
}
}
@media screen
{
body
{
background-color: #EEE;
padding-top: 3.9em;
2015-10-21 23:34:35 +00:00
}
.sheet
{
width: 210mm;
height: 297mm;
background-color: white;
margin: 10mm auto;
box-shadow: 0 1mm 1mm #CCC;
2015-10-28 07:19:17 +00:00
padding: 20mm;
2015-10-21 23:34:35 +00:00
}
#topbar
2015-10-21 23:42:52 +00:00
{
position: fixed;
top: 0;
left: 0;
right: 0;
height: 4em;
2015-10-21 23:42:52 +00:00
background-color: #009688;
z-index: 100;
box-shadow: 0 .1em .1em #AAA;
}
#topbar > button
{
float: right;
background-color: transparent;
2015-10-21 23:42:52 +00:00
color: white;
2015-11-05 07:30:19 +00:00
padding: .4em;
2015-10-21 23:42:52 +00:00
z-index: 100;
border: none;
cursor: pointer;
font-size: 1.15em;
height: 100%;
padding: 0 1em;
2015-10-21 23:42:52 +00:00
}
#topbar > button:hover
2015-10-21 23:42:52 +00:00
{
background-color: rgba(1, 1, 1, 0.2);
2015-10-21 23:34:35 +00:00
}
}
*
{
font-family: 'Roboto';
2015-10-21 23:34:35 +00:00
}
body
{
position: relative;
margin: 0;
width: 100%;
z-index: -2;
}
.sheet
{
position: relative;
overflow: hidden;
box-sizing: padding-box;
/* page-break-after: always;*/
}
/* Widgets */
.htk-grid
{
border-collapse: collapse;
width: 100%;
margin: 0 auto;
padding: 0;
}
.htk-grid > thead > tr
{
border-bottom: 1px solid #333;
height: 10mm;
}
.htk-grid > thead th
{
text-align: left;
font-weight: normal;
}
.htk-grid tr
{
height: 2em;
}
.htk-grid > thead th,
.htk-grid td
{
padding-left: 3mm;
}
.htk-grid .cell-spin
{
text-align: right;
}