ÿØÿà 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: Section-Title.less
* -----------------------------------------------
*/
.small-title {
position: relative;
i {
font-size: 36px;
margin-top: 7px;
padding-top: 0px;
}
.title {
margin-left: 15px;
&:after {
bottom: -6px;
content: "";
height: 1px;
left: 45px;
position: absolute;
width: 45px;
}
}
}
.section-title {
.both-side-line::after {
background: @gray-silver none repeat scroll 0 0;
content: "";
height: 2px;
position: absolute;
right: -40px;
top: 10px;
width: 30px;
}
.both-side-line::before {
background: @gray-silver none repeat scroll 0 0;
content: "";
height: 2px;
position: absolute;
left: -40px;
top: 10px;
width: 30px;
}
.top-side-line::after {
background: @gray-silver none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: -8px;
width: 40px;
}
.left-side-line::before {
background: @gray-silver none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
position: absolute;
top: -8px;
width: 35px;
}
.right-side-line::before {
background: @gray-silver none repeat scroll 0 0;
content: "";
height: 2px;
position: absolute;
right: 0;
top: -8px;
width: 35px;
}
.sub-title {
margin: 0;
position: relative;
display: inline-block;
}
.title {
margin-top: 0;
position: relative;
}
.title-icon {
left: -60px;
position: absolute;
top: -10px;
}
.title-icon i {
opacity: 0.5;
}
p {
font-size: 14px;
&.left-bordered {
border-left: 2px solid @gray-silver;
padding-left: 10px;
}
&.right-bordered {
border-right: 2px solid @gray-silver;
padding-right: 10px;
}
}
}
/*Theme Section Title*/
.section-title {
margin-bottom: 30px;
position: relative;
&.title-border {
padding-left: 30px;
&.title-right {
border-left: 0;
text-align: right;
}
}
&.icon-bg {
p {
font-size: 14px;
font-style: italic;
margin-bottom: 0;
}
.page-title {
font-size: 38px;
line-height: 52px;
i {
font-size: 42px;
line-height: 1.3;
position: absolute;
opacity: 0.15;
left: 0;
right: 0;
margin: 0 auto;
}
}
}
}
.title-dots {
background: url("../images/title-dots.png") repeat scroll 0 0;
height: 30px;
margin-bottom: 20px;
}
.title-dots span {
color: #fff;
font-size: 17px;
line-height: 30px;
padding: 5px 10px;
}
.title-dots.small {
height: 24px;
margin-bottom: 15px;
}
.title-dots.small span {
font-size: 11px;
line-height: 23px;
}