%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 : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/task/11584/cwd/html/ppaobm/frontend/web/assets/c44816d0/css/ |
Upload File : |
/*! * @package yii2-dialog * @author Kartik Visweswaran <kartikv2@gmail.com> * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018 * @version 1.0.5 * * Bootstrap 3.x styling for bootstrap-dialog plugin. * * For more JQuery plugins visit http://plugins.krajee.com * For more Yii related demos visit http://demos.krajee.com */.bootstrap-dialog { } .bootstrap-dialog .modal-header { border-top-left-radius: 4px; border-top-right-radius: 4px; } .bootstrap-dialog .modal-header.bootstrap-dialog-draggable { cursor: move; } .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); } }