![]() 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-form/css/kfeditor.css ***/ .kf-editor { display: flex; flex-direction: column; box-sizing: border-box; border: 1px solid #dddddd; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .kfe-header { border-bottom: solid 1px #dddddd } .kfe-body { flex-grow: 1; overflow-y: auto; } .kfe-main { position: relative; min-height: 100%; overflow: auto; } .kfe-content { outline: none; white-space: pre; } .kfe-content::before { content: " "; display: block; } .kfe-content ::selection { background-color: transparent; /*color: white;*/ } .kfe-content p:empty::before, .kfe-content td:empty::before, .kfe-content th:empty::before { content: "\200B"; display: inline-block; width: 1em; height: 1em; } .kfe-range-ctn { position: absolute; overflow: hidden; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; z-index: 100; } .kfe-range { position: absolute; background-color: rgba(148, 148, 154, 0.5); } .kfe-range-ctn.as-focus .kfe-range { background-color: rgba(72, 129, 239, 0.5); } .kf-caret { position: absolute; color: #1e65ea; border-left: 2px solid currentColor; animation: blink-caret 1s linear infinite; } body > .kf-editor { width: 90vw; height: 90vh; } .kfe-content label { box-shadow: 0px 0px 1px 2px rgba(1, 127, 253, 0.7); user-select: auto; min-width: 1em; min-height: 1.5em; display: inline-block; cursor: inherit; } .kf-grid { display: grid; } .kf-grid-item { } .kfe-content .kf-grid-item { box-shadow: 0 0 0px 1px rgba(70, 73, 73, 0.2); }