code from amapei
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
body
|
||||
{
|
||||
font-family:'Arial';
|
||||
font-size:12px;
|
||||
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
|
||||
&.table td{
|
||||
|
||||
border:solid 1px #CCC;
|
||||
|
||||
}
|
||||
|
||||
tr td,th{
|
||||
margin:1px;
|
||||
padding:4px;
|
||||
vertical-align:top;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
td.total{
|
||||
font-weight:bold;
|
||||
border-top: 2px solid #CCC;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
tr.name td{
|
||||
border-top:1px solid #000;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-bottom:20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
@media print {
|
||||
hr {
|
||||
page-break-after: always;
|
||||
border: 0px #FFF;
|
||||
}
|
||||
|
||||
.hidden{
|
||||
display:none;
|
||||
}
|
||||
|
||||
}
|
||||
@media screen {
|
||||
hr{
|
||||
border: 4px #DDD;
|
||||
border-style: dashed;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user