Server IP : 128.199.20.84 / Your IP : 172.71.255.73 Web Server : Apache/2.4.41 (Ubuntu) System : Linux competent-maruti 5.4.0-128-generic #144-Ubuntu SMP Tue Sep 20 11:00:04 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.0.20 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, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/html/panel_assets/css/accroding/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* @author Tim himself */ .ziehharmonika{ width: 95%; margin: 0 auto; position: relative; padding: 0; } .ziehharmonika h3 { background: #e6e6e6; color: #292929; text-align: left; padding: 6px 12px; cursor: pointer; margin-top: 0; padding-right: 40px; transition: 0.25s all; position: relative; width: 100%; font-size: 15px; } .ziehharmonika h3.active { margin-bottom: 21px; background:#e6e6e6; } .ziehharmonika h3::before { content: attr(data-prefix); font-size: 18px; margin-right: 9px; } .ziehharmonika h3.alignLeft { padding-left: 35px; } .ziehharmonika > div { display: none; background: #fff; border-radius: 4px; border: 1px solid #e4e4e4; text-align: left; padding: 20px 0 0 40px; margin-bottom: 9px; } .ziehharmonika .arrowDown { width: 0; height: 0; border-style: solid; border-width: 13.0px 7.5px 0 7.5px; border-color: #272e35 transparent transparent transparent; position: absolute; bottom: 0; left: 40px; transition: 0.25s all; opacity: 0; } .ziehharmonika .active .arrowDown { bottom: -13px; border-color:#e6e6e6 transparent transparent transparent; opacity: 1; } .ziehharmonika .collapseIcon { position: absolute; right: 20px; top: 45%; font-size: 25px; font-weight: 300; -ms-transform: translate(0, -50%); transform: translate(0, -50%); } .ziehharmonika .collapseIcon.alignLeft { right: initial; left: 20px; }