Browse Source

Update 'LogBot/stylesheets/opentap.css'

master
mb 3 years ago
parent
commit
5eaea2260a
  1. 67
      LogBot/stylesheets/opentap.css

67
LogBot/stylesheets/opentap.css

@ -1,39 +1,9 @@
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 {
@page {
size: A3 portrait;
margin: 5mm;
color: red;
@top-left{
@top-left{
content: "VARIA's OPEN TAB";
font-family: monospace;
font-size: 10pt;
@ -54,5 +24,34 @@ h1{
font-size: 10pt;
}
}
}
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;
}
Loading…
Cancel
Save