Browse Source

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

master
mb 3 years ago
parent
commit
aacd5d2023
  1. 24
      LogBot/stylesheets/float.css

24
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;
}
}
Loading…
Cancel
Save