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