Sindbad~EG File Manager
@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';
body {
background: #F0EFE7;
margin: 0;
padding: 0;
font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #4E443C;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-align: center;
font-weight: normal;
text-rendering: optimizelegibility;
}
h1 {
color: #4E443C;
font-size: 36px;
font-weight: bold;
}
h2, h2 a {
color: #F14E32;
}
h3, h3 a {
color: #0388A6;
}
a {
color: #0388A6;
}
pre {
border:1px solid #000;
overflow-x:auto;
background: #222;
color: #fff;
text-shadow: none;
}
.wrapper {
max-width: 620px;
padding: 0 20px 40px 20px;
margin: auto;
}
/* Added below style for test By Ganesan on 2020-10-19 */
@media (min-width: 600px) {
.row {
display: flex;
flex-direction: row;
/* min-height: 100vh; */
}
.row > div {
flex-basis: 25%;
}
.row > div.main {
flex-basis: 50%;
}
.column {
display: flex;
flex-direction: column;
}
.column > div {
flex-basis: 100%;
}
.column.main > div {
flex-basis: 100%;
}
}
.embed-responsive {
-webkit-transition: -webkit-transform .8s ease-in-out;
transition: transform .8s ease-in-out;
}
.embed-responsive:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
img {
flex-basis: 25%;
-webkit-transition: -webkit-transform .8s ease-in-out;
transition: transform .8s ease-in-out;
}
img:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists