| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/institutah/www/wp-content/plugins/road-importdata/css/ |
Upload File : |
.r_item.demo_data {
opacity:0.2;
pointer-events: none;
}
.r_item.install {
opacity:1;
}
.import-data-content .content-inner {
display: flex;
flex-wrap: wrap;
position: relative;
}
.import-data-content .content-inner .loading {
position: fixed;
background: rgba(0,0,0,0.3);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999;
}
.import-data-content .content-inner .loading .image {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.import-data-content .content-inner .r_item {
flex: 0 0 33.33%;
text-align: center;
max-width: 33.33%;
}
.import-data-content .content-inner .r_item .item-inner {
padding: 0 10px;
}
.import-data-content .content-inner .r_item .item-inner .image {
position: relative;
}
.import-data-content .content-inner .r_item .item-inner image:before {
content:"";
background: rgba(255,255,255,0.2);
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
opacity: 0;
}
.import-data-content .content-inner .r_item .item-inner:hover image:before {
opacity: 1;
}
.import-data-content .content-inner .r_item .item-inner .image img {
width: 100%;
display: block;
}
.import-data-content .content-inner .r_item .item-inner form input[type="submit"] {
background: #0363cd;
border: 0;
padding: 5px 15px;
text-transform: uppercase;
color: #fff;
border-radius: 3px;
cursor: pointer;
}
.import-data-content .content-inner .r_item .item-inner form input[type="submit"]:hover {
background: #222;
}
.import-data-content .content-inner .r_item.actived .item-inner form input[type="submit"] {
background: #78c20f;
cursor: not-allowed;
}
.import-data-content .content-inner .r_item .item-inner .image label {
position: absolute;
right: 0;
top: 0;
background: #78c20f;
color: #fff;
padding: 5px 20px;
text-transform: uppercase;
cursor: none;
z-index: 5;
}
.import-data-content .content-inner .r_item.actived .item-inner .image {
border: 3px solid #78c20f;
}