Refine archive preview and PDF defaults

This commit is contained in:
kl
2026-04-13 20:54:27 +08:00
parent b246bfdac7
commit 7757729efd
8 changed files with 1019 additions and 84 deletions

View File

@@ -9,7 +9,11 @@
<script src="js/base64.min.js"></script>
<style>
body {
background-color: #404040;
background-color: #f1f3f5;
}
.viewer-container:focus,
.viewer-container:focus-visible {
outline: none !important;
}
#image { width: 800px; margin: 0 auto; font-size: 0;}
#image li { display: inline-block;width: 50px;height: 50px; margin-left: 1%; padding-top: 1%;}
@@ -77,4 +81,4 @@
}
</script>
</body>
</html>
</html>