403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /inetpub/wwwroot/icd/administrator/components/com_sectionex/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/icd/administrator/components/com_sectionex/assets/css/styles.css
/**
 * @package		SectionEx
 * @copyright	Copyright (C) 2008 Robert Kuster. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 * @link        http://www.stackideas.com  
 *
 * SectionEx is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */ 

#sectionex_wrapper {
	padding: 20px;
}

	#sectionex_wrapper h1 {
		background: transparent url(../images/backend.png) no-repeat -10px -20px;
		height: 60px;
		margin-bottom: 15px;
		text-indent: -99999px;
	}


#sx_nav {
	background: transparent url(../images/backend.png) no-repeat -10px -103px;
	list-style: none;
	width: 240px;
	float: left;
	margin-bottom: 10px; 
	padding-top: 5px;
	height: 200px;
}
	
	#sx_nav .inner {
		background: transparent url(../images/backend.png) no-repeat -10px -291px;
		margin: 0 0 -10px;	
		padding: 0 0 10px;
		height: 200px;	
	}
	
	#sx_nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#sx_nav ul li {
			background-color: transparent;
			border-bottom: solid 1px #fff;
			border-top: solid 1px #fff;
			padding: 0 10px;
			margin: 0 3px;
			color: #999;
			font-size: 14px;
		}
		
		#sx_nav ul li.title {
			border-bottom: solid 1px #ecebeb;
			font-size: 14px;
			font-weight: 700;
			height: 30px;
			line-height: 30px;
		}
		
		#sx_nav ul li.item {
			background-position: 15px 10px;
			background-repeat: no-repeat;
			padding-left: 37px;
		}
		

		
		#sx_nav ul li.sub_item {
			background-position: 35px 9px;
			background-repeat: no-repeat;
			padding: 5px 0 5px 43px;
		}
		
		#sx_nav ul li.active {
			border-bottom: solid 1px #ccc;
			border-top: solid 1px #ccc;
		}
		
			#sx_nav ul li a {
				color: #999;
				display: block;
				font-size: 14px;
				text-decoration: none;
				padding: 7px;
			}
			
			#sx_nav ul li a:hover {
				color: #333;
				text-decoration: none;
			}

			#sx_nav ul li.active a {
				color: #0868d0;
				font-weight: 700;
			}

			#sx_nav ul li.sub_item a {
				font-size: 12px;
				padding: 0 10px;
			}

		
		/**
		 * 16x16 icons
		 */		 		
		#sx_nav ul li.item-home {
			background-image: url(../images/icons/home.png);
		}
		
		#sx_nav ul li.item-config {
			background-image: url(../images/icons/config.png);
		}
		
		#sx_nav ul li.item-support {
			background-image: url(../images/icons/support.png);
		}
		
		#sx_nav ul li.item-demo {
			background-image: url(../images/icons/demo.png);
		}
		
		#sx_nav ul li.item-about {
			background-image: url(../images/icons/about.png);
		}

		/**
		 * 10x10 icons
		 */
		#sx_nav ul li.item-section {
			background-image: url(../images/icons/section.png);
		}
		
		#sx_nav ul li.item-category {
			background-image: url(../images/icons/category.png);
		}
		
		#sx_nav ul li.item-article {
			background-image: url(../images/icons/article.png);
		}

		#sx_nav ul li.item-layout {
			background-image: url(../images/icons/layout.png);
		}
		
		#sx_nav ul li.item-others {
			background-image: url(../images/icons/others.png);
		}



/**
 * Config page tabs 
 */

#sx_submenu_container {
	height: 39px;
} 

.sx_slide_submenu {
	height: auto !important;
	height: 330px;
	min-height: 330px;
}
 
#sx_submenu_container #sx_submenu {
	float: left;
	margin: 0 0 20px;
	padding: 0 10px 0 5px;
	height: 39px;
	list-style: none;
	width: 98%;
	background: #fff url(../images/tabs.png) repeat-x 0 -100px;
}

	#sx_submenu_container #sx_submenu li {
		margin: 0 5px;
		display: block;
		float: left;
		height: 39px;
		background: #fff url(../images/tabs.png) no-repeat 0 -50px;
	}
	
		#sx_submenu_container #sx_submenu li a {
			text-decoration: none;
			height: 39px;
			line-height: 39px;
			display: block;
			background: #fff url(../images/tabs.png) no-repeat 100% -50px;
			margin: 0 -5px 0 2px;
			padding: 0 10px;
			color: #888;
		}
		
		#sx_submenu_container #sx_submenu li a:hover {
			color: #333;
		}
		
		#sx_submenu_container #sx_submenu li a span {
			height: 39px;
			display: block;
			padding: 7px 0 0 22px;
			margin: 0;
		}
		
		
	#sx_submenu_container #sx_submenu li.current {
		background-position: 0 0;
		
	}
		
		#sx_submenu_container #sx_submenu li.current a  {
			background-position: 100% 0;
			color: #333;
		}
		
	
	#sx_submenu_container #sx_submenu li.rightside {
		float: right;
		margin-right: 5px;
	}
	
	#sx_submenu_container #sx_submenu li.logout {
		background-position: 0 -150px;
	}
	
		#sx_submenu_container #sx_submenu li.logout a {
			background-position: 100% -150px;
			color: #c33;
		}
		
		#sx_submenu_container #sx_submenu li.logout a:hover {
			color: #900;
		}  













#sx_container {
	margin-left: 240px;
}
	
	#sx_container .top-left {
		background: transparent url(../images/sx_container.png) no-repeat 0 0;
		display: block;
		height: 20px;
	}
	
	#sx_container .top-right {
		background: transparent url(../images/sx_container.png) no-repeat 100% 0;
		display: block;
		height: 20px;
		margin-left: 100px;
	}
	
	#sx_container .middle-left {
		background: transparent url(../images/sx_container_arrow.png) no-repeat 0 -10px;
		
	}
	
	#sx_container .middle-right {
		background: transparent url(../images/sx_container.png) no-repeat 100% -10px;
		min-height: 300px;
		margin-left: 100px;
		height: auto !important;
		height: 300px;
	}

	#sx_container .bottom-left {
		background: transparent url(../images/sx_container.png) no-repeat 0 100%;
		display: block;
		height: 20px;
		clear: both;
	}
	
	#sx_container .bottom-right {
		background: transparent url(../images/sx_container.png) no-repeat 100% 100%;
		margin-left: 100px;
		display: block;
		height: 20px;
	}




#sx_container #sx_content {
	margin-right: 60px;
	position: relative;
}

#sx_container #sx_action {
	position: absolute;
	top: 0;
	right: 25px;
}

	#sx_container #sx_action #save_settings {
		background: transparent url(../images/save_settings.png) no-repeat 0 0;
		border: none;
		text-indent: -99999px;
		width: 134px;
		height: 34px;
	}
	
	#sx_container #sx_action #save_settings:hover {
		background-position: -161px 0;
	}
	
	#sx_container #sx_action #save_settings:active {
		background-position: -322px 0;
		outline-style: none;
	}
	
	

.sx_slide {
	float: left;
	width: 100%;
	padding-top: 20px;
}
	
	.sx_slide h2 {
		font-size: 30px;
		margin: 0 0 20px;
		padding: 0;
	}


#sectionex_wrapper :focus {
	outline-style: none;
}
















.icon-48-sectionex {
	background-image: url(../images/logo_48x48.png);
}

.rounded5px {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.grey-border {
	border: solid 1px #aaa;
	padding: 30px;
	margin-bottom: 20px;
	width: 70%;
}

#sectionex_wrapper {
	font-size: 110%;
	line-height: 140%;
}

.code {
	font-family: Consolas, 'Lucida COnsole', 'Courier New', monospace;
}

pre {
	font-family: Consolas, 'Lucida COnsole', 'Courier New', monospace;
	padding: 10px 10px 10px 30px;
	border-left: solid 3px #ccc;
	background: #eee; 
}

blockquote {
	background-color: #ffc;
	border-left: solid 3px #663;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 20px;
}

.numbered {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
	.numbered li {
		background: transparent url(../images/numbered.png) no-repeat 0 0;
		height: 48px;
		margin: 0 0 25px;
		padding: 0 0 0 55px;
	}
	
		.numbered li h3 {
			font-size: 20px;
			margin-bottom: 5px;
		}
		
		.numbered li p {
			padding: 0;
			margin: 0;
		}
	
	.numbered .li-1 {
		
	}
	
	.numbered .li-2 {
		background-position: 0 -50px;
	}
	
	.numbered .li-3 {
		background-position: 0 -100px;
	}
	
	.numbered .li-4 {
		background-position: 0 -150px;
	}
	
	.numbered .li-5 {
		background-position: 0 -200px;
	}
	
	
	
	
#sectionex_wrapper fieldset {
	border: 0;
}		
	
	
body table.adminlist td.key {
	width: 300px;
}	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

Youez - 2016 - github.com/yon3zu
LinuXploit