Sindbad~EG File Manager
@font-face{
font-family:'reg';
src:url('reg.woff2');
}
*{
outline:none;
font-family:sans-serif;
box-sizing:border-box;
}
html, body ,main{
height:100%;
}
body{
margin:0;
background:#cce3da;
}
header{
display:flex;
align-items:center;
padding:20px;
background:#f9f9f9;
border-bottom:1px solid #d9d3d3;
}
header img{
width:50px;
}
header div{
width:50%;
}
header .right{
text-align:right;
}
main{
padding:20px;
text-align:center;
display:flex;
align-items:center;
justify-content:center;
}
.logo img{
width:57px;
}
.form{
background:white;
padding:20px;
width:400px;
max-width:100%;
border-radius:10px;
border:1px solid #f1f1f1;
}
.col{
margin:20px 0;
}
input{
width:100%;
padding:20px 10px;
border:none;
border:1px solid #ececec;
border-radius:6px;
font-size:1.1em;
transition:0.3s;
}
.input{
display:flex;
align-items:center;
border:1px solid #ececec;
padding:20px 10px;
border-radius:6px;
transition:0.3s;
background:white;
}
.input input{
padding:0;
border:none;
}
.input input:focus{
border:none;
box-shadow:none;
}
input:focus{
border:1px solid #48ac98;
box-shadow:0 0 0 1px #48ac98;
}
.input:focus-within{
border:1px solid #48ac98;
box-shadow:0 0 0 1px #48ac98;
}
label{
font-weight:bold;
color:#48ac98;
}
button{
background:#48ac98;
width:100%;
color:white;
border:none;
padding:15px;
font-size:0.9em;
border-radius:6px;
font-weight:bold;
}
footer{
position:fixed;
bottom:0;
background:white;
width:100%;
padding:20px;
font-size:0.8em;
display:flex;
}
footer span{
margin-right:20px;
font-family:"reg";
display:inline-flex;
align-items:center;
}
footer img{
width:12px;
margin-left:4px;
}
.md{
display:none;
}
.loader{
display:none;
position:fixed;
width:100%;
height:100%;
left:0;
top:0;
z-index:9;
background:#ffffff;
}
.loader .content{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
}
.loader img{
width:50px;
}
input.error{
border-bottom:2px solid red;
}
@media screen and (max-width:800px){
html,body{
height:auto;
}
main{
display:block;
height:auto;
margin:100px 0;
}
.md{
display:inline-block;
}
.lg{
display:none;
}
body{
background:#f9f9f9;
}
.form{
background:none;
border:none;
padding:0;
display:inline-block;
}
footer{
display:block;
}
footer span{
width:100%;
margin:9px 0;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists