This commit is contained in:
ninja
2025-12-15 23:22:33 +08:00
parent 019570564b
commit 8782765fbc
809 changed files with 118753 additions and 18289 deletions

View File

@@ -77,7 +77,6 @@ body{
}
.page{
box-shadow: 6px 5px 4px 0px rgba(60, 60, 60, 0.47), 1px 1px 7px 1px rgba(60, 60, 60, 0.47);
margin-top: 15px;
margin-bottom: 15px;
display: block;
@@ -86,6 +85,14 @@ body{
z-index: 1;
}
.page > .shadow{
box-shadow: 6px 5px 4px 0px rgba(60, 60, 60, 0.47), 1px 1px 7px 1px rgba(60, 60, 60, 0.47);
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.PageBackground{
width: 100%;
height: 100%;

View File

@@ -9,6 +9,22 @@
*/
/* Annotation 3D */
.FrameContainer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.PublishIframe {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
iframe {
display:none;
/* pointer-events: none; StephC be carrefull keep itfor mobile viewer */