feat(read.html, epub): add custom theme selection with color picker, used pickr.js

This commit is contained in:
IgorKurkov
2025-10-29 22:10:08 +01:00
parent 6d6d5ac097
commit 458d0d1e3d
5 changed files with 257 additions and 14 deletions

View File

@@ -538,7 +538,7 @@ input:-moz-placeholder {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100vw;
width: 97vw;
height: 90dvh;
max-width: 630px;
z-index: 2000;
@@ -565,7 +565,7 @@ input:-moz-placeholder {
}
.md-show ~ .overlay {
opacity: 1;
/* opacity: 1; */
visibility: visible;
}

View File

@@ -29,8 +29,8 @@
}
.item {
font-size: 20px;
font-weight: 400;
font-size: 14px;
font-weight: 600;
font-family: Open Sans;
padding-right: 10px;
color: white;

File diff suppressed because one or more lines are too long

3
cps/static/js/libs/pickr/pickr.min.js vendored Normal file

File diff suppressed because one or more lines are too long