Browse Source

Update 'LogBot/stylesheets/opentap.css'

master
mb 3 years ago
parent
commit
6a9a34f295
  1. 57
      LogBot/stylesheets/opentap.css

57
LogBot/stylesheets/opentap.css

@ -1,37 +1,7 @@
/*
Save this pad as opentap.css in the LogBot/stylesheets/ folder:
$ while true; do curl https://pad.vvvvvvaria.org/opentap/export/txt > opentap.css && sleep 10; done
*/
@page{
size: A3;
orientation: portrait;
body{
margin: 10mm;
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;
}
}
h1{
width: 100%;
@ -58,4 +28,29 @@ h1{
span {
display: none;
}
@page{
size: A3;
orientation: portrait;
@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