forked from varia/bots
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{
|
body{
|
||||||
margin: 10mm;
|
margin: 10mm;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -21,38 +49,9 @@ h1{
|
|||||||
max-width: 50mm;
|
max-width: 50mm;
|
||||||
transform: rotate(5deg);
|
transform: rotate(5deg);
|
||||||
}
|
}
|
||||||
|
p.key,
|
||||||
@media print{
|
hr,
|
||||||
p.key,
|
span,
|
||||||
hr,
|
h1 {
|
||||||
span,
|
display: none;
|
||||||
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…
Reference in New Issue
Block a user