2022-02-17 16:50:47 +01:00
|
|
|
@charset "utf-8";
|
|
|
|
|
2022-01-12 21:27:06 +01:00
|
|
|
@page{
|
2022-02-17 16:50:47 +01:00
|
|
|
size: A5;
|
2022-10-30 22:27:01 +01:00
|
|
|
margin: 10mm 20mm 25mm 20mm;
|
|
|
|
|
|
|
|
@bottom-center{
|
|
|
|
content: counter(page);
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
2022-01-12 21:27:06 +01:00
|
|
|
}
|
2022-02-17 16:50:47 +01:00
|
|
|
body{
|
2022-10-30 22:27:01 +01:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #822b01;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ------------------------------------ cover */
|
|
|
|
|
|
|
|
@page:first{
|
|
|
|
background-color: #f3c6ff;
|
|
|
|
color: #822b01;
|
2022-02-17 16:50:47 +01:00
|
|
|
}
|
|
|
|
section#cover{
|
2022-10-30 22:27:01 +01:00
|
|
|
break-after: always;
|
|
|
|
}
|
|
|
|
section#cover h1#title{
|
|
|
|
font-size: 300%;
|
2022-10-02 11:40:54 +02:00
|
|
|
}
|
2022-10-30 22:27:01 +01:00
|
|
|
|
|
|
|
/* ------------------------------------ main */
|
|
|
|
|
|
|
|
section#main pre{
|
|
|
|
color: magenta;
|
|
|
|
}
|