octomode/templates/default.css

35 lines
533 B
CSS
Raw Normal View History

@charset "utf-8";
2022-01-12 21:27:06 +01:00
@page{
size: A5;
margin: 10mm 20mm 25mm 20mm;
@bottom-center{
content: counter(page);
font-family: monospace;
}
2022-01-12 21:27:06 +01:00
}
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%;
2022-10-02 11:40:54 +02:00
}
/* ------------------------------------ main */
section#main pre{
color: magenta;
}