Sindbad~EG File Manager
@font-face{
font-family:'r';
src:url('r.woff2');
}
@font-face{
font-family:'b';
src:url('b.woff2');
}
*{
outline:none;
font-family:'r', sans-serif;
box-sizing:border-box;
}
body{
margin:0;
background:whitesmoke;
}
header{
background:white;
padding:30px;
border-bottom:1px solid #dedede;
}
header img{
width:110px;
}
footer{
margin-top:200px;
}
main{
text-align:center;
}
.title{
width:1200px;
max-width:100%;
text-align:left;
display:inline-block;
margin:30px 0;
font-size:2em;
color:#3a3939;
}
.form{
text-align:left;
width:1200px;
max-width:100%;
display:inline-flex;
}
.form .left{
width:50%;
background:white;
border-radius:10px;
margin-right:30px;
padding:30px;
}
.form .right{
width:50%;
}
.form .right img{
width:100%;
}
.form{
color:#5d5c5c;
}
.col{
margin:50px 0;
}
.col.title{
font-size:1.4em;
margin:0;
color:#5d5c5c;
}
.col.multi{
width:100%;
display:flex;
}
.col.multi .input{
margin-top:-14px;
display:flex;
flex-direction:column;
}
.col.multi .label{
width:200px;
}
.col.submit{
text-align:left;
}
input{
width:140px;
margin:6px 0;
border:1px solid #888282;
padding:10px;
border-radius:6px;
}
.col.multi label{
font-size:0.8em;
}
main{
padding:10px;
}
button{
background:#f56b14;
color:white;
font-family:'b';
border:none;
padding:10px 30px;
border-radius:8px;
font-size:1.1em;
}
.links{
text-align:left;
}
a{
color:#7373ab;
}
input.error{
border:1px solid #ff5555;
}
.window{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:white;
display:none;
}
.loading{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column
}
.loading-holder{
position:relative;
background:url('loading.gif');
background-size:cover;
width:130px;
height:130px;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column
}
.loadimage img{
width:60px;
margin-top:6px;
}
.loadtext{
margin-top:30px;
font-size:1.3em;
text-align:center;
}
@media screen and (max-width:850px){
.form{
text-align:center;
display:block;
width:100%;
}
.form .left, .form .right{
margin:10px 0;
width:100%;
}
.col.multi{
display:block;
}
.col.multi .label{
width:100%;
text-align:left;
}
.col.multi .input{
margin:0;
text-align:left;
}
.form .left{
padding:20px;
margin:0;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists