__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

[email protected]: ~ $
/**
 * @name		Slider CK
 * @package		com_sliderck
 * @copyright	Copyright (C) 2016. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */

.animate {
	transition: all 0.5s ease;
}

#workspaceck * {
	box-sizing: border-box;
	font-family: verdana;
}

#workspaceck {
	position: relative;
	padding-right: 45px;
	margin-left: 90px;
}

#addslide {
	background: #fff;
	height: 120px;
	width: 120px;
	color: #222;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) inset;
	border: 1px dashed #ccc;
	position: relative;
	margin: 8px;
	float: left;
}

.addslidetext {
	position: absolute;
	height: 25px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #222;
	color: #fff;
	line-height: 25px;
}

.addslideicon {
	color: #aaa;
	font-size: 30px;
	line-height: 80px;
	height: 95px;
}

#addslide:hover .addslideicon {
	color: #222;
	border-color: #c1c1c1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.slidethumb {
	padding: 0;
	margin: 8px;
	border: 1px solid #C1C1C1;
	text-align: left;
	background: #eee none repeat scroll 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
}

.slidethumb:hover {
	border: #5F9EA0 1px solid;
	background-color: #f5f5f5;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.slidethumb img {
	margin: 0 5px 0 0;
	object-fit: scale-down;
	object-position: center;
	max-width: none;
	height: 100%;
	width: 100%;
}




.styleswizard_options {
	/*margin-top: 20px;*/
}

.styleswizard label {
	display: inline-block !important;
	width: 150px;
}

.styleswizard input {
	display: inline-block !important;
	max-width: 100px;
	border-radius: 0;
	height: 18px;
}

.styleswizard span {
	margin-right: 3px;
}

.styleswizard img {
	vertical-align: 0;
}

.styleswizard label.radiobutton {
	display: inline-block !important;
	width: 30px;
	padding: 3px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid #bbb;
	height: 20px;
	vertical-align: top;
	min-width: 30px;
}

.btn-group > .btn {
	vertical-align: top;
}

.btn-group > input + .btn {
	margin-left: -1px;
}

.styleswizard input[type=radio].radiobutton {
	display: none !important;
}

.styleswizard input[type=radio].radiobutton:checked + label {
	background: #2e9fd2; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e9fd2 0%, #21759b 100%, #21759b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e9fd2), color-stop(100%,#21759b), color-stop(100%,#21759b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e9fd2 0%,#21759b 100%,#21759b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e9fd2 0%,#21759b 100%,#21759b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e9fd2 0%,#21759b 100%,#21759b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2e9fd2 0%,#21759b 100%,#21759b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9fd2', endColorstr='#21759b',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	border: 1px solid #21759b ;
}

#previewarea .swiper-container {
	overflow: visible;
}

.ckrow {
	margin-top: 3px;
}

.ckheading {
	color: #2EA2CC;
	font-weight: bold;
	margin-top: 10px;
}

.ckheading:first-child {
	margin-top: 0px;
}

/*------------------------
	Wait icon
--------------------------*/

.ckwait {
	background-image: url(../images/ajax-loader.gif) !important;
	min-height: 16px;
}

.ckwait.black {
	background-image: url(../images/ajax-loader-black.gif) !important;
}

.ckbutton.blackhover:hover .ckwait {
	background-image: url(../images/ajax-loader-black.gif) !important;
}

Filemanager

Name Type Size Permission Actions
elements Folder 0775
jscolor Folder 0775
admin.css File 3.92 KB 0664
admin.js File 16.59 KB 0664
adminlist.css File 161 B 0664
ajax-loader.gif File 1.7 KB 0664
ckbox.css File 2 KB 0664
ckbox.js File 5.28 KB 0664
ckbrowse.css File 6.73 KB 0664
ckbrowse.js File 7.4 KB 0664
ckframework.css File 20.89 KB 0664
ckframework.js File 12.68 KB 0664
ckpopup.css File 5.6 KB 0664
index.html File 44 B 0664
jquery-ui.min.css File 34.28 KB 0664
jquery-ui.min.js File 35.53 KB 0664
jquery-uick-custom.js File 396.21 KB 0664
sliderck.css File 4 KB 0664
sliderck.js File 10 KB 0664
style.css File 4 KB 0664
style.js File 9.63 KB 0664
swiper.css File 22.07 KB 0664
swiper.jquery.min.js File 67.11 KB 0664
swiper.js File 230.94 KB 0664
swiper.min.js File 93.15 KB 0664
Filemanager