ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/public_html/style/less/less-mobilerepair/custom-theme/ |
Upload File : |
/*
* project.less
* -----------------------------------------------
*/
.project {
.thumb {
position: relative;
overflow: hidden;
&:after {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
bottom: 0;
left: 50%;
right: 0;
opacity: 0;
position: absolute;
transition-duration: 0.3s;
width: 0;
transition: .5s ease;
}
}
.hover-link {
left: 34%;
opacity: 0;
position: absolute;
top: 20%;
transition-duration: 0.3s;
z-index: 9;
i {
color: @white-base;
display: block;
font-size: 20px;
padding: 10px;
}
}
.project-details {
position: relative;
transition: all 300ms ease-in-out 0s;
}
.project-details .project-number {
font-size: 48px;
font-weight: 700;
left: 45%;
opacity: 1;
color: #fff;
position: absolute;
top: 0;
transition: all 300ms ease-in-out 0s;
}
&:hover {
.thumb::after {
opacity: 1;
left: 0%;
width: 100%;
}
.hover-link {
opacity: 1;
top: 44%;
}
.project-details {
.title, .sub-title {
color: @white-base;
}
}
}
}