2026-03-04 10:52:07 +01:00
|
|
|
.chapter p{
|
|
|
|
|
text-align: justify;
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
hyphenate-limit-chars: 8 3;
|
|
|
|
|
position: relative;
|
|
|
|
|
orphans: 2;
|
|
|
|
|
hyphens: 2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container-following-note + p,
|
|
|
|
|
p + p{
|
|
|
|
|
text-indent: 30%;
|
|
|
|
|
position: relative;
|
2026-03-04 13:53:24 +01:00
|
|
|
/* text-indent: -6ch; */
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-04 13:53:24 +01:00
|
|
|
|
|
|
|
|
|
2026-03-04 10:52:07 +01:00
|
|
|
h4{
|
|
|
|
|
border: var(--border-grey);
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote p{
|
|
|
|
|
/* font-family: var(--mono); */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote{
|
|
|
|
|
padding-left: 3ch;
|
|
|
|
|
/* font-style: italic; */
|
|
|
|
|
|
2026-03-04 13:53:24 +01:00
|
|
|
margin-top: calc(var(--baseline)*0.5);
|
2026-03-04 10:52:07 +01:00
|
|
|
margin-bottom: calc(var(--baseline)*0.5);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote::before{
|
|
|
|
|
content: "> > > > > > > > > >";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 1ch;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-family: var(--mono);
|
|
|
|
|
font-size: var(--fs-nav);
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chapter > :first-child{
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pagedjs_area{
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|