2026-03-16 23:29:25 +01:00
|
|
|
|
2026-03-04 10:52:07 +01:00
|
|
|
|
2026-03-16 21:28:54 +01:00
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
.chapter-header {
|
|
|
|
|
position: relative;
|
2026-03-16 21:28:54 +01:00
|
|
|
|
|
|
|
|
/* break-after: page; */
|
|
|
|
|
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
|
2026-03-16 21:28:54 +01:00
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .hgroup {
|
2026-03-16 21:28:54 +01:00
|
|
|
font-size: 22px;
|
2026-03-15 11:09:25 +01:00
|
|
|
line-height: 1;
|
2026-03-16 21:28:54 +01:00
|
|
|
font-weight: normal;
|
2026-03-16 23:29:25 +01:00
|
|
|
/* margin-top: calc(var(--baseline)*2);*/
|
|
|
|
|
position: relative;
|
2026-03-17 15:59:47 +01:00
|
|
|
top: calc(var(--baseline)*-0.25 - 2px);
|
|
|
|
|
margin-bottom: calc(var(--baseline)*3 + 13px);
|
2026-03-16 23:29:25 +01:00
|
|
|
padding-right: calc(var(--unit)*2);
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 15px;
|
2026-03-16 21:28:54 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .hgroup::before {
|
|
|
|
|
content: "***************************************************************************************************************************************************************************************************************************************************************************************************************************************************";
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc(100% + 1ch);
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0px;
|
|
|
|
|
z-index: -1;
|
2026-03-16 21:28:54 +01:00
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
font-size: var(--sign-size);
|
|
|
|
|
color: var(--sign-color);
|
|
|
|
|
letter-spacing: var(--sign-spacing);
|
|
|
|
|
font-family: var(--sign-family);
|
|
|
|
|
line-height: calc(var(--sign-baseline)*1.5);
|
|
|
|
|
overflow-wrap: anywhere;
|
|
|
|
|
/* padding-top: 6px; */
|
2026-03-16 21:28:54 +01:00
|
|
|
}
|
2026-03-15 11:09:25 +01:00
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .type {
|
2026-03-16 21:28:54 +01:00
|
|
|
display: none;
|
2026-03-16 23:29:25 +01:00
|
|
|
|
|
|
|
|
|
2026-03-16 21:28:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .hgroup h2 {
|
|
|
|
|
font-family: 'Teletext';
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
line-height: calc(var(--sign-baseline)*1.5);
|
|
|
|
|
display: inline;
|
|
|
|
|
box-sizing: border-box;
|
2026-03-16 21:28:54 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .hgroup h2 span {
|
2026-03-16 21:28:54 +01:00
|
|
|
color: white;
|
|
|
|
|
padding-left: 0.25ch;
|
|
|
|
|
padding-right: 0.25ch;
|
|
|
|
|
box-decoration-break: clone;
|
2026-03-17 15:20:44 +01:00
|
|
|
background-color: var(--sign-color);
|
2026-03-16 23:29:25 +01:00
|
|
|
padding: 1px 0.25ch;
|
|
|
|
|
text-transform: uppercase;
|
2026-03-16 21:28:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .author span {
|
|
|
|
|
font-family: 'Teletext';
|
2026-03-17 15:20:44 +01:00
|
|
|
color: var(--sign-color);
|
2026-03-16 23:29:25 +01:00
|
|
|
margin-top: calc(var(--baseline)*1.5);
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
background-color: white;
|
|
|
|
|
display: inline-block;
|
2026-03-16 21:28:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .author::before {
|
2026-03-15 11:09:25 +01:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-04 10:52:07 +01:00
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .bio {
|
2026-03-04 10:52:07 +01:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.hgroup-before,
|
|
|
|
|
.hgroup-after,
|
|
|
|
|
.chapter-header .title-before,
|
|
|
|
|
.chapter-header .title-after {
|
|
|
|
|
font-size: var(--sign-size);
|
|
|
|
|
color: var(--sign-color);
|
|
|
|
|
letter-spacing: var(--sign-spacing);
|
|
|
|
|
font-family: var(--sign-family);
|
|
|
|
|
line-height: calc(var(--sign-baseline)*1);
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .title-before,
|
|
|
|
|
.chapter-header .title-after{
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .title-before {
|
|
|
|
|
top: calc(var(--baseline)*-1.25);
|
|
|
|
|
}
|
2026-03-04 10:52:07 +01:00
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.chapter-header .title-after {
|
2026-03-17 15:59:47 +01:00
|
|
|
bottom: calc(var(--baseline)*-1.5 + 1px);
|
2026-03-16 23:29:25 +01:00
|
|
|
}
|
2026-03-04 10:52:07 +01:00
|
|
|
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.hgroup-before{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: calc(var(--pagedjs-margin-left)*-1);
|
|
|
|
|
padding-left: 19px;
|
2026-03-17 15:59:47 +01:00
|
|
|
top: -47px;
|
2026-03-04 10:52:07 +01:00
|
|
|
}
|
|
|
|
|
|
2026-03-16 23:29:25 +01:00
|
|
|
.hgroup-after{
|
|
|
|
|
position: absolute;
|
2026-03-17 15:59:47 +01:00
|
|
|
bottom: calc(var(--baseline)*-5 - 1px);
|
2026-03-16 23:29:25 +01:00
|
|
|
right: calc(var(--pagedjs-margin-right)*-1);
|
|
|
|
|
text-align: right;
|
2026-03-17 15:31:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* SPECIFIC ----------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
#charlie-aubry .hgroup{
|
2026-03-17 15:59:47 +01:00
|
|
|
top: calc(var(--baseline)*-0.25 - 2px);
|
|
|
|
|
top: -2px;
|
2026-03-17 15:31:57 +01:00
|
|
|
}
|
|
|
|
|
#charlie-aubry .chapter-header .title-before{
|
2026-03-17 15:59:47 +01:00
|
|
|
/* top: calc(var(--baseline)*-1.25); */
|
|
|
|
|
top: calc(var(--baseline)*-1.5);
|
2026-03-17 15:31:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#charlie-aubry .chapter-header .title-after {
|
2026-03-17 15:59:47 +01:00
|
|
|
/* bottom: calc(var(--baseline)*-5 - 1px); */
|
2026-03-17 15:31:57 +01:00
|
|
|
bottom: calc(var(--baseline) * -1.75 + 1px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#charlie-aubry .hgroup-after{
|
2026-03-17 15:59:47 +01:00
|
|
|
bottom: calc(var(--baseline)*-11 - 10px);
|
2026-03-16 23:29:25 +01:00
|
|
|
}
|