adding print stylesheet to logbot's float css (testing a open tap print edition)

This commit is contained in:
mb 2021-04-17 15:08:37 +02:00
parent fbccd8e88a
commit aacd5d2023

View File

@ -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;
}
}