403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.156
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/news/cooprat/sfadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/news/cooprat/sfadmin/style.css
@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font-family:'Arial', Helvetica, sans-serif; font-size:12px;}

a:link, a:visited, a:active{text-decoration:none; color:#1066BC; font-weight:bold;}

a:hover{color:#29528F;}

img a{border:none;}

#admin-hedder{height:50px; background:#000; overflow:hidden;}

#logo{margin:5px 0 0 15px;}

#admin-left-box{width:203px; float:left; min-height:800px; background-color:#eaeaea;}

.admin-login-box{margin:100px auto; width:600px; min-height:605px;}

.login_box{ background-color: #F8F8F8; padding:15px 30px 30px 30px; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.login_box h1{ margin:0; padding:0;}

.story-box{width:600px; margin:0 auto; overflow:hidden; padding:10px;}

.title1{background-color:#36C; padding:7px; font-size:14px; font-weight: bold; color:#FFF; overflow: hidden; margin:0;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.look-up-story{float:right; text-align:right; padding:0 5px 0 0; margin:0;}



#menu {z-index:100; margin:5px auto 0 5px;}

#menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
/* The container */
#menu > ul {
  display: block;
  position: relative;
  width: 198px;
}
/* The list elements which contain the links */
#menu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* General link styling */
#menu > ul li a {
  /* Layout */

  display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #d9d9d9;
  padding: 11px 20px;
  /* Typography */

  font-family: Helvetica, Arial, sans-serif;
  color: #e4433c;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
  font-weight: 300;
  /* Background & effects */

  background: #eaeaea;
}
/* Rounded corners for the first link of the menu/submenus */
#menu > ul li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#menu > ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#menu > ul li a:hover,
#menu > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: #f23f37;
  background: -webkit-linear-gradient(#f23f37, #e7180f);
  background: -moz-linear-gradient(#f23f37, #e7180f);
  background: linear-gradient(#f23f37, #e7180f);
  border-color: transparent;
}
/* The arrow indicating a submenu */
#menu > ul .has-sub > a::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #e4433c;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#menu > ul .has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
/* Changing the color of the arrow on hover */
#menu > ul li > a:hover::after,
#menu > ul li:hover > a::after {
  border-left: 4px solid #fff;
}
#menu > ul li > a:hover::before,
#menu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.25);
}
/* THE SUBMENUS */
#menu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 5px;
  opacity: 0;
  width: 180px;
  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#menu > ul ul li a {
  font-size: 12px;
}
/* Showing the submenu when the user is hovering the parent link */
#menu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  z-index: 1;
}

.title{padding:0 15px;}

.admin-right-box{ overflow:hidden; float:left; padding:1px;}

.theform{width:700px; overflow:hidden; margin:10px auto 0 5px;}

.theform input{padding:7px 10px; margin:5px 0; width:300px; float:left; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.theform label{padding:7px 10px; margin:5px 0; width:200px; float:left; font-weight:bold;}

.theform textarea{padding:7px 10px; margin:5px 0; width:300px; float:left; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.theform select{padding:7px 10px; margin:5px 0; float:left; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.theform input[type=file]{border:none;}

#login-form{width:600px;}

#submit{padding:7px 10px; margin:5px 160px 5px 0; float:right; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; clear:both; font-weight:bold;}

#submit-page{padding:7px 10px; margin:5px 58px; float:right; border:1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; clear:both; font-weight:bold;}

#txtbox{width:640px; height:500px;}

#prvercy-box{margin-left:15px;}

.clear-div{ clear:both; float:left;}

.vtable {margin:10px 15px; border: 1px solid #e2e1e1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; min-width:100% 908px;}

.vtable thead tr td{background-color: #333; color:#FFF; padding:10px; border-bottom: 1px solid #e2e1e1; border-right:  1px solid #e2e1e1;}

.vtable tbody tr td{padding:10px; border-bottom: 1px solid #e2e1e1; border-right:  1px solid #e2e1e1;}

.red-button{background-color: #C00; color:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px; text-decoration:none;  display:inline-block;}

.red-button:hover{background-color: #900; color:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px; text-decoration:none;  display:inline-block;}

.blue-button{background-color: #3180bc; color:#FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none; display:inline-block;}

.blue-button:link,.blue-button:visited,.green-button:link,.green-button:visited,.red-button:link,.red-button:visited {color:#FFF; font-weight:bold;}

.blue-button:hover{background-color: #1b639b; color:#FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none; display:inline-block;}

.green-button{background-color: #078E0C; color:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none;  display:inline-block;}

.green-button:hover{background-color: #060; color:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none;  display:inline-block;}

.msg-ok{font-weight:bold; color: #18D213; padding:0 15px; margin:10px 0;}

.msg-error{font-weight:bold; color:#E10000; padding:7px 10px; margin:10px 0;}

.buttons{background-color: #3180bc; color:#FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none; display:inline-block; margin-top:20px;}

.buttons:link, .buttons:visited {color:#FFF; font-weight:bold;}

.buttons:hover{background-color: #1b639b; color:#FFF;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px;text-decoration:none;  display:inline-block;}

.box{padding:30px;}

/* Footer */

#admin-footer{background:#000; height:60px; clear:both; bottom:0; padding:10px 0 0 15px; color:#FFF;}

Youez - 2016 - github.com/yon3zu
LinuXploit