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.
 
 
 
 

57 lines
1.1 KiB

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;
@top-left {
content: "VARIAs OPEN TAPs";
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: "VARIAs OPEN TAP";
font-family: monospace;
font-size: 10pt;
}
}
}