( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../elementsMachine/simple-xhr-uploader.min.css
/*!
 * simple-xhr-uploader v0.1.0
 * https://github.com/cihadtekin/simple-xhr-uploader
 * 
 * Copyright 2016 Cihad Tekin <cihadtekin@gmail.com>
 * Licensed under MIT
 */.simple-xhr .simple-xhr-progress {
	height:2px;
	margin-bottom:0;
	margin-top:10px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:2px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
	box-sizing:border-box;
	
}
.simple-xhr .simple-xhr-progress-bar {
	float:left;
	width:0;
	height:100%;
	font-size:5px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#3CF;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease;
	box-sizing:border-box
}
.simple-xhr .simple-xhr-progress-bar-success {
	background-color:#3CF
}
.simple-xhr .simple-xhr-progress-bar-error {
	background-color:#cc0000
}