diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index cba52f4..d46788f 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -1 +1,61 @@ -Too many requests, please try again later. \ No newline at end of file +/* +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; + 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%; + text-align: center; +} +.post{ + float: left; + margin: 1.5em 0.75em; +} +.post p.message{ + font-size: 12pt; + line-height: 1.5; + width: 100%; + max-width: none; +} +.post p.message img{ + max-width: 50mm; + transform: rotate(5deg); +} + +@media print{ +p.key, +hr, +span { +display: none; +} +} \ No newline at end of file