2026-02-23 11:35:07 +01:00
|
|
|
.chapter-header{
|
|
|
|
|
// break-after: page;
|
|
|
|
|
margin-bottom: calc(var(--baseline)*6);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header h2 {
|
|
|
|
|
string-set: title content(text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header .author {
|
|
|
|
|
string-set: author content(text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header .type {
|
|
|
|
|
string-set: type content(text);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chapter-header h2{
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
font-family: var(--note);
|
2026-02-23 22:28:14 +01:00
|
|
|
color: var(--blue);
|
|
|
|
|
margin-bottom: calc(var(--baseline)*1);
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: normal;
|
2026-02-23 11:35:07 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chapter-header .type{
|
|
|
|
|
margin-bottom: calc(var(--baseline)*1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header .type,
|
|
|
|
|
.chapter-header .bio{
|
|
|
|
|
font-family: var(--mono);
|
|
|
|
|
// text-align: right;
|
|
|
|
|
hyphens: none;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
left: 0px!important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header .bio{
|
|
|
|
|
margin-top: calc(var(--baseline)*1);
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chapter-header .author{
|
|
|
|
|
left: 0px!important;
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
font-family: var(--note);
|
2026-02-23 22:28:14 +01:00
|
|
|
font-weight: normal;
|
2026-02-23 11:35:07 +01:00
|
|
|
text-align: center;
|
|
|
|
|
// color: var(--green);
|
|
|
|
|
}
|
|
|
|
|
|