HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux aritmodecarnaval.es 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/www/terrazasgreen2/wp-content/plugins/gd-bbpress-attachments/scss/admin.scss
.d4p-clear {
    clear: both;
}

.d4p-copyright {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 11px;
    border-top: 1px solid #CCC;
}

.d4p-settings,
.d4p-information {
    padding: 0 20px 2px 0;
    width: 540px;
    float: left;
}

.d4p-settings-second,
.d4p-information-second {
    width: 290px;
    float: left;
}

.d4p-information,
.d4p-settings {
    > fieldset {
        background-color: #FFF;
        border-radius: 6px;
        padding: 15px;
        margin: 20px 0 0;
    }
}

.d4p-bbpress-toolbox {
    > fieldset {
        background-color: #D9FAFF;
        border-radius: 6px;
        padding: 10px;
        margin: 20px 0 0;
        text-align: center;

        &.the-top {
            background-color: #224760;
            color: #FFF;

            a {
                color: #FFF;
            }

            h3 {
                margin: 5px 0;
                font-weight: bold;
                font-size: 18px;
            }

            h4 {
                margin: 5px 0;
                padding: 5px 0 0;
                border-top: 1px solid #EEE;
            }
        }
    }
}

.d4p-bbpress-toolbox,
.d4p-information,
.d4p-settings {
    > fieldset {
        > * {
            &:first-child {
                margin-top: 0;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

.d4p-settings,
.d4p-settings-second {
    .form-table {
        th {
            padding: 10px 5px;
            width: 200px;
        }

        td {
            vertical-align: middle;
            padding: 10px 5px;
        }
    }
}

.form-table {
    tr.line-on-top {
        border-top: 1px solid #BBB;
    }
}

#d4p-panel {
    &.d4p-panel-faq {
        h4 {
            margin: 1em 0 0;
        }

        p {
            margin: 0 0 1em;
        }
    }

    .regular-text {
        width: 14em;
    }
}

div.d4p-updated {
    font-size: 13px;
    line-height: 22px !important;
    margin: 10px 0 15px;
    padding: 10px !important;
}

.d4p-tab-toolbox {
    color: #C00 !important;
    font-weight: bold !important;
}

.d4p-bbcodes-table {
    th, td {
        vertical-align: top !important;
    }

    th {
        width: 20px !important;
    }
}

.button-primary.gdbb-tools-submit {
    font-size: larger;
    padding: 5px 40px;
    height: 40px;
}

.d4p-tabber-ctrl {
    .dashicons {
        float: left;
        margin: 2px 0 0 0;
    }

    .tab-title {
        margin-left: 4px;
    }
}

@media screen and (max-width: 800px) {
    .d4p-settings,
    .d4p-information {
        padding: 0 0 30px 0;
        width: 100%;
        float: none;
    }

    .d4p-settings-second,
    .d4p-information-second {
        width: 100%;
        float: none;
    }

    .d4p-tabber-ctrl {
        .tab-title {
            display: none;
        }
    }
}