num pages'

This commit is contained in:
Julie Blanc 2026-03-17 00:10:52 +01:00
parent 8a33fa6ef0
commit 92668b5d29
4 changed files with 33 additions and 27 deletions

View file

@ -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;
}