ÿØÿà 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/shortcodes/ |
Upload File : |
/*
* Shortcode: Dividers.less
* -----------------------------------------------
*/
.divider, .parallax {
background-repeat: repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: relative;
overflow: hidden;
width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
width: 100%;
height: 100%;
margin: 0 auto;
background-size: cover;
background-attachment: fixed;
background-repeat: repeat-y;
background-position: top center;
}
.mobile-parallax {
background-size: cover;
background-attachment: scroll;
background-position: center center;
}
.divider {
.container {
padding-top: 60px;
padding-bottom: 60px;
&.small-padding {
padding-top: 30px;
padding-bottom: 30px;
}
&.extra-padding {
padding-top: 180px;
padding-bottom: 180px;
}
}
}