| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 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 | Sudo : ON | Pkexec : ON Directory : /var/www/mail.thegioididong.edu.vn/public_html/program/resources/tinymce/ |
Upload File : |
/* This file contains the CSS data for media file selector of TinyMCE */
#image-selector {
margin: 10px;
margin-bottom: 30px;
padding-bottom: 85px;
}
#image-selector.droptarget.hover,
#image-selector.droptarget.active {
border: 1px solid #019bc6;
box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
}
#image-selector.droptarget.hover {
background-color: #d9ecf4;
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
}
#image-selector form {
position: absolute;
top: 0;
}
#image-selector .hint {
line-height: 25px;
color: #666;
font-size: 11px;
text-align: center;
}
#image-selector a.button {
color: #525252;
text-decoration: none;
font-size: 11px;
}
#image-selector .upload-form {
text-align: center;
margin-bottom: 1rem;
}
#image-selector .upload-form button {
padding: 4px 8px;
border: 1px solid #c0c0c0;
}
#image-selector-list {
overflow-x: hidden;
overflow-y: auto;
margin-left: 0;
height: 250px;
}
#image-selector-list li {
line-height: 80px;
padding: 2px;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
background: none;
}
#image-selector-list li:hover,
#image-selector-list li:focus {
background-color: #F0F0F0;
}
#image-selector-list li img {
vertical-align: middle;
max-height: 80px;
}
#image-selector-list li span.name {
vertical-align: middle;
font-weight: bold;
padding-left: 10px;
}
#image-selector-list li span.img {
height: 80px;
width: 80px;
text-align: center;
display: inline-block;
overflow: hidden;
line-height: 80px;
}