From d8161133d08052d3cc8bb7e488ce5a632c289feb Mon Sep 17 00:00:00 2001 From: alicestrt Date: Fri, 23 Apr 2021 18:10:28 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 9e49b41..7cd64d7 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -33,11 +33,26 @@ h1{ size: A3 portrait; margin: 5mm; - @top-center { - content: counter(page); - font-family: monospace; - font-size: 10pt; - } + @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; + } } } \ No newline at end of file