HEX
Server: Apache/2
System: Linux saturn 4.18.0-477.15.1.lve.2.el8.x86_64 #1 SMP Wed Aug 2 10:43:45 UTC 2023 x86_64
User: centuryt (1072)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /home/centuryt/public_html/wp-content/themes/rife-free/css/preloaders/infinity.css
.infinity .preloader-animation {
	top: -20px;
}
@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
	}
}
@-moz-keyframes clockwise {
	0% {
		-moz-transform: rotate(-45deg);
	}
	100% {
		-moz-transform: rotate(315deg);
	}
}
@keyframes clockwise {
	0% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100% {
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		-o-transform: rotate(315deg);
		transform: rotate(315deg);
	}
}
@-webkit-keyframes not-clockwise {
	0% {
		-webkit-transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(-315deg);
	}
}
@-moz-keyframes not-clockwise {
	0% {
		-moz-transform: rotate(45deg);
	}
	100% {
		-moz-transform: rotate(-315deg);
	}
}
@keyframes not-clockwise {
	0% {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		-ms-transform: rotate(-315deg);
		-o-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@-webkit-keyframes lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes lt {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	76% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.infinity-container {
	width: 74px;
	margin: 60px auto;
	font-size: 0;
	position: relative;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: clockwise 6s linear infinite;
	-moz-animation: clockwise 6s linear infinite;
	animation: clockwise 6s linear infinite;
}
.infinity-container:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: 6px solid #e5e5e5;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.infinity-container:after {
	position: absolute;
	content: '';
	z-index: -1;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 6px solid #e5e5e5;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inf-lt, .inf-rt, .inf-lb, .inf-rb {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 20px;
	opacity: 1;
}
.inf-lt:before, .inf-rt:before, .inf-lb:before, .inf-rb:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	border-top: 6px solid #fff/*$color*/;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inf-lt {
	margin-right: -6px;
	-webkit-animation: lt 2s linear -2000ms infinite;
	-moz-animation: lt 2s linear -2000ms infinite;
	animation: lt 2s linear -2000ms infinite;
}
.inf-lt:before {
	top: 0;
	left: 0;
	-webkit-animation: not-clockwise 1s linear infinite;
	-moz-animation: not-clockwise 1s linear infinite;
	animation: not-clockwise 1s linear infinite;
}

.inf-rt {
	-webkit-animation: lt 2s linear -1000ms infinite;
	-moz-animation: lt 2s linear -1000ms infinite;
	animation: lt 2s linear -1000ms infinite;
}
.inf-rt:before {
	top: 0;
	right: 0;
	-webkit-animation: clockwise 1s linear infinite;
	-moz-animation: clockwise 1s linear infinite;
	animation: clockwise 1s linear infinite;
}

.inf-lb {
	margin-right: -6px;
	-webkit-animation: lt 2s linear -1500ms infinite;
	-moz-animation: lt 2s linear -1500ms infinite;
	animation: lt 2s linear -1500ms infinite;
}
.inf-lb:before {
	bottom: 0;
	left: 0;
	-webkit-animation: not-clockwise 1s linear infinite;
	-moz-animation: not-clockwise 1s linear infinite;
	animation: not-clockwise 1s linear infinite;
}

.inf-rb {
	-webkit-animation: lt 2s linear -500ms infinite;
	-moz-animation: lt 2s linear -500ms infinite;
	animation: lt 2s linear -500ms infinite;
}
.inf-rb:before {
	bottom: 0;
	right: 0;
	-webkit-animation: clockwise 1s linear infinite;
	-moz-animation: clockwise 1s linear infinite;
	animation: clockwise 1s linear infinite;
}