Created
September 27, 2018 10:02
-
-
Save cuchac/63952b07b7ae75bfb857cd9fd7d58cff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
</head> | |
<body> | |
<style type="text/css" media="all"> | |
@media print { | |
@page { | |
margin: 0 !important; | |
padding: 0; | |
} | |
.stitek { | |
float: none !important; | |
border: none !important; | |
} | |
} | |
body { | |
margin: 0; | |
padding: 0; | |
color: black; | |
} | |
.stitek { | |
width: 68mm; | |
height: 38mm; | |
box-sizing: border-box; | |
page-break-after: always; | |
border: dimgrey dashed 1px; | |
overflow: hidden; | |
position: relative; | |
background-color: white; | |
} | |
.title { | |
padding: 2px 2px 2px 4px; | |
font-weight: bold; | |
} | |
.variation_title { | |
padding: 2px 2px 2px 4px; | |
font-size: 12px; | |
} | |
.price { | |
position: absolute; | |
right: 2mm; | |
bottom: 2mm; | |
} | |
.price td { | |
padding: 0px 3px; | |
vertical-align: baseline; | |
} | |
.price td:first-child { | |
text-align: right; | |
font-weight: bold; | |
} | |
.price td.price_sDPH { | |
font-size: 24px; | |
} | |
.price td.price_bezDPH { | |
font-size: 18px; | |
} | |
</style> | |
<div class="stitek"> | |
<div class="title"> | |
CALEFFI ventil redukční s tlakoměrem 1" | |
</div> | |
<div class="variation_title"> | |
</div> | |
<div class="price"> | |
<table> | |
<tr><td class="price_sDPH">3 505 Kč</td><td>s DPH</td></tr> | |
<tr><td class="price_bezDPH">2 897 Kč</td><td>bez DPH</td></tr> | |
</table> | |
</div> | |
</div> | |
<div class="stitek"> | |
<div class="title"> | |
CALEFFI ventil redukční s tlakoměrem 3/4" | |
</div> | |
<div class="variation_title"> | |
</div> | |
<div class="price"> | |
<table> | |
<tr><td class="price_sDPH">3 135 Kč</td><td>s DPH</td></tr> | |
<tr><td class="price_bezDPH">2 591 Kč</td><td>bez DPH</td></tr> | |
</table> | |
</div> | |
</div> | |
<div class="stitek"> | |
<div class="title"> | |
CALEFFI ventil redukční 5332 1/2 | |
</div> | |
<div class="variation_title"> | |
</div> | |
<div class="price"> | |
<table> | |
<tr><td class="price_sDPH">921 Kč</td><td>s DPH</td></tr> | |
<tr><td class="price_bezDPH">761 Kč</td><td>bez DPH</td></tr> | |
</table> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment