test slash et entrée de chapitres

This commit is contained in:
sarahgarcin1 2026-03-24 02:34:20 +01:00
parent 54ce5faf08
commit 221d5abf9a
8 changed files with 116 additions and 49 deletions

View file

@ -188,12 +188,12 @@ blockquote p::before{
position: relative;
top: calc(var(--baseline)*-0.25 - 2px);
margin-bottom: calc(var(--baseline)*3 + 13px);
padding-right: calc(var(--unit)*2);
/*padding-right: calc(var(--unit)*2);*/
position: relative;
padding-left: 15px;
}
.chapter-header .hgroup::before {
/*.chapter-header .hgroup::before {
content: "***************************************************************************************************************************************************************************************************************************************************************************************************************************************************";
display: block;
width: calc(100% + 1ch);
@ -211,7 +211,7 @@ blockquote p::before{
font-family: var(--sign-family);
line-height: calc(var(--sign-baseline)*1.5);
overflow-wrap: anywhere;
}
}*/
.chapter-header .type {
display: none;
@ -223,26 +223,33 @@ blockquote p::before{
font-weight: normal;
font-size: 1em;
line-height: calc(var(--sign-baseline)*1.5);
display: inline;
/*display: inline;*/
box-sizing: border-box;
text-align: center;
margin-top: 0;
color: var(--sign-color);
}
.chapter-header .hgroup h2 span {
color: white;
padding-left: 0.25ch;
padding-right: 0.25ch;
box-decoration-break: clone;
background-color: var(--sign-color);
/*background-color: var(--sign-color);*/
padding: 1px 0.25ch;
text-transform: uppercase;
}
.chapter-header .author{
display: block;
text-align: center;
}
.chapter-header .author span {
font-family: var(--fontTitle);
color: var(--sign-color);
margin-top: calc(var(--baseline)*1.5);
/*margin-top: calc(var(--baseline)*1.5);*/
text-transform: uppercase;
background-color: white;
display: inline-block;
@ -254,7 +261,8 @@ blockquote p::before{
.hgroup-before,
.hgroup-after,
.chapter-header .title-before,
.chapter-header .title-after {
.chapter-header .title-after,
.chapter-header .title-between {
font-size: var(--sign-size);
color: var(--sign-color);
letter-spacing: var(--sign-spacing);
@ -269,12 +277,17 @@ blockquote p::before{
left: 0px;
}
.chapter-header .title-between{
text-align: center;
font-size: 1em;
}
.chapter-header .title-before {
top: calc(var(--baseline)*-1.25);
top: calc(var(--baseline)*-2.5);
}
.chapter-header .title-after {
bottom: calc(var(--baseline)*-1.5 + 1px);
bottom: calc(var(--baseline)*-2.25 + 1px);
}
.hgroup-before{
@ -354,11 +367,11 @@ h5 {
font-size: var(--sign-size);
color: var(--sign-color);
font-weight: normal;
position: relative;
/* position: relative;
z-index: 10;
top: calc(var(--baseline)*1);
background-color: white;
display: inline;
display: inline;*/
}
h5::before, h6::before{
@ -371,11 +384,11 @@ h5::before, h6::before{
.pagedjs_right_page h5{
left: -80px;
/*left: -80px;*/
}
.pagedjs_right_page h5::before{
content: "+++++++"
content: "//////"
}
.pagedjs_left_page h5{
@ -383,26 +396,26 @@ h5::before, h6::before{
}
.pagedjs_left_page h5::before{
content: "+++++"
content: "//////"
}
.h6_container {
/*.h6_container {
position: relative;
z-index: 10;
top: calc(var(--baseline)*1);
}
}*/
h6 {
font-size: var(--sign-size);
color: var(--sign-color);
font-weight: normal;
/* font-weight: normal;
position: relative;
background-color: white;
display: inline;
display: inline;*/
}
h6::before {
content: "++";
content: "//";
}