first commit

This commit is contained in:
2025-09-09 19:58:42 -06:00
commit 6b40f60448
4981 changed files with 485864 additions and 0 deletions

View File

@ -0,0 +1,39 @@
/**
* @author ThemePunch <info@themepunch.com>
* @link http://www.themepunch.com/
* @copyright 2017 ThemePunch
*/
.rs-addon-polyfold {
position: absolute;
left: 0;
width: 100%;
height: auto;
z-index: 1099;
pointer-events: none;
}
.rs-addon-polyfold div {
position: absolute;
border-style: solid;
box-sizing: content-box;
}
.rs-addon-poly-nav-level {z-index: 999}
.rs-addon-poly-static-level {z-index: 99}
.rs-addon-polyfold:not(.rs-addon-poly-center) div:first-child {left: 0}
.rs-addon-polyfold:not(.rs-addon-poly-center) div:last-child {right: 0}
.rs-addon-poly-center div:first-child {right: 50%}
.rs-addon-poly-center div:last-child {left: 50%}
.rs-addon-polyfold:not(.rs-addon-poly-top),
.rs-addon-polyfold:not(.rs-addon-poly-top) div {bottom: 0}
.rs-addon-poly-top {top: 0}
.rs-addon-poly-top div {top: 0}