interpage toc
This commit is contained in:
parent
2cf88dffde
commit
9025492703
106 changed files with 7 additions and 11 deletions
|
|
@ -4,7 +4,6 @@
|
|||
position: relative;
|
||||
margin-top: calc(var(--baseline)*-2.5);
|
||||
width: calc(100% + 4px);
|
||||
/* width: 101%; */
|
||||
}
|
||||
|
||||
.chapter-header .hgroup {
|
||||
|
|
@ -22,7 +21,6 @@
|
|||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
line-height: calc(var(--sign-baseline)*1.5);
|
||||
/*display: inline;*/
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
|
|
@ -85,13 +83,6 @@ text-transform: uppercase;
|
|||
|
||||
|
||||
|
||||
/* .chapter-header .title-before, */
|
||||
/* .chapter-header .title-after{
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
} */
|
||||
|
||||
.chapter-header .title-between,
|
||||
.chapter-header .title-after{
|
||||
text-align: center;
|
||||
|
|
@ -99,7 +90,6 @@ text-transform: uppercase;
|
|||
margin-inline: auto;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
/* font-size: 1em; */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ figure[data-crop="false"] img {
|
|||
|
||||
/* --- INTERPAGE ---- */
|
||||
|
||||
.interpage{
|
||||
.interpage:not(#toc-interpage){
|
||||
break-before: left;
|
||||
}
|
||||
.interpage figure {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
:root{
|
||||
--bg-type: rgba(232, 232, 5, 0.36);
|
||||
--bg-type: transparent;
|
||||
}
|
||||
|
||||
/* (print-break:) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue