| Server IP : 46.105.57.169 / Your IP : 216.73.216.144 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/plugins/sliderck/folder/elements/ckfolder/ |
Upload File : |
/**
* @copyright Copyright (C) 2016 Cedric KEIFLIN alias ced1870
* http://www.joomlack.fr
* @license GNU/GPL
* */
#ckeditor {
display: none;
}
.ckfile {
display: inline-block;
width: 150px;
height: 150px;
/*overflow: hidden;*/
margin: 5px;
box-shadow: #888 0 0 5px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
background-color: #fff;
/*cursor: move;*/
position: relative;
}
.ckfileedition {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.4);
height: 40px;
box-sizing: border-box;
padding: 7px;
text-align: center;
}
.ckfileeditmodal {
display: none;
}
.ckfileeditmodal.ckshow {
bottom: 20px;
display: block;
left: 20px;
position: fixed;
right: 20px;
top: 20px;
z-index: 9999;
}
#labelseditor div.ckrow {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px;
margin: 3px 5px;
}
#labelseditor div.col {
width: calc((100% - 200px) / 2);
display: inline-block;
vertical-align: middle;
}
#labelseditor div.col * {
max-width: 100%;
}
#labelseditor div.col.ckmove {
width: 80px;
}
#labelseditor div:not(.ckheader) div.col.ckmove {
background: url('../images/arrow_move.gif') center center no-repeat;
height: 80px;
cursor: move;
}
#labelseditor .ckheader div.col {
font-weight: bold;
text-align: center;
}
#labelseditor .ckheader div.col.ckimage {
width: 80px;
}
.ckboxmodal-body > div {
max-height: 100%;
overflow: auto;
}
#labelseditor div.col.ckfile {
background-size: cover;
height: 80px;
width: 80px;
}