From aacd5d202346228257042c345d5feded956c205e Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 17 Apr 2021 15:08:37 +0200 Subject: [PATCH] adding print stylesheet to logbot's float css (testing a open tap print edition) --- LogBot/stylesheets/float.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index e3be607..4715009 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -37,4 +37,28 @@ video { hr{ clear: both; padding: 4em 0 0 0; +} +@media print{ + page{ + size: A3; + orientation: portrait; + margin: 10mm; + background-color: white; + color: black; + } + h1{ + width: 100%; + text-align: center; + } + p.key, + hr, + span{ + display: none; + } + .post p.message{ + font-size: 12pt; + line-height: 1.5; + width: 100%; + max-width: none; + } } \ No newline at end of file