2023-09-27 20:09:30 +02:00
|
|
|
.chapter-opening {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
page-break-after: always;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.chapter-opening-header {
|
|
|
|
margin: 0 5mm;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
.chapter-number {
|
|
|
|
font-size: 144pt;
|
|
|
|
line-height: 0.75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chapter-opening-title {
|
2023-10-13 16:48:44 +02:00
|
|
|
margin-left: 12mm;
|
2023-09-27 20:09:30 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-end;
|
2023-10-13 16:48:44 +02:00
|
|
|
justify-content: space-between;
|
2023-09-27 20:09:30 +02:00
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 21pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0.25rem 0;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2023-12-13 22:30:51 +01:00
|
|
|
|
2023-12-14 10:34:27 +01:00
|
|
|
.chapter-opening-quote-source {
|
|
|
|
p {
|
2023-12-13 22:30:51 +01:00
|
|
|
font-style: normal;
|
|
|
|
}
|
2023-12-09 01:13:06 +01:00
|
|
|
}
|
2024-02-11 03:52:08 +01:00
|
|
|
|
|
|
|
.chapter-opening-quote-long {
|
2024-02-12 06:11:18 +01:00
|
|
|
p {
|
|
|
|
font-size: 7pt;
|
2024-02-11 03:52:08 +01:00
|
|
|
}
|
|
|
|
}
|
2023-09-27 20:09:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chapter-opening-figure {
|
2023-10-19 08:20:49 +02:00
|
|
|
h3 {
|
|
|
|
margin: 12pt 5mm 6pt;
|
2024-02-12 06:11:18 +01:00
|
|
|
font-size: 7pt;
|
2024-02-12 15:28:18 +01:00
|
|
|
color: #666666;
|
2023-10-19 08:20:49 +02:00
|
|
|
}
|
|
|
|
|
2023-09-27 20:09:30 +02:00
|
|
|
p {
|
2023-10-19 08:20:49 +02:00
|
|
|
margin: 6pt 5mm;
|
|
|
|
font-size: 7pt;
|
|
|
|
line-height: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.caption {
|
|
|
|
font-size: 6pt;
|
|
|
|
font-style: italic;
|
2023-09-27 20:09:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|