Skip to content

Instantly share code, notes, and snippets.

@cuchac
Created September 27, 2018 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuchac/63952b07b7ae75bfb857cd9fd7d58cff to your computer and use it in GitHub Desktop.
Save cuchac/63952b07b7ae75bfb857cd9fd7d58cff to your computer and use it in GitHub Desktop.
<!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&quot;
</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&quot;
</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