Sindbad~EG File Manager
/* GETTING STARTED */
:root {
--padd: 24px;
--c-primary: #fc832c;
--c-primary-dark: #dd6e0d;
--c-primary-light: #ffeee2;
}
.peepso_page_peepso-getting-started {
background-color: transparent;
}
.psa-starter__page h1,
.psa-starter__page h2,
.psa-starter__page h3,
.psa-starter__page h4,
.psa-starter__page h5 {
margin-top: 0;
margin-bottom: 16px;
padding: 0;
}
.psa-starter__page .pa-addons__disabler {
background-color: transparent;
}
.psa-starter__page p {
margin-bottom: 12px;
}
.psa-starter__page a {
color: var(--c-primary-dark);
box-shadow: none !important;
outline: none !important;
}
.psa-starter__page iframe,
.psa-starter__page img {
max-width: 100%;
}
.psa-starter__page .pa-addons__license-header {
margin-top: var(--padd);
font-weight: normal;
font-size: 26px;
line-height: 1.1;
}
.psa-starter__welcome a {
color: #4a8545;
font-weight: bold;
box-shadow: none !important;
outline: none !important;
}
.psa-starter__page .button {
padding: 12px 24px;
line-height: 1;
box-shadow: none !important;
outline: none !important;
}
.psa-starter__page .button,
.psa-starter__page .button-link-delete {
color: var(--c-primary-dark);
background-color: #f8f7f6;
border-color: #c8bcb0;
}
.psa-starter__page .button:hover,
.psa-starter__page .button:focus,
.psa-starter__page .button-link-delete:hover,
.psa-starter__page .button-link-delete:focus {
background-color: #f0e9e2;
border-color: #b8a99c;
color: var(--c-primary-dark);
}
.psa-starter__page .button-primary {
background-color: var(--c-primary);
border-color: var(--c-primary-dark);
color: #fff;
}
.psa-starter__page .button-primary:hover,
.psa-starter__page .button-primary:focus {
background-color: var(--c-primary-dark);
border-color: var(--c-primary-dark);
color: #fff;
}
.psa-starter__page .pa-page--addons {
margin: 0;
}
.psa-starter__page .pa-addons__license {
padding: var(--padd);
padding-top: 0;
}
.psa-starter__page p:last-child {
margin-bottom: 0;
}
.psa-starter__page input[type="text"] {
width: 100%;
}
.psa-starter__page--split {
display: flex;
flex-wrap: wrap;
}
.psa-starter__page--welcome {}
.psa-starter__page--customize {}
.psa-starter__row {
width: 100%;
padding: var(--padd);
border-bottom: 2px solid #eee;
}
.psa-starter__column {
padding-top: var(--padd);
padding-bottom: var(--padd);
}
.psa-starter__column-inner {
padding: var(--padd);
background-color: #f8f7f6;
border-radius: 8px;
}
.psa-starter__column-inner .psa-starter__header {
padding: 0;
}
@media screen and (min-width: 981px) {
.psa-starter__page--split .psa-starter__column {
width: 50%;
}
.psa-starter__page--split .psa-starter__column:last-child {
padding: var(--padd);
}
.psa-starter__page--split .psa-starter__column:last-child hr {
border-top-color: #d6dade;
}
}
.psa-starter__preview {
padding: var(--padd);
}
.psa-starter__bundle {
padding-left: var(--padd);
padding-right: var(--padd);
}
.psa-starter__bundle b:first-child {
font-size: 120%;
}
.psa-starter__bundle--addons {
margin-left: -25px;
margin-right: -25px;
margin-bottom: -25px;
padding: 15px;
background-color: #fff;
box-shadow: inset 0 -1px 0 #eee;
}
.psa-starter__logo {
display: flex;
align-items: center;
padding-inline: var(--padd);
border-right: 1px solid #eee;
}
@media screen and (max-width: 980px) {
.psa-starter__logo {
display: none;
}
}
.psa-starter__menu {
max-width: 1400px;
margin-top: var(--padd);
display: flex;
background-color: #fff;
border-bottom: 2px solid #ddd;
}
@media screen and (max-width: 980px) {
.psa-starter__menu {
flex-direction: column;
}
}
.psa-starter__menu > a {
position: relative;
display: flex;
gap: 8px;
align-items: center;
padding: var(--padd);
color: #333;
font-size: 18px;
line-height: 1;
text-decoration: none !important;
border-right: 1px solid #eee;
}
.psa-starter__menu > a > i:before {
vertical-align: middle;
}
.psa-starter__menu > a > i.fa-plus {
transform: translateY(2px);
}
.psa-starter__menu > a:hover,
.psa-starter__menu > a:focus {
background-color: #f8f7f6;
box-shadow: 0 2px 0 #d5d0cc;
outline: none;
}
.psa-starter__menu > a.active {
z-index: 1;
color: #fff;
background-color: var(--c-primary);
box-shadow: 0 2px 0 var(--c-primary-dark);
border-color: var(--c-primary);
}
.psa-starter__menu > a.active::before {
content: ' ';
position: absolute;
display: block;
z-index: 1;
top: 50%;
left: 100%;
transform: translateY(-50%);
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid var(--c-primary);
}
.psa-starter__content {
max-width: 1400px;
background-color: #fff;
}
.psa-starter__content hr {
margin-block: var(--padd);
border-width: 1px;
}
.psa-starter__welcome {
padding: var(--padd);
padding-bottom: 0;
background-color: #fff;
}
.psa-starter__welcome:last-child {
margin-bottom: 0;
}
.psa-starter__welcome-inner {
padding: var(--padd);
font-size: 16px;
line-height: 1.4;
color: #4a8545;
background-color: #eef5ec;
border-radius: 8px;
}
.psa-starter__header {
padding: var(--padd);
}
.psa-starter__header:last-child {
margin-bottom: 0;
}
.psa-starter__header-title {
color: #263238;
}
.psa-starter__header-title:empty {
display: none;
}
.psa-starter__header-subtitle {
color: #37474F;
}
.psa-starter__header-subtitle:empty {
display: none;
}
.psa-starter__header p {
margin-bottom: 15px;
font-size: 16px;
line-height: 1.4;
color: #7A6654;
}
.psa-starter__header ul {
margin: 0;
margin-bottom: var(--padd);
padding: 0;
padding-left: 17px;
font-size: 16px;
line-height: 1.4;
color: #7A6654;
list-style: circle;
}
.psa-starter__header ul:last-child {
margin-bottom: 0;
}
.psa-starter__header ul > li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}
.psa-starter__header ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.psa-starter__header--preview .psa-starter__header-title {
margin-top: var(--padd);
margin-bottom: 0;
}
.psa-starter__shortcode-list {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 16px;
padding: var(--padd);
padding-top: 0;
}
.psa-starter__shortcode {
padding: var(--padd);
border: 1px solid #ddd;
border-radius: 8px;
}
.psa-starter__shortcode:last-child {}
.psa-starter__shortcode-title {
margin-top: 0;
margin-bottom: var(--padd);
font-size: 18px;
}
.psa-starter__shortcode-body {}
.psa-starter__shortcode-code > pre {
display: inline-block;
width: auto;
border: none;
background-color: #f8f7f6;
border-radius: 4px;
}
.psa-starter__shortcode-desc {}
@media screen and (min-width: 981px) {
.psa-starter__shortcode-body {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.psa-starter__shortcode-desc {
padding-left: 15px;
}
}
.psa-starter__registercopy {}
.psa-starter__registercopy h1 {
margin-top: 0;
margin-bottom: var(--padd);
font-size: 22px;
}
.psa-starter__registercopy .cminds_registration {
margin-left: 0;
margin-right: 0;
padding: 0;
}
.psa-starter__registercopy .cminds_registration_wrapper {
padding: 0;
}
.psa-starter__registercopy .cminds_registration_action {
float: none;
width: 100%;
}
.psa-starter__registercopy .cminds_registration_text {
float: none;
width: 100%;
padding: 0;
}
.psa-starter__registercopy .cminds_registration_action .button {
display: inline-block;
width: auto;
margin-top: 20px;
margin-bottom: 0;
}
.psa-starter__registercopy .cminds_registration {
background-color: transparent;
}
.psa-starter__customize {
margin-left: var(--padd);
border: 1px solid #ddd;
border-radius: 8px;
}
@media screen and (max-width: 980px) {
.psa-starter__customize {
margin-right: var(--padd);
}
}
.psa-starter__customize textarea {
max-width: 100%;
width: 100%;
}
.psa-starter__box {
padding-inline: var(--padd);
}
.psa-starter__box--head {
padding-top: var(--padd);
border-top: 2px solid #ddd;
}
.psa-starter__box--head:first-child {
border-top: none;
}
.psa-starter__box--head p {
margin-top: calc(var(--padd) / 3);
margin-bottom: var(--padd) !important;
padding-bottom: var(--padd);
border-bottom: 1px solid #ddd;
}
h2.psa-starter__box-title {
margin-bottom: 0;
}
.psa-starter__box--option {
padding-bottom: var(--padd);
}
.psa-starter__box--option h5 {
font-weight: bold;
}
.psa-starter__box--option p {
margin-top: calc(var(--padd) / 3);
color: #7A6654;
}
.psa-starter__box--option input + button,
.psa-starter__box--option input + button + button {
margin-top: 5px !important;
}
.psa-starter__group {
margin-bottom: var(--padd);
margin-left: var(--padd);
border: 1px solid #ddd;
border-radius: 8px;
}
.pa-page--addons.psa-starter__group {
margin-left: var(--padd);
}
@media screen and (max-width: 980px) {
.psa-starter__group {
margin-right: var(--padd);
}
.pa-page--addons.psa-starter__group {
margin-right: var(--padd);
}
}
.psa-starter__group:last-child {
margin-bottom: 0;
}
.psa-starter__footer {
color: #B0BEC5;
background-color: #1c1914;
}
@media screen and (min-width: 981px) {
.psa-starter__footer {
max-width: 1400px;
}
}
.psa-starter__footer-navi {
display: flex;
justify-content: space-between ;
}
.psa-starter__footer-navi > a,
.psa-starter__footer-navi > span {
display: block;
padding: var(--padd);
font-size: 16px;
text-decoration: none;
width: 25%;
text-align: center;
}
@media screen and (max-width: 980px) {
.psa-starter__footer-navi > a,
.psa-starter__footer-navi > span {
width: 50%;
}
}
.psa-starter__footer-navi > a {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
box-shadow: none !important;
outline: none !important;
}
.psa-starter__footer-navi > a:last-child {
background-color: var(--c-primary);
}
.psa-starter__footer-navi > span {
color: #78909C;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists