![]() 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-mobile/css/mmessagetool.css ***/ .am-message-tool { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; background-color: rgba(0, 0, 0, 0.5); font-size: 14px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; --box-height: 272px; transition: background-color 0.25s; } .am-message-tool.am-hiding .am-message-tool-box { bottom: calc(0px - var(--box-height)); } .am-message-tool.am-hiding { background-color: rgba(0, 0, 0, 0.0); } .am-message-tool-box { position: fixed; left: 0; right: 0; bottom: 0; background-color: white; padding-bottom: 10px; transition: bottom 0.25s; } .am-message-tool-header { position: relative; height: calc(3em + 10px); box-sizing: border-box; text-align: center; } .am-message-tool-header::before { content: ""; display: inline-block; height: 100%; vertical-align: middle; } .am-message-tool-header-close-btn-ctn { position: absolute; left: 5px; top: calc(50% - 1.5em); } .am-message-tool-header-close-btn { height: 3em; width: 3em; border-radius: 50%; border: none; color: black; background-color: transparent; outline: none; } .am-message-tool-header-close-btn:active { background-color: rgba(169, 169, 169, 0.3); } .am-message-tool-header-close-btn span { font-size: 2em; } .am-message-tool-title { font-size: 1.5em; display: inline-block; vertical-align: middle; font-weight: bolder; } .am-message-tool-body { overflow-y: auto; max-height: 60vh; } .am-message-tool-plugin { display: flex; height: 5em; } .am-message-tool-plugin-icon-ctn { width: 5em; text-align: center; padding: 0.8em; box-sizing: border-box; } .am-message-tool-plugin-icon-ctn > span { display: block; width: 100%; height: 100%; font-size: 2em; line-height: 1.7; background-color: rgb(241, 241, 243); border-radius: 0.3em; } .am-message-tool-plugin-content { flex-grow: 1; padding: 5px; box-sizing: border-box; } .am-message-tool-plugin:not(:last-child) .am-message-tool-plugin-content { border-bottom: 1px solid #dddddd; } .am-message-tool-plugin-name { font-size: 1.5em; font-weight: bold; margin-bottom: 0.3em; } .am-message-tool-plugin-desc { color: rgb(79, 79, 80); }