2020-06-09 23:44:33 +02:00
|
|
|
[{* fold marks *}]
|
2020-06-11 01:29:04 +02:00
|
|
|
<div class="marks" style="top: 105mm"></div>
|
|
|
|
<div class="marks" style="top: 210mm"></div>
|
2020-06-09 23:44:33 +02:00
|
|
|
|
|
|
|
[{* punch mark *}]
|
2020-06-11 01:29:04 +02:00
|
|
|
<div class="marks" style="top: 148.5mm"></div>
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
.marks {
|
|
|
|
position: absolute;
|
|
|
|
left: 5mm;
|
|
|
|
margin-left: 0;
|
|
|
|
width: 7px;
|
|
|
|
height: 0;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
}
|
|
|
|
</style>
|