Update 'LogBot/stylesheets/opentap.css'

This commit is contained in:
mb 2021-04-23 18:11:38 +02:00
parent d8161133d0
commit 5eaea2260a

View File

@ -1,37 +1,7 @@
body{
margin: 10mm;
background-color: white;
color: black;
}
h1{
width: 100%;
text-align: center;
}
.post{
float: left;
margin: 1.5em 0.75em;
}
.post p.message{
font-size: 12pt;
line-height: 1.5;
width: 100%;
max-width: none;
}
.post p.message img{
max-width: 50mm;
transform: rotate(5deg);
}
@media print{
p.key,
hr,
span,
h1 {
display: none;
}
@page {
size: A3 portrait;
margin: 5mm;
color: red;
@top-left{
content: "VARIA's OPEN TAB";
@ -55,4 +25,33 @@ h1{
}
}
body{
margin: 10mm;
background-color: white;
color: black;
}
h1{
width: 100%;
text-align: center;
}
.post{
float: left;
margin: 1.5em 0.75em;
}
.post p.message{
font-size: 12pt;
line-height: 1.5;
width: 100%;
max-width: none;
}
.post p.message img{
max-width: 50mm;
transform: rotate(5deg);
}
p.key,
hr,
span,
h1 {
display: none;
}