![]() 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-full/dist/css/ |
Upload File : |
/*** module: node_modules/absol-photoswipeviewer/photoswipefrag.css ***/ .ptswpf, .ptswpf * { user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; outline: none; } .ptswpf button { border: none; border-radius: 0.4em; font-size: 1em; background-color: rgb(169, 169, 169, 0.05); color: white; padding: 0; } .ptswpf button:active, .ptswpf button:active:hover { background-color: rgb(169, 169, 169, 0.12); } .ptswpf button:hover { background-color: rgb(169, 169, 169, 0.07); } .ptswpf { background-color: white; position: relative; font-size: 1em; } .ptswpf.ptswpf-dark { background-color: rgb(36, 36, 37); /* background-color: red; */ } button.ptswpf-to-prev-image, button.ptswpf-to-next-image { position: absolute; height: 3em; width: 3em; top: calc(50% - 0.75em); z-index: 10; display: none; } .ptswpf.ptswpf-multi-image .ptswpf-to-prev-image, .ptswpf.ptswpf-multi-image .ptswpf-to-next-image { display: initial; } .ptswpf-to-prev-image { left: 0.325em; } .ptswpf-to-next-image { right: 0.325em; } button.ptswpf-to-prev-image>i, button.ptswpf-to-next-image>i { font-size: 2.5em; } .ptswpf-top-bar { position: absolute; top: 0; left: 0; right: 0; z-index: 20; background-color: rgba(0, 0, 0, 0, 0.2); text-align: right; padding-top: 1em; padding-right: 2em; font-size: 0.5em; } .ptswpf-top-bar>button { width: 3em; height: 3em; color: rgb(200, 200, 200); margin-left: 1em; margin-bottom: 0.5em; } .ptswpf-top-bar>button>i { font-size: 2em; } .ptswpf-image.ptswpf-loading { visibility: hidden; } .ptswpf-move-animation, .ptswpf-move-animation .ptswpf-image { transition: all 0.2s linear; } img.ptswpf-image { image-orientation: from-image; position: absolute; } .ptswpf-download-trigger { position: absolute; left: 0; top: 0; visibility: hidden; } .ptswpf-mode-pan .ptswpf-action-pan_tool { color: white; } .ptswpf-mode-pan img.ptswpf-image { cursor: grab; } .ptswpf-mode-zoom-in .ptswpf-action-zoom_in { color: white; } .ptswpf-mode-zoom-in img.ptswpf-image { cursor: zoom-in; } .ptswpf-mode-zoom-out .ptswpf-action-zoom_out { color: white; } .ptswpf-mode-zoom-out img.ptswpf-image { cursor: zoom-out; } .ptswpf-frame { position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; touch-action: none; z-index: 4; } .ptswpf-frame-left { left: -100%; z-index: 3; } .ptswpf-frame-right { left: 100%; z-index: 3; } .ptswpf-frame-loading-img { display: block; position: absolute; left: calc(50% - 5em); top: calc(50% - 5em); width: 10em; height: 10em; }