%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,mail,shell_exec,system,proc_open,popen,ini_alter,dl,proc_close,curl_exec,curl_multi_exec,readfile,parse_ini_file,escapeshellarg,escapeshellcmd,show_source,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,mail,php_uname,phpinfo MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/eoffice/frontend/web/assets/41f7f9c7/src/css/ |
Upload File : |
.bootstrap-dialog { /* dialog types */ /** * Icon animation * Copied from font-awesome: http://fontawesome.io/ **/ /** End of icon animation **/ } .bootstrap-dialog .modal-header { border-top-left-radius: 4px; border-top-right-radius: 4px; } .bootstrap-dialog .bootstrap-dialog-title { color: #fff; display: inline-block; font-size: 16px; } .bootstrap-dialog .bootstrap-dialog-message { font-size: 14px; } .bootstrap-dialog .bootstrap-dialog-button-icon { margin-right: 3px; } .bootstrap-dialog .bootstrap-dialog-close-button { font-size: 20px; float: right; opacity: 0.9; filter: alpha(opacity=90); } .bootstrap-dialog .bootstrap-dialog-close-button:hover { cursor: pointer; opacity: 1; filter: alpha(opacity=100); } .bootstrap-dialog.type-default .modal-header { background-color: #ffffff; } .bootstrap-dialog.type-default .bootstrap-dialog-title { color: #333; } .bootstrap-dialog.type-info .modal-header { background-color: #5bc0de; } .bootstrap-dialog.type-primary .modal-header { background-color: #337ab7; } .bootstrap-dialog.type-success .modal-header { background-color: #5cb85c; } .bootstrap-dialog.type-warning .modal-header { background-color: #f0ad4e; } .bootstrap-dialog.type-danger .modal-header { background-color: #d9534f; } .bootstrap-dialog.size-large .bootstrap-dialog-title { font-size: 24px; } .bootstrap-dialog.size-large .bootstrap-dialog-close-button { font-size: 30px; } .bootstrap-dialog.size-large .bootstrap-dialog-message { font-size: 18px; } .bootstrap-dialog .icon-spin { display: inline-block; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }