num pages'
This commit is contained in:
parent
8a33fa6ef0
commit
92668b5d29
4 changed files with 33 additions and 27 deletions
|
|
@ -9,7 +9,7 @@
|
|||
--symbol-top: 1px;
|
||||
--running-top: 8mm;
|
||||
--running-bottom: 6mm;
|
||||
--running-left: var(--running-left);
|
||||
--running-left: 19px;
|
||||
}
|
||||
|
||||
@page:left {
|
||||
|
|
@ -71,17 +71,21 @@
|
|||
padding-left: 5px;
|
||||
|
||||
}
|
||||
/*
|
||||
|
||||
@bottom-left {
|
||||
content: counter(page);
|
||||
vertical-align: bottom;
|
||||
padding-bottom: var(--running-bottom);
|
||||
white-space: nowrap;
|
||||
font-size: var(--font-size);
|
||||
color: var(--sign-color);
|
||||
z-index: 100;
|
||||
|
||||
} */
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
|
||||
z-index: 100;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
@ -133,17 +137,20 @@
|
|||
}
|
||||
|
||||
|
||||
/* @bottom-right {
|
||||
@bottom-right {
|
||||
content: counter(page);
|
||||
vertical-align: bottom;
|
||||
padding-bottom: var(--running-bottom);
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
font-size: var(--font-size);
|
||||
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
font-family: var(--sign-family);
|
||||
|
||||
z-index: 100;
|
||||
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
@ -237,22 +244,19 @@
|
|||
|
||||
|
||||
.pagedjs_left_page .pagedjs_margin-bottom-left .pagedjs_margin-content::after {
|
||||
background-color: white;
|
||||
padding-left: 0.25ch;
|
||||
padding-right: 1.25ch;
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
left: -10px;
|
||||
padding-right: 1.5ch;
|
||||
background-color: white;
|
||||
min-width: 2ch;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pagedjs_right_page .pagedjs_margin-bottom-right .pagedjs_margin-content::after {
|
||||
background-color: white;
|
||||
padding-left: 1.25ch;
|
||||
padding-right: 0.25ch;
|
||||
display: inline-block;
|
||||
padding-right: 10px;
|
||||
position: relative;
|
||||
left: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 6px;
|
||||
background-color: white;
|
||||
min-width: 2ch;
|
||||
}
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
.running-page{
|
||||
width: calc(var(--w-container)*2);
|
||||
padding-left: 19px;
|
||||
padding-left: var(--running-left);
|
||||
padding-right: 6px;
|
||||
display: flex;
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
.running-page .dots{
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
left: 19px;
|
||||
left: var(--running-left);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
@ -45,4 +45,4 @@
|
|||
position: relative;
|
||||
/* left: calc(var( --w-container)*-1 + var(--pagedjs-margin-left)*-1 + 2px); */
|
||||
left: calc(var( --w-container)*-1 + 10px);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,15 +43,16 @@ p::before {
|
|||
padding-left: calc(var(--unit)*2);
|
||||
text-indent: calc(var(--unit)*-0.75);
|
||||
break-inside: avoid;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bibliographie p::before {
|
||||
content: "......";
|
||||
content: ".....";
|
||||
position: absolute;
|
||||
/* left: calc(var(--unit)*0.75); */
|
||||
left: calc(var(--unit)*0.75 + 16px);
|
||||
top: -6px;
|
||||
display: block !important;
|
||||
top: 3px;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -59,7 +60,7 @@ p::before {
|
|||
content: "+";
|
||||
position: absolute;
|
||||
left: calc(var(--unit)*0.75);
|
||||
top: -2px;
|
||||
top: 0px;
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ export default class itemsDecor extends Handler {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue