Browse Source

Update 'LogBot/stylesheets/opentap.css'

master
mb 3 years ago
parent
commit
538fa3656d
  1. 49
      LogBot/stylesheets/opentap.css

49
LogBot/stylesheets/opentap.css

@ -8,41 +8,40 @@ IT IS SAVED AS open-tap.pdf
@media print{
@page{
size: A3 portrait;
margin: 5mm;
background-color: white;
color: black;
size: A3 portrait;
margin: 5mm;
background-color: white;
color: black;
@top-left{
content: "VARIA's OPEN TAB";
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;
}
content: "VARIA's OPEN TAB";
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: 10mm;
background-color: white;
column-count: 5;
columns: 5 auto;
column-gap: 5mm;
}
h1{
width: 100%;
text-align: center;

Loading…
Cancel
Save