diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 16158e8..2c618e0 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -8,41 +8,40 @@ IT IS SAVED AS open-tap.pdf @media print{ @page{ - size: A3 portrait; - margin: 5mm; - background-color: white; - color: black; + size: A3 portrait; + margin: 5mm; + background-color: white; + color: black; @top-left{ - content: "VARIA's OPEN TAB"; - font-family: monospace; - font-size: 10pt; - } - @top-center{ - content: "Daily encounters with Everyday Technology"; - font-family: monospace; - font-size: 10pt; - } - @bottom-center{ - content: "Dagelijkse ontmoetingen met Alledaagse Technologie"; - font-family: monospace; - font-size: 10pt; - } - @bottom-right{ - content: "VARIA's OPEN TAP"; - font-family: monospace; - font-size: 10pt; - } + content: "VARIA's OPEN TAB"; + font-family: monospace; + font-size: 10pt; + } + @top-center{ + content: "Daily encounters with Everyday Technology"; + font-family: monospace; + font-size: 10pt; + } + @bottom-center{ + content: "Dagelijkse ontmoetingen met Alledaagse Technologie"; + font-family: monospace; + font-size: 10pt; + } + @bottom-right{ + content: "VARIA's OPEN TAP"; + font-family: monospace; + font-size: 10pt; + } } } body{ margin: 10mm; background-color: white; - column-count: 5; + columns: 5 auto; column-gap: 5mm; } - h1{ width: 100%; text-align: center;