Collective PDF rendering environment (work-in-progress)
https://cc.vvvvvvaria.org/wiki/Octomode
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
533 B
35 lines
533 B
@charset "utf-8";
|
|
|
|
@page{
|
|
size: A5;
|
|
margin: 10mm 20mm 25mm 20mm;
|
|
|
|
@bottom-center{
|
|
content: counter(page);
|
|
font-family: monospace;
|
|
}
|
|
}
|
|
body{
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
color: #822b01;
|
|
}
|
|
|
|
/* ------------------------------------ cover */
|
|
|
|
@page:first{
|
|
background-color: #f3c6ff;
|
|
color: #822b01;
|
|
}
|
|
section#cover{
|
|
break-after: always;
|
|
}
|
|
section#cover h1#title{
|
|
font-size: 300%;
|
|
}
|
|
|
|
/* ------------------------------------ main */
|
|
|
|
section#main pre{
|
|
color: magenta;
|
|
}
|