![]() 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/launcher.css ***/ .af-launcher { font-size: 14px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; display: flex; align-items: stretch; flex-direction: column; outline: none; position: relative; background-color: white; --f-launcher-site-left-width-percent: 20; --f-launcher-client-width: 0px; --f-launcher-client-height: 0px; --f-launcher-site-right-width: 200px; --f-launcher-site-left-width: 200px; } .absol-frame > .af-launcher { width: 100%; height: 100%; } .af-launcher-header { } .af-launcher-body { flex-grow: 1; display: flex; align-items: stretch; } .af-launcher-footer { } .af-launcher-site-left { display: flex; align-items: stretch; flex-direction: column; padding-right: 4px; } .af-launcher-tab-bar-left, .af-launcher-tab-bar-right { background-color: rgba(169, 169, 170, 0.11659); width: 20px; position: relative; } .af-launcher-tab-bar-left-top { position: absolute; left: 0; top: -20px; width: 500px; height: 20px; z-index: 2; transform-origin: 0 100%; transform: rotate(90deg); } /*.af-launcher-tab-bar-left-top > button {*/ /* transform: rotate(180deg);*/ /*}*/ .af-launcher-tab-bar-right-top { position: absolute; transform: rotate(90deg); left: 0; top: -20px; width: 500px; height: 20px; z-index: 2; transform-origin: 0 100%; } /*.af-launcher-tab-bar-right-top>button {*/ /* */ /*}*/ .af-launcher-tab-bar-bottom { background-color: rgba(169, 169, 170, 0.11659); height: 20px; } .af-launcher-site-right:empty, .af-launcher-site-left:empty { display: none; } .af-launcher-site-right { padding: 0 0 0 4px; display: flex; box-sizing: border-box; flex-direction: column; } .af-launcher-site-left > div { width: var(--f-launcher-site-left-width); } .af-launcher-site-right > div { width: var(--f-launcher-site-right-width); } .af-launcher-site-middle { flex-grow: 1; } .af-launcher-resizer-left { position: absolute; z-index: 300; top: 0; bottom: 0; left: calc(var(--f-launcher-client-width) * var(--f-launcher-site-left-width-percent) / 100 - 1px);; padding: 0 1px; cursor: col-resize; user-select: none; -webkit-user-select: none; } .af-launcher-resizer-left::before { content: ""; display: block; position: absolute; height: 100%; box-sizing: border-box; border-left: 1px solid transparent; } .af-launcher-main-tab-frame > div, .af-launcher-main-tab-frame > pre { width: 100%; height: 100%; } .af-launcher-main-tab-view { width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #dddddd; } .af-launcher-resizer { position: absolute; } .af-launcher-resizer[data-target="site-right-width"] { top: 0; bottom: 0; right: calc(var(--f-launcher-site-right-width) + 2px); z-index: 50; cursor: col-resize; width: 4px; } .af-launcher-resizer[data-target="site-left-width"] { top: 0; bottom: 0; left: calc(var(--f-launcher-site-left-width) + 2px); z-index: 50; cursor: col-resize; width: 4px; } .af-launcher-resize-modal { z-index: 51; } .af-launcher-resize-modal[data-of="width"] { cursor: col-resize; } .af-float-window { font-size: 12px; border: 1px solid #dddddd; } .af-launcher-site-right .af-float-window , .af-launcher-site-left .af-float-window { box-shadow: none; flex-grow: 1; } .af-launcher-site-right .af-float-window.af-minimize { flex-grow: unset; } .af-float-window .absol-search-text-input { font-size: inherit; border-radius: 0; } .af-float-window.af-minimize { flex-grow: unset; } .af-float-window.af-minimize .as-window-box-body{ display: none; }