8
0
Fork 0
pdfdokumente/Application/views/tpl/documents/inc/din5008.tpl

17 Zeilen
376 B
Smarty

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>