From 6a9a34f2953303d5d940c169feaed8b4164bd44f Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 23 Apr 2021 17:49:03 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 57 ++++++++++++++++------------------ 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 57a702b..d34457d 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -1,37 +1,7 @@ -/* -Save this pad as opentap.css in the LogBot/stylesheets/ folder: - -$ while true; do curl https://pad.vvvvvvaria.org/opentap/export/txt > opentap.css && sleep 10; done - -*/ - -@page{ - size: A3; - orientation: portrait; +body{ margin: 10mm; 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; - } } h1{ width: 100%; @@ -58,4 +28,29 @@ h1{ span { display: none; } + @page{ + size: A3; + orientation: portrait; + + @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