|
|
|
/*
|
|
|
|
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{
|
|
|
|
size: A3 portrait;
|
|
|
|
margin: 5mm;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
@top-left{
|
|
|
|
content: "VARIA's OPEN TAP";
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
@top-center{
|
|
|
|
content: "Daily encounters with Everyday Technology";
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
@bottom-center{
|
|
|
|
content: "Dagelijkse ontmoetingen met Alledaagse Technologie";
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
@bottom-right{
|
|
|
|
content: "VARIA's OPEN TAP";
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
margin: 5mm;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
div#container{
|
|
|
|
columns: 5 auto;
|
|
|
|
column-gap: 5mm;
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|