A place for all our bot adventures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

45 lines
670 B

/*
GENERATE THE OPEN TAP PDF WITH THE FOLLOWING COMMAND:
$ weasyprint https://vvvvvvaria.org/logs/opentap/ -s https://vvvvvvaria.org/logs/opentap/stylesheet.css open-tap.pdf
IT IS SAVED AS open-tap.pdf
*/
@media print{
@page{
@top-left{
content: "TEST";
}
}
}
body{
margin: 10mm;
background-color: white;
}
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;
}