![]() 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-brace/BraceDiff/diff.css ***/ .brace-diff { position: relative; } .brace-diff-left-container { position: absolute; left: 0; width: calc(50% - 3.5em); top: 0; bottom: 0; background: gray; } .brace-diff-right-container { right: 0; position: absolute; width: calc(50% - 3.5em); top: 0; bottom: 0; background: gray; } .brace-diff-middle-tool-container{ position: absolute; left:calc(50% - 3.5em - 19px) ; right: calc(50% - 3.5em - 19px); top: 0; bottom: 0; z-index: 9; pointer-events: none; } .brace-diff-middle-tool{ position: relative; width: 100%; height: 100%; overflow: hidden; } .brace-diff-left-container>pre, .brace-diff-right-container>pre { width: 100%; height: 100%; margin: 0; } .brace-diff-foreground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 7; pointer-events: none; } .brace-diff-foreground>svg { /*todo*/ margin: 0; pointer-events: none; } path.brace-diff-gap{ fill:rgba(9, 205, 231, 0.1); stroke:rgba(8, 73, 82, 0.5); stroke-width: 1; } button.brace-diff-arrow{ height: 14px; width: 19px; padding: 0; position: absolute; outline: none; border: solid 1px rgba(169, 169, 169,1); background-color: white; pointer-events: all; } button.brace-diff-arrow.pick-left{ left: 0; } button.brace-diff-arrow.pick-left >svg{ fill:rgb(226, 35, 35); } button.brace-diff-arrow.pick-right >svg{ fill:rgb(35, 134, 226); } button.brace-diff-arrow.pick-right{ right: 0; } button.brace-diff-arrow> svg{ height: 12px; width: 12px; }