base flip

This commit is contained in:
hamid zarghami
2026-01-01 12:02:24 +03:30
parent 97f70eefae
commit 84f93463a3
11 changed files with 479 additions and 17 deletions
+31
View File
@@ -89,3 +89,34 @@ html {
.filterBlack {
filter: brightness(0) invert(0);
}
/* استایل برای صفحات کتاب - بکگراند سفید */
.stf__item.page,
.stf__item[class*="page"],
.page.stf__item,
div.stf__item.page,
.stf__block .stf__item,
.stf__parent .stf__item,
.stf__wrapper .stf__item {
background-color: #ffffff !important;
background: #ffffff !important;
}
/* برای اطمینان بیشتر - تمام صفحات با کلاس page */
.page {
background-color: #ffffff !important;
background: #ffffff !important;
}
/* استایل برای ظاهر کتاب */
.flipbook-container {
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
border-radius: 12px;
overflow: hidden;
}
/* استایل برای صفحات داخل flipbook */
.flipbook-container .stf__item,
.flipbook-container .page {
border-radius: 0;
}