403Webshell
Server IP : 51.89.169.208  /  Your IP : 3.137.178.51
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/masrur/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/masrur/style.css
/* Normalize */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body * {
    font-family: inherit;
}

.cn {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fadeIn {
    transform: scale(0.8);
    opacity: 0;
    filter: opacity(0);
    transition: all 187ms ease-out;
}

.fadeIn.active {
    transform: scale(1);
    opacity: 1;
    filter: opacity(100);
}

.float_cn:before,
.float_cn:after {
  content: "";
  display: table;
} 
.float_cn:after {
  clear: both;
}
.float_cn {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

table {
    border-spacing: 0;
}

<?php 
for($i=1;$i<=10;$i++) {
    echo "
 .curve {$i}{
        border-radius: {$i}px;
        -moz-border-radius: {$i}px;
        -webkit-border-radius: {$i}px;
    }\n";
}

?>

.inp,
.btn {
    outline: 0;
}

a {
    color: #2980b9;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #3498db;
}

a.btn {
    text-decoration: none;
    color: inherit;
}

.btn {
    border: 0;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.btn:active {
    position: relative;
    top: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.btn.bright,
.cta.bright {
    text-shadow: 0 0 1px #555;
    font-weight: 600;
    color: #ffffff;
}

.btn.full,
.cta.full {
    width: 100%;
    display: block;
}

.btn.blue {
    background: rgb(66, 165, 245);
}

.btn.blue:hover {
    background: rgb(33, 150, 243);
}

.btn.grey {
    background: #eff0f2;
}

.cta.yellow {
    border: 1px solid #bdc3c7;
    background: rgb(255, 235, 59);
    background: -moz-linear-gradient(top, #f39c12 0%, #e67e22 100%);
    background: -webkit-linear-gradient(top, #f39c12 0%, #e67e22 100%);
    background: linear-gradient(to bottom, #f39c12 0%, #e67e22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb3b', endColorstr='#fdd835', GradientType=0);
}

.cta.yellow:hover {
    background: rgb(253, 216, 53);
    background: -moz-linear-gradient(top, #e67e22 0%, #f39c12 100%);
    background: -webkit-linear-gradient(top, #e67e22 0%, #f39c12 100%);
    background: linear-gradient(to bottom, #e67e22 0%, #f39c12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd835', endColorstr='#ffeb3b', GradientType=0);
}

.cta.blue {
    background: rgb(66, 165, 245);
    background: -moz-linear-gradient(top, rgba(66, 165, 245, 1) 0%, rgba(33, 150, 243, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(66, 165, 245, 1) 0%, rgba(33, 150, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(66, 165, 245, 1) 0%, rgba(33, 150, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a5f5', endColorstr='#2196f3', GradientType=0);
}

.cta.blue:hover {
    background: rgb(33, 150, 243);
    background: -moz-linear-gradient(top, rgba(33, 150, 243, 1) 0%, rgba(66, 165, 245, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(33, 150, 243, 1) 0%, rgba(66, 165, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(33, 150, 243, 1) 0%, rgba(66, 165, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#42a5f5', GradientType=0);
}

#header {
    border-bottom: 1px solid #CCC;
}

#header .cn {
    display: table;
    height: 100px;
}

#logo,
#menu,
#search,
#btns {
    display: table-cell;
    vertical-align: middle;
}

#logo {
    width: 250px;
}

#logo img {
    height: 30px;
    display: block;
}

#search {
    text-align: center;
}

.search_wrap {
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 10px 0;
}

.search_wrap input,
.search_wrap button {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    font-size: 15px;
    padding: 0 8px;
}

.search_wrap .bus {
    border-right: 1px solid #CCC;
}

#btns .button {
    display: inline-block;
    padding: 8px 14px;
    color:#2c3e50;
    text-decoration: none;
    margin: 0 4px;
    text-align: center;
}

#btns .button.advertise {
    background: #2c3e50;
}

#btns .button:hover {
    color: #aaa;
}

#btns .button:hover svg {
    fill: #aaa;
}

#btns .button:active {
    color: #2c3e50;
}

#btns .button:active svg {
    fill: #2c3e50;
}

#btns svg {
    vertical-align: center;
    fill: #2c3e50;
    position: relative;
    top: 1px;
}

#btns span {
    font-size: 14px;
    display: block;
}

#menu {
    padding-left: 20px;
}

#menu ul {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
}

#menu li {
    display: inline-block;
}

#menu a {
    color: inherit;
    text-decoration: none;
    display: block;
    margin: 0 15px;
    padding: 0 5px;
    border-bottom: 2px solid transparent;
    height: 40px;
    line-height: 40px;
}

#menu a:hover {
    border-bottom-color: #2c3e50;
}

#menu li.active a {
    border-bottom-color: #f1c40f;
    color: #f1c40f
}

Youez - 2016 - github.com/yon3zu
LinuXploit