From 5eaea2260a66e04b483217535991a4848492c7d2 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 23 Apr 2021 18:11:38 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 67 +++++++++++++++++----------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 7cd64d7..97009ff 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -1,39 +1,9 @@ -body{ - margin: 10mm; - background-color: white; - color: black; -} -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, - h1 { - display: none; - } - @page { +@page { size: A3 portrait; margin: 5mm; + color: red; - @top-left{ + @top-left{ content: "VARIA's OPEN TAB"; font-family: monospace; font-size: 10pt; @@ -54,5 +24,34 @@ h1{ font-size: 10pt; } - } +} + +body{ + margin: 10mm; + background-color: white; + color: black; +} +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); +} +p.key, +hr, +span, +h1 { + display: none; } \ No newline at end of file