Update 'LogBot/stylesheets/opentap.css'

This commit is contained in:
mb 2021-04-23 17:49:03 +02:00
parent f93ca4c192
commit 6a9a34f295

View File

@ -1,37 +1,7 @@
/* body{
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;
margin: 10mm; margin: 10mm;
background-color: white; background-color: white;
color: black; 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{ h1{
width: 100%; width: 100%;
@ -58,4 +28,29 @@ h1{
span { span {
display: none; 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;
}
}
} }