Server IP : 195.201.23.43 / Your IP : 18.119.116.139 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 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, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kdecoratie/public_html/media/com_slideshowck/assets/ |
Upload File : |
/** * @copyright Copyright (C) 2015 Cedric KEIFLIN alias ced1870 * http://www.joomlack.fr * @license GNU/GPL * */ .ckboxmodal { border: #666 1px solid; box-shadow: #000 0px 0px 5px; -moz-box-shadow: #000 0px 0px 5px; background: #fff; padding: 0; left: 50%; top: 10px; padding-bottom: 50px; z-index: 100000; height: 500px; margin-left: -400px; width: 800px; position: absolute; } .ckboxmodal.fullscreen { position: fixed; left: 10px; right: 10px; top: 10px; bottom: 10px; margin: 0; padding: 0; width: auto; height: auto; } .ckboxmodal iframe, .ckboxmodal .ckboxmodal-body { width: 100%; height: 100%; border: none; box-sizing: border-box; } .ckboxmodal iframe { overflow-y: auto; } .ckboxmodal-back { position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 99999; margin: 0; padding: 0; width: auto; height: auto; background: #000; opacity: 0.6; } .ckboxmodal-header:empty, .ckboxmodal-footer:empty, .ckboxmodal-button:empty { display: none !important; } .ckboxmodal-footer { height: 50px; position: absolute; left: 0; right: 0; bottom: 0; background: #e1e1e1; color: #aaa; border-top: 1px solid #ccc; /*box-shadow: #ccc 0px 0px 5px; -moz-box-shadow: #ccc 0px 0px 5px;*/ } .ckboxmodal-footer .ckboxmodal-button { display: inline-block !important; float: right !important; height: 50px !important; min-width: 50px !important; box-sizing: border-box !important; line-height: 50px !important; padding: 0 14px !important; background: #cfcfcf !important; color: #555 !important; font-size: 1.3em !important; border: none; border-left: 1px solid #aaa !important; box-shadow: 0 0 15px #b5b5b5 inset !important; text-align: center !important; cursor: pointer !important; font-weight: normal !important; border-radius: 0; } .ckboxmodal-footer .ckboxmodal-button:hover { text-decoration: underline; background: #bbb; } .ckwait { background: url(ajax-loader.gif) center center no-repeat; min-height: 16px; } .ckboxmodal .btn { display: inline-block; cursor: pointer; }Private