adding print stylesheet to logbot's float css (testing a open tap print edition)
This commit is contained in:
parent
fbccd8e88a
commit
aacd5d2023
@ -37,4 +37,28 @@ video {
|
|||||||
hr{
|
hr{
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 4em 0 0 0;
|
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…
Reference in New Issue
Block a user