Sindbad~EG File Manager
/**
* Styling for the admin page
*
* @package Grocery Shopping
*/
#lefty {
display: block;
float: left;
width: calc(100% - 450px);
padding: 0 15px;
}
#description {
margin: 0 auto;
line-height: 2;
background: #FFF;
padding: 2em;
}
#description-inside {
overflow-y: auto;
max-height: 400px;
padding-right: 20px;
font-size: 14px;
}
#description h3 span {
font-weight: normal;
font-size: 15px;
}
#description h3 {
font-size: 20px;
margin-top: 0;
}
#righty {
display: block;
float: left;
width: 359px;
}
.postbox .inside{
padding: 0;
}
.postbox {
width: 100%;
padding: 1em;
border-radius: 0;
box-shadow: none;
background: rgba(255, 255, 255, .5);
}
#admin_pro_links {
display: inline-block;
width: 100%;
}
/* ADMIN HEADER AND LINKS */
#admin_links {
overflow: hidden;
}
#admin_links a,#admin_pro_links a {
display: inline-block;
float: left;
width: 33.333%;
width: calc(100% / 4);
padding: 1em;
letter-spacing: 1px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #FFF;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .3s all;
-moz-transition: .3s all;
transition: .3s all;
}
#admin_pro_links a {
width: calc(100% / 3);
padding: 15px 10px;
}
a.blue-button-1, #admin_links a:hover, a.blue-button-2:hover {
background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 100%);
}
a#customizer, a.blue-button-2 {
background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
}
a.blue-button-1:hover{
background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%) !important;
}
span.dashicons.dashicons-no,span.dashicons.dashicons-yes {
color: red;
font-size: 27px;
margin: 0px;
}
span.dashicons.dashicons-yes{
color: green;
}
/* New Table CSS */
.d-table {
min-width: 300px;
min-height: 300px;
display: block;
width: 1px solid red;
}
.d-table ul {
list-style-type: none;
border-bottom: 1px solid #eeeeee;
}
.d-column li {
padding: 0px;
display: inline-block;
width: 50px;
height: 20px;
}
.d-row li {
padding: 0px;
display: inline-block;
width: 50px;
height: 20px;
}
li.feature {
font-weight: bold;
color: #000 !important;
}
li.free, li.plus {
float: right;
font-weight: bold;
color: #000 !important;
}
li.wrong, li.right {
float: right;
}
li.points {
width: 70%;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists