ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/lionbursa/public_html/style/less/less-mobilerepair/sliders.less
/*
 * slider.less
 * -----------------------------------------------
*/

/* -------- Rev Slider ---------- */
#home {
	.revslider-fullscreen {
		min-height: auto;
	}
}

/* -------- Home Revolution Slider For Minimal Layouts ---------- */
.minimal-revslider-wrapper {
	left: 0!important;
	width: 100%!important;
	.tp-leftarrow {
		left: 0!important;
	}
	.tp-rightarrow {
		right: 0!important;
	}
}

/* -------- Tab-Slider ---------- */
.tab-slider {
	.tab-content {
		padding: 0;
		border: 0;
	}
	.nav {
		&.nav-pills {
			> div {
				background-color: @white-base;
				float: left;
				margin-bottom: 15px;
				.transition(all .3s ease)
			}
			i{
				color: @gray-lightgray;
			}

			a {
				display: block;
				padding: 40px 30px;
				background: @white-f3;
				&:hover i,
				&:hover h6,
				&.active i,
				&.active h6 {
					color: @white-base;
				}
			}

		}
	}
}

/* -------- MaxImage Slider ---------- */
.maximage-slider {
	.fullscreen-controls {
		.img-prev,
		.img-next {
  			background: fade(@black, 30%);
		}
	}
}

/* -------- Testimonial-Carousel ---------- */
.testimonial-carousel,
.testimonial-carousel-style2 {
	.quote, 
	.thumb {
		margin-bottom: 40px;
	}
	.quote i {
		background: @black-555;
		border-radius: 50%;
		color: @white-base;
		font-size: 25px;
		height: 60px;
		line-height: 1;
		padding: 20px 0 0;
		text-align: center;
		width: 60px;
	}
	.author {
		margin-top: 30px;
		text-transform: uppercase;
	}
	&.owl-theme {
		.owl-controls {
			margin-top: 10px;
		}
	}
	/* fullwidth */
	&.fullwidth {
		.content{
			p {
				font-size: 15px;
				font-style: italic;
				color: @white-base;
				&::after {
				  content: "\f10e";
				  font-family: fontawesome;
				  font-size: 100px;
				  left: 42%;
				  opacity: 0.1;
				  position: absolute;
				}
			}
		} 
	}
	&.bullet-white {
		.owl-dots {
			span {
				background: @white-base;
			}
		}
	}
	.owl-item {
		img {
			display: inline-block;
			width: auto;
			max-width: 90px;
		}	
	}
	&.boxed {
		.quote,
		.thumb {
			margin-bottom: 20px;
		}
		.owl-item {
			img {
				display: inline-block;
				width: auto;
				max-width: 65px;
			}
		}
		.content::after {
		  bottom: 12px;
		  content: "\f10e";
		  font-family: fontawesome;
		  font-size: 55px;
		  opacity: 0.2;
		  position: absolute;
		  right: 10px;
		}
		.owl-controls {
    		margin-top: 0;	
		}
		&.owl-theme {
			.owl-dots {
				.owl-dot {
					&.active,
					&:hover {
						span {
							opacity: 1;
						}
					}
				}
			}
		}
	}
}

/* -------- Widget-Testimonial-Carousel ---------- */
.widget-testimonial-carousel {
	.item {
		img {
			max-width: 75px;
			float: right;
		}
	}
}

/*
 * owl-carousel.less
 * -----------------------------------------------
*/

.owl-carousel {
	.owl-item img {
		display: inline-block;
		width: auto;
	}

	/* owl dots */
	.owl-dots {
		text-align: center;
		margin-top: 10px;
		.owl-dot {
			display: inline-block;
			zoom: 1;
			span {
				background: #D6D6D6;
				border-radius: 50%;
				display: block;
				height: 12px;
				margin: 5px 3px;
				opacity: 0.8;
				.transition( all .4s ease 0s);
				width: 12px;
			}
			&.active,
			&:hover {
				span {
					background: #869791;
				}
			}
		}
	}
	.owl-nav {
		button {
			border-radius: 0;
			display: block;
			z-index: 6;
			margin: -35px auto;
			position: absolute;
			opacity: 0.4;
			top: 50%;
			.transition(all 0.4s ease 0s);

			i {
				color: #555;
				vertical-align: middle;
				font-size: 16px;
			}
			&.owl-prev {
				left: 0;
			background: rgba(240,240,240,0.8) !important;
			padding: 10px !important;
			}

			&.owl-next {
				right: 0;
			background: rgba(240,240,240,0.8) !important;
			padding: 10px !important;
			}
		}

	}
	&:hover {
		.owl-nav {
			> button {
				opacity: 1;
			}
		}
	}
}

/* Owl Dots	*/
.owl-dots-bottom-right .owl-dots {
	bottom: -10px;
	position: absolute;
	right: 0;
}
.owl-dots-center-bottom .owl-dots {
	bottom: 15px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}


/* Image Carousel */
.image-carousel .owl-controls .owl-nav > div {
	opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
	opacity: 1;
}

/* Owl top nav style */
.owl-carousel.owl-nav-top {
	&.bullet-white {
		.owl-dots {
			span {
				background: @white-base;
			}
		}
	}

	.owl-controls {
		.owl-nav {
			> div {
				background-color: transparent;
			    top: -60px;
			    right: 0;

			    &:hover {
			    	background-color: @gray-lightgray;
			    }
			}

			.owl-prev {
				right: 35px;
			}

			.owl-next{
				right: 0;
			}

			.owl-prev,
			.owl-next {
				background: @gray-lighter;
				border: none;
				line-height: 28px;
				padding: 0 12px;
				text-align: center;

				i {
					color: #888;
				    font-size: 14px;
				}
			}
		}
	}
}

.owl-carousel.no-bullet .owl-nav {
  display: none;
}
.recent-project {
	.owl-controls {
		.owl-nav > div {
			top: 38%;
		}
		.owl-nav {			
			.owl-prev i,
			.owl-next i {
					padding: 2px 16px;
			}
		}
	}

}

.featured-gallery {
	&.style2 {
    	float: right;
		width: 92%;
		.owl-controls {
			bottom: 58px;
			left: -80px;
			margin: 0;
			position: absolute;
			.owl-nav > div {
				top: 95%;
			}
			.owl-nav {
				.owl-prev {
					left: 0px;
				}
				.owl-next {
				  display: inline-table;
				  left: 40px;
				}
				.owl-prev i,
				.owl-next i {
					color: @white-base;
					font-size: 35px;
				}

			}
		}
	}

}

@media only screen and (max-width : 991px) {
	.featured-gallery {
		&.style2 {
		    float: none;
	    	margin-top: 58px;	    
			width: 100%;
			.owl-controls {
				bottom: auto;
				left: auto;
				top: -45px;
			}
		}	
	}
}

.image-carousel {
	.owl-controls {
		.owl-nav > div {
			opacity: 0;
		}
	}
	&:hover {
		.owl-controls {
			.owl-nav > div {
				opacity: 1;
			}
		}
	}
}

/* -------- Owl Fullwidth Carousel ---------- */
.fullwidth-carousel {
	.owl-controls {
		.owl-nav > div {
			top: 45%;
		}
	}
	.carousel-item {
		min-height: 615px;
		width: 100%;
	}
	&.blog-fullwidth-carousel {
		.carousel-item {
			height: 600px;
			min-height: auto;
			width: 100%;
		}
		.owl-controls {
			.owl-nav > div {
				background: none;
			}

		}
	}
}

/* -------- Twitter Feed Carousel ---------- */
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0;
}

/* -------- Twitter Feed Carousel ---------- */
.twitter-feed {
	&.twitter-carousel {
		color: @black-111;
		font-size: 16px;
		a {
			color: @black-111;
		}
	}
	.date {
		font-size: 12px;
	}
	&.twitter-white,
	&.twitter-white a {
		color: @white-base;
	}
}

/* -------- BX Slider ---------- */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 28px;
    padding: 0 12px;
    width: auto;
    text-indent: 0;
    top: -30px;
    z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover {
	background: #ddd;
}
.bx-controls .bx-controls-direction > a i {
	color: #888;
}
.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
    right: 0;
}

/* -------- Typed Animation Slider ---------- */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

Anon7 - 2021