|
Server IP : 10.131.40.8 / Your IP : 216.73.216.37 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/guillaume/wp-content/plugins/_royal-backend-gallery/assets/css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
/*
***************************************************************
* #Gallery
***************************************************************
*/
#royal_gallery_post_meta_box {
display: none;
}
/* input fields */
#rf_gallery_img_ids,
#rf_gallery_imgs_src {
display: none;
}
.gallery-wrap {
margin-top: 20px;
padding: 20px 0 0 20px;
overflow: hidden;
border: 1px dashed #ccc;
}
.gallery-image {
position: relative;
float: left;
margin-right: 20px;
margin-bottom: 20px;
border: 1px solid #0074A2;
border-radius: 3px;
cursor: move;
}
.ui-state-highlight {
border: 2px dashed #ccc;
height: 150px;
width: 150px;
float: left;
margin-right: 18px;
}
.gallery-wrap img {
width: 150px;
height: 150px;
display: block;
}
/* delete img icon */
.remove {
display: block;
position: absolute;
top: -9px;
right: -9px;
width: 25px;
height: 25px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
line-height: 22px;
text-align: center;
background-color: #333;
color: #fff;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.1s ease 0s, color 0.1s ease 0s;
box-shadow: 1px 1px 2px #0074A2;
-moz-user-select:none;
user-select:none;
}
.remove:hover {
background-color: #111;
color: #0074A2;
}
.editlink {
position: absolute;
top: -9px;
right: 16px;
width: 40px;
height: 25px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background-color: #2EA2CC;
color: #eee;
text-decoration: none;
text-align: center;
line-height: 22px;
font-weight: bold;
transition: background-color 0.1s ease 0s, color 0.1s ease 0s;
box-shadow: 1px 1px 2px #0074A2;
}
.editlink:hover {
background-color: #0774a2;
color: #fff;
}
#rf_gallery_imgs_upload {
margin-right: 20px;
}
