![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-acomp/css/ |
Upload File : |
.absol-draggable-stack { position: relative; } .absol-draggable-stack .drag-zone { touch-action: none; } .absol-draggable-stack > .as-dragging { opacity: 0.2 !important; } .absol-draggable-stack-child-container.as-dragging { opacity: 0.2 !important; } .absol-draggable-stack-clone-container { position: fixed; left: 0; top: 0; z-index: 100000; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; pointer-events: all; opacity: 0.5; background: white; } .absol-draggable-vstack > .absol-draggable-stack-clone-container { left: 0; right: 0; } .absol-draggable-stack-clone-container * { pointer-events: none !important; } .absol-draggable-stack-clone-container > * { width: 100% !important; height: 100% !important; box-sizing: border-box; } .absol-draggable-stack-clone-container.home-going { transition: top 0.2s; } .absol-draggable-stack-dest-line { position: absolute; z-index: 99; box-sizing: content-box; } .absol-draggable-vstack > .absol-draggable-stack-dest-line { transition: top 0.1s; left: 0; right: 0; border-top: solid 3px rgb(74, 174, 233); border-bottom: solid 3px rgb(74, 174, 233); } .absol-draggable-hstack { --dest-x: 0px; } .absol-draggable-hstack.as-has-dragging::after { content: ""; position: absolute; transition: left 0.1s; top: 0; bottom: 0; left: calc(var(--dest-x) - 3px); border-left: solid 3px rgb(74, 174, 233); border-right: solid 3px rgb(74, 174, 233); } .absol-draggable-hstack.as-no-change::after { visibility: hidden; } .absol-draggable-hstack > * { display: inline-block; vertical-align: middle; } .absol-draggable-vstack { --dest-y: unset; } /**.as-state-drag*/ .absol-draggable-vstack.as-state-drag::after { content: ""; display: block; position: absolute; top: calc(var(--dest-y) - 3px); left: 0; right: 0; transition: top 0.1s; border-top: solid 3px rgb(74, 174, 233); border-bottom: solid 3px rgb(74, 174, 233); z-index: 999; } .absol-draggable-vstack.as-state-no-change::after { visibility: hidden; }