Update 'LogBot/stylesheets/opentap.css'
This commit is contained in:
parent
d8161133d0
commit
5eaea2260a
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
p.key,
|
||||
hr,
|
||||
span,
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user