403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/StyleEdit3/styles/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/StyleEdit3/styles/_loading_spinner.scss
.loading-spinner,
.loading-spinner > div {
	position:           relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.loading-spinner {
	display:   block;
	font-size: 0;
	color:     #FFFFFF;
	margin:    auto;
}

.loading-spinner.la-dark {
	color: #444;
}

.loading-spinner > div {
	display:          inline-block;
	float:            none;
	background-color: currentColor;
	border:           0 solid currentColor;
}

.loading-spinner {
	width:  32px;
	height: 32px;
}

.loading-spinner > div {
	position:          absolute;
	top:               50%;
	left:              50%;
	width:             8px;
	height:            8px;
	margin-top:        -4px;
	margin-left:       -4px;
	border-radius:     100%;
	-webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
	-moz-animation:    ball-spin-clockwise 1s infinite ease-in-out;
	-o-animation:      ball-spin-clockwise 1s infinite ease-in-out;
	animation:         ball-spin-clockwise 1s infinite ease-in-out;
}

.loading-spinner > div:nth-child(1) {
	top:                     5%;
	left:                    50%;
	-webkit-animation-delay: -.875s;
	-moz-animation-delay:    -.875s;
	-o-animation-delay:      -.875s;
	animation-delay:         -.875s;
}

.loading-spinner > div:nth-child(2) {
	top:                     18.1801948466%;
	left:                    81.8198051534%;
	-webkit-animation-delay: -.75s;
	-moz-animation-delay:    -.75s;
	-o-animation-delay:      -.75s;
	animation-delay:         -.75s;
}

.loading-spinner > div:nth-child(3) {
	top:                     50%;
	left:                    95%;
	-webkit-animation-delay: -.625s;
	-moz-animation-delay:    -.625s;
	-o-animation-delay:      -.625s;
	animation-delay:         -.625s;
}

.loading-spinner > div:nth-child(4) {
	top:                     81.8198051534%;
	left:                    81.8198051534%;
	-webkit-animation-delay: -.5s;
	-moz-animation-delay:    -.5s;
	-o-animation-delay:      -.5s;
	animation-delay:         -.5s;
}

.loading-spinner > div:nth-child(5) {
	top:                     94.9999999966%;
	left:                    50.0000000005%;
	-webkit-animation-delay: -.375s;
	-moz-animation-delay:    -.375s;
	-o-animation-delay:      -.375s;
	animation-delay:         -.375s;
}

.loading-spinner > div:nth-child(6) {
	top:                     81.8198046966%;
	left:                    18.1801949248%;
	-webkit-animation-delay: -.25s;
	-moz-animation-delay:    -.25s;
	-o-animation-delay:      -.25s;
	animation-delay:         -.25s;
}

.loading-spinner > div:nth-child(7) {
	top:                     49.9999750815%;
	left:                    5.0000051215%;
	-webkit-animation-delay: -.125s;
	-moz-animation-delay:    -.125s;
	-o-animation-delay:      -.125s;
	animation-delay:         -.125s;
}

.loading-spinner > div:nth-child(8) {
	top:                     18.179464974%;
	left:                    18.1803700518%;
	-webkit-animation-delay: 0s;
	-moz-animation-delay:    0s;
	-o-animation-delay:      0s;
	animation-delay:         0s;
}

.loading-spinner.la-sm {
	width:  16px;
	height: 16px;
}

.loading-spinner.la-sm > div {
	width:       4px;
	height:      4px;
	margin-top:  -2px;
	margin-left: -2px;
}

.loading-spinner.la-2x {
	width:  64px;
	height: 64px;
}

.loading-spinner.la-2x > div {
	width:       16px;
	height:      16px;
	margin-top:  -8px;
	margin-left: -8px;
}

.loading-spinner.la-3x {
	width:  96px;
	height: 96px;
}

.loading-spinner.la-3x > div {
	width:       24px;
	height:      24px;
	margin-top:  -12px;
	margin-left: -12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity:           1;
		-webkit-transform: scale(1);
		transform:         scale(1);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity:           0;
		-webkit-transform: scale(0);
		transform:         scale(0);
	}
}

@-moz-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity:        1;
		-moz-transform: scale(1);
		transform:      scale(1);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity:        0;
		-moz-transform: scale(0);
		transform:      scale(0);
	}
}

@-o-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity:      1;
		-o-transform: scale(1);
		transform:    scale(1);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity:      0;
		-o-transform: scale(0);
		transform:    scale(0);
	}
}

@keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity:           1;
		-webkit-transform: scale(1);
		-moz-transform:    scale(1);
		-o-transform:      scale(1);
		transform:         scale(1);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity:           0;
		-webkit-transform: scale(0);
		-moz-transform:    scale(0);
		-o-transform:      scale(0);
		transform:         scale(0);
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit