![]() 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-poser/css/posereditor.css ***/ .ap-poser-editor { display: flex; flex-direction: column; --ap-tree-editor-width: 390px; --separator-line-color: darkblue; } .ap-poser-editor-header { border-bottom: 1px solid #dddddd; } .ap-poser-editor-body { overflow: hidden; flex-grow: 1; position: relative; } .ap-poser-editor.ap-open-tree-editor .ap-poser-editor-data { left: var(--ap-tree-editor-width); } .ap-poser-editor.ap-open-tree-editor button[data-cmd="edit_tree"] { color: #1464f6; } .ap-poser-editor-tree-editor-ctn { position: absolute; top: 0; bottom: 0; width: var(--ap-tree-editor-width); right: 100%; transition: right 0.2s; } .ap-poser-editor-tree-editor-ctn > .ap-question-tree-editor { height: 100%; } .ap-question-tree-editor::after { content: ""; display: block; height: 2px; } .ap-poser-editor.ap-open-tree-editor .ap-poser-editor-tree-editor-ctn { right: calc(100% - var(--ap-tree-editor-width)); } .ap-poser-editor-data { position: relative; padding: 5px; background-color: #ede7f6; left: 0; transition: left 0.2s; overflow-y: auto; overflow-x: hidden; width: 100%; height: 100%; box-sizing: border-box; } .ap-poser-editor-data > .ap-block { margin-bottom: 5px; } .ap-poser-editor-footer { } .ap-poser-editor.ap-width-s { --ap-tree-editor-width: 100%; } .ap-poser-editor.ap-width-s * { } .ap-poser-editor.ap-without-tool { } .ap-poser-editor.ap-without-scroller { display: block; } .ap-poser-editor.ap-without-scroller .ap-poser-viewer-body { flex-grow: unset; } .ap-poser-editor.ap-without-tool .as-form-cmd-tool { display: none; } .ap-poser-editor.ap-without-tool .ap-poser-editor-tree-editor-ctn { display: none; } .ap-poser-editor.ap-without-section .ap-editable-section { display: none; } .ap-editable-section .ap-editable-section-tool { display: inline-block; vertical-align: middle; } .ap-editable-section, .ap-block.ap-section, .ap-block.ap-question { position: relative; } .ap-editable-section:not(:first-child), .ap-section-group:not(:first-child), .ap-evaluation .ap-section:not(:first-child) { margin-top: 40px; } .ap-editable-section::before, .ap-block.ap-section::before { display: inline-block; content: ""; border-top: 6px solid var(--separator-line-color); box-sizing: border-box; position: absolute; top: 0; left: 0; right: 0; border-radius: 4px 4px 0 0; } .ap-poser-editor:not(.ap-without-section) .ap-editable-question.ap-last-question::after, .ap-evaluation:not(.ap-without-section) .ap-question.ap-last-question::after, .ap-poser-viewer:not(.ap-without-section) .ap-section-group .ap-question:last-child::after { display: inline-block; content: ""; border-bottom: 4px solid var(--separator-line-color); position: absolute; bottom: 0; left: 0; right: 0; border-radius: 0 0 4px 4px; } .ap-editable-section-idx > input { margin-right: 25px; } .ap-editable-section[data-idx="1"] button[data-action="merge_with_above"] { display: none; } .ap-editable-section-header { display: flex; } .ap-poser-editor button[data-action="delete"] { color: red; } .ap-poser-editor.ap-without-section button[data-cmd="new_section"] { display: none; } .ap-poser-editor.ap-read-only button[data-cmd="delete"], .ap-poser-editor.ap-read-only button[data-cmd="new_section"], .ap-poser-editor.ap-read-only button[data-cmd="new_question"] { display: none; } .ap-editable-question-tool { white-space: nowrap; } .ap-editable-question-tool > * { display: inline-block; vertical-align: middle; } .ap-editable-question-tool > div > label { margin-right: 1em; }