![]() 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: adapt/windowbox.css ***/ .absol-window { color: rgb(222, 220, 220); background-color: rgb(35, 35, 40); border-radius: 0.5em; box-shadow: 0.2em 0.2em 0.9em 0 rgba(7, 7, 7, 1); min-height: 5em; } .absol-window button { font-size: 1em; } .absol-window-button:disabled, .absol-window-button:disabled:hover { color: rgb(60, 60, 62); background-color: rgba(70, 70, 73, 0.5); } .absol-window-button { color: rgb(220, 220, 255); height: 2em; background-color: rgb(70, 70, 73); padding-left: 1em; padding-right: 1em; border-radius: 0.3em; } .absol-window-button:hover { background-color: rgb(90, 90, 95); } .absol-window-button:active { background-color: rgb(100, 100, 110); } .absol-window-title-bar { background-color: rgb(50, 50, 52); border-radius: 0.5em 0.5em 0 0; height: 2.5em; position: relative; } span.absol-window-title-text { line-height: 1.4em; font-size: 1.4em; margin-left: 0.6em; } .absol-window-tile-button-container { position: absolute; right: 1em; top: 0.3em; bottom: 0.2em; } .absol-window-tile-button-container button { width: 1.8em; height: 1.8em; margin-left: 0.3em; background-color: rgb(90, 90, 95); border-radius: 0.2em; color: rgb(220, 220, 230); } .absol-window-tile-button-container button:hover { background-color: rgb(110, 110, 114); } .absol-window-tile-button-container button:active { background-color: rgb(132, 132, 136); } .absol-window-exit-btn { background-color: rgb(200, 50, 50); }