Update 'LogBot/stylesheets/opentap.css'
This commit is contained in:
parent
5204c83af4
commit
538fa3656d
@ -8,41 +8,40 @@ IT IS SAVED AS open-tap.pdf
|
|||||||
|
|
||||||
@media print{
|
@media print{
|
||||||
@page{
|
@page{
|
||||||
size: A3 portrait;
|
size: A3 portrait;
|
||||||
margin: 5mm;
|
margin: 5mm;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
@top-left{
|
@top-left{
|
||||||
content: "VARIA's OPEN TAB";
|
content: "VARIA's OPEN TAB";
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@top-center{
|
@top-center{
|
||||||
content: "Daily encounters with Everyday Technology";
|
content: "Daily encounters with Everyday Technology";
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@bottom-center{
|
@bottom-center{
|
||||||
content: "Dagelijkse ontmoetingen met Alledaagse Technologie";
|
content: "Dagelijkse ontmoetingen met Alledaagse Technologie";
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
@bottom-right{
|
@bottom-right{
|
||||||
content: "VARIA's OPEN TAP";
|
content: "VARIA's OPEN TAP";
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
margin: 10mm;
|
margin: 10mm;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
column-count: 5;
|
columns: 5 auto;
|
||||||
column-gap: 5mm;
|
column-gap: 5mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user