ÿØÿà 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/shortcodes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/lionbursa/public_html/style/less/less-mobilerepair/shortcodes/icon-box.less
/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
	margin-bottom: 30px;

	.icon {
		display: inline-block;
		height: 70px;
		margin-bottom: 0;
		.transition(all .3s ease);
		width: 70px;
		text-align: center;

		i{
			line-height: 70px;
		}

		// Icon gray
		&.icon-gray {
			background-color: @gray-lighter;
			color: @black-555;

			&:hover {
				background-color: darken(@gray-lighter, 10%);
				color: darken(@gray, 10%);
			}

			//icon bordered
			&.icon-bordered {
				background-color: transparent;
				border: 2px solid @gray-lighter;

				&:hover {
					background-color: @gray-lighter;
					color: @black-555;
				}

			}
		}

		// Icon dark
		&.icon-dark {
			background-color: @black-111;
			color: @white-base;

			&:hover {
				color: darken(@gray-light, 10%);
			}

			//icon bordered
			&.icon-bordered {
				background-color: transparent;
				border: 2px solid @black-111;
				color: @black-111;
				
				&:hover {
					background-color: @black-111;
					border-color: @black-111;
					color: @white-base;
				}

			}
		}

		// Icon dark
		&.icon-white {
			background-color: @white-base;
			color: @black-333;

			&:hover {
				background-color: darken(@white-base, 30%);
				color: darken(@black-333, 30%);
			}

			//icon bordered
			&.icon-bordered {
				background-color: transparent;
				border: 2px solid @white-base;
				color: @white-base;
				
				&:hover {
					background-color: @white-base;
					border-color: @white-base;
					color: @black-111;
				}

			}

			// Icon white border effect
			&.icon-border-effect {
				position: relative;

				&::after {
				  box-shadow: 0 0 0 3px @white-base;
				}
			}
		}

		// Icon bordered
		&.icon-bordered {
			border: 1px solid @gray-light;

			&:hover {
				background-color: @gray-light;
				color: @white-base;
			}
		}

		// Icon rounded
		&.icon-rounded {
			border-radius: 3px;		
		}

		// Icon rounded
		&.icon-circled {
			border-radius: 50%;
		}

		// Icon xs
		&.icon-xs {
			height: 30px;
			width: 30px;

			i {
				font-size: 18px;
				line-height: 30px;
			}
		}

		// Icon sm
		&.icon-sm {
			height: 50px;
			width: 50px;

			i {
				font-size: 22px;
				line-height: 50px;
			}
		}

		// Icon md
		&.icon-md {
			height: 75px;
			width: 75px;

			i {
				font-size: 36px;
				line-height: 75px;
			}
		}

		// Icon lg
		&.icon-lg {
			height: 90px;
			width: 90px;

			i {
				font-size: 48px;
				line-height: 90px;
			}
		}

		// Icon xl
		&.icon-xl {
			height: 120px;
			width: 120px;

			i {
				font-size: 60px;
				line-height: 120px;
			}
		}

		// Icon border effect
		&.icon-border-effect {
			position: relative;

			&::after {
			  border-radius: 50%;
			  box-shadow: 0 0 0 3px ;
			  box-sizing: content-box;
			  content: "";
			  height: 100%;
			  left: -4px;
			  opacity: 0;
			  padding: 4px;
			  top: -4px;
			  transform: scale(0.8);
			  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
			  pointer-events: none;
			  position: absolute;
			  width: 100%;
			}

			&.effect-flat {
				&::after {
					border-radius: 0;
				}
			}

			&.effect-rounded {
				&::after {
					border-radius: 3px;
				}
			}

			&.effect-circled {
				&::after {
					border-radius: 50%;
				}
			}
			// Icon gray
			&.icon-gray {
				&::after {
					box-shadow: 0 0 0 3px @gray-lighter;
				}
			}
		}

		// Icon border effect
		&.icon-top {
		  left: 0;
		  margin: 0 auto;
		  position: absolute;
		  right: 0;
		  top: -32px;
		}


	}

	i {
		display: inline-block;
		font-size: 40px;
		.transition(all .3s ease);
	}

	i[class*="pe-7s-"] {
		vertical-align: text-bottom;
	}

	&.left {
		text-align: left;
	}

	&.left a {
		margin-right: 30px;
		padding: 0;
	}

	// iconbox border
	&.iconbox-border {
		border: 1px solid @gray-gainsboro;
	}

	// iconbox bg
	&.iconbox-bg {
		background-color: @white-fa;

		&.iconbox-bg-dark {
			background-color: @black-333;
		}
	}

	&.icon-left {
		.icon {
			float: left;
			margin-right: 10px;
			@media only screen and (max-width : 767px) {
				float: none !important;
				margin-right: 0;
			}
			&.no-bg {
				width: auto;
				height: auto;
			}
		}
	}

	.icon-box-title {
	}


}

.rotate {
	.rotate(45deg);
	.transition(all 700ms ease-in-out 0s);
}

.no-rotate {
	.rotate(-45deg);
	.transition(all 700ms ease-in-out 0s);
}

.icon-box {
	&:hover {
		.icon-border-effect {
			&::after {
				opacity: 1;
  				transform: scale(1);
			}
		}
	}

	.icon-border-effect {
		&:hover {
			&::after {
				  opacity: 1;
  				  transform: scale(1);
			}
		}
	}
}

/*
 * 5.0 -> Img Icon Box
 * -----------------------------------------------
*/

.img-icon-box {
	position: relative;
	overflow: hidden;
	.transition(all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s);

	&:before {
		background-color: rgba(0, 0, 0, 0.8);
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		display: block;
	}
	i,
	.img-icon-box h3 {
		.transition(all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s);
	}

	.img-icon-details {
		position: relative;
		min-height: 330px;

		i {
			color: #FFF;
		}
	}

	.img-icon-content  {
		opacity: 0;
		.transition(all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s);
	}

	&:hover {
		 i{
			font-size: 0;
		 }
	}

	&:hover .img-icon-content {
		opacity: 1;
	}

}


/* -------- Icon Box Services ---------- */
.service-icon-box {
	margin-bottom: 30px;
	overflow: hidden;
	a {
		background: @gray-lighter;
		color: @white-base;
		display: inline-block;
		height: 70px;
		line-height: 80px;
		text-align: center;
		text-decoration: none;
		.transition(all .3s ease-in-out 0s);
		width: 70px;
		i {
			font-size: 28px;
		}
	}
	&:hover a i {
		color: @white-base;
	}
}
/* -------- Features Services -------
--- */
.feature-icon-box {
	border: 1px solid @white-f1;
		.feature-icon {
	    border: 4px solid @white-f1;
	    padding: 10px 15px;
	    position: absolute;
	    top: -30px;
	}
}

Anon7 - 2021