Update Theme Settings.

This commit is contained in:
Bruce
2025-12-14 01:53:02 +08:00
parent 1c831854b3
commit 975c8ee9e3
21 changed files with 1220 additions and 204 deletions

View File

@@ -65,7 +65,7 @@ body * {
margin: 0px;
padding: 0px;
border: 0px;
background-color: #f3f3f3;
/* background-color: #f3f3f3; */
}
.pagecontainer.full {
@@ -78,6 +78,13 @@ body * {
max-height: 100%;
}
.pagecontainer.background {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
.pagecontainer>.page {
position: relative;
overflow-x: hidden;