adapt print layout

This commit is contained in:
2026-02-18 11:55:49 +01:00
parent 461bc177f5
commit cf0ffe8744
2 changed files with 7 additions and 8 deletions

View File

@@ -120,9 +120,9 @@
<p>Designed a test device for connecting to and testing ticket printer hardware for buses, including <em>circuit design</em>, layouting, mechanical design and industrialisation.</p> <p>Designed a test device for connecting to and testing ticket printer hardware for buses, including <em>circuit design</em>, layouting, mechanical design and industrialisation.</p>
</div> </div>
<div class="section-spacer"></div> <div class="section-spacer" style="height: 50pt; clear: both;"></div>
<h2>Education</h2>
<div class="block"> <div class="block">
<h2>Education</h2><!-- deliberately here, forces h2 on new page -->
<h3><span class="t">MSc Informatics, The University of Edinburgh</span> <span></span class="d">(2014&NoBreak;&ndash;&NoBreak;2015)</span></h3> <h3><span class="t">MSc Informatics, The University of Edinburgh</span> <span></span class="d">(2014&NoBreak;&ndash;&NoBreak;2015)</span></h3>
<p><em>Specialism: Learning from Data</em></p> <p><em>Specialism: Learning from Data</em></p>
<div class="left-hang"> <div class="left-hang">
@@ -161,8 +161,7 @@
</div> </div>
<div class="block"> <div class="block">
<h3><span class="t">Automatisiertes Verfahren zur Dokumentation eines Verstoßes gegen die Straßenverordnung "Einfahrt verboten"</span></h3> <h3><span class="t">Automatisiertes Verfahren zur Dokumentation eines Verstoßes gegen die Straßenverordnung "Einfahrt verboten"</span></h3>
<p>(Automatic method for documenting offences against the traffic regulation "No entry")</p> <p>(Automatic method for documenting offences against the traffic regulation "No entry"). Madl, F., Madl. T, & Madl, D. (2014). Austrian utility patent: GM 8061/2013.</p>
<p>Madl, F., Madl. T, & Madl, D. (2014). Austrian utility patent: GM 8061/2013.</p>
</div> </div>
</div> </div>
</body> </body>

View File

@@ -5,12 +5,12 @@
@media print { @media print {
@page { @page {
margin: 2.5cm 0cm; margin: 2cm 0cm;
@top-left { @top-left {
font-size: 10pt; font-size: 10pt;
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 2.5cm; background-size: 6.7cm 2cm;
background-position: top left; background-position: top left;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 7.7cm; padding-left: 7.7cm;
@@ -20,7 +20,7 @@
@bottom-left { @bottom-left {
font-size: 10pt; font-size: 10pt;
background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229));
background-size: 6.7cm 2.5cm; background-size: 6.7cm 2cm;
background-position: top left; background-position: top left;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 7.7cm; padding-left: 7.7cm;
@@ -61,7 +61,7 @@ ul {
#right-panel { #right-panel {
margin-left: 6.7cm; margin-left: 6.7cm;
padding: 2.5cm 1cm; padding: 2cm 1cm;
} }
@media print { @media print {