Browse Source

Update 'LogBot/stylesheets/opentap.css'

master
mb 4 years ago
parent
commit
5eaea2260a
  1. 57
      LogBot/stylesheets/opentap.css

57
LogBot/stylesheets/opentap.css

@ -1,3 +1,31 @@
@page {
size: A3 portrait;
margin: 5mm;
color: red;
@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;
}
}
body{
margin: 10mm;
background-color: white;
@ -21,38 +49,9 @@ h1{
max-width: 50mm;
transform: rotate(5deg);
}
@media print{
p.key,
hr,
span,
h1 {
display: none;
}
@page {
size: A3 portrait;
margin: 5mm;
@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;
}
}
}
Loading…
Cancel
Save