![]() 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-debug/css/dconsole.css ***/ .ad-console { overflow-y: auto; position: relative; box-sizing: border-box; padding: 5px; } .ad-console.ad-standard-alone { position: fixed; bottom: 5px; left: 5px; right: 5px; height: 30vh; background-color: white; border: 1px solid #ddd; z-index: 10000; } button.ad-console-toggle{ position: fixed; right: 15px; bottom: 15px; z-index: 20000; border-radius: 50%; padding: 0; width: 3em; height: 3em; outline: none; } .ad-console::after { content: "console"; display: inline-block; padding: 5px; pointer-events: none; color: gray; position: absolute; right: 0; top: 0; } .ad-log-group:not(:first-child), .ad-log-error:not(:first-child) { border-top: 1px rgba(128, 128, 128, 0.41) solid; } .ad-log-group-trace { color: aquamarine; display: block; text-align: right; } .ad-log-error { } .ad-log-error-message { color: red; } .ad-log-error-at { color: #013d3d; } .ad-log-error-stack { white-space: pre-wrap; }