diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index b0edb73..bc67f8c 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -10,8 +10,25 @@ IT IS SAVED AS open-tap.pdf @page{ @top-left{ - content: "TEST"; - } + 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; + } } }