HEX
Server: nginx/1.24.0
System: Linux ht2024073053593 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64
User: root (0)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/njmuedu.com/wp-content/themes/blogrank-pro/assets/css/about-admin.css
/** Theme about page css */
.green.button {
    background: none #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}

.about-wrap.full-width-layout {
    max-width: 100%;
}

.about-wrap .about-description,
.about-wrap .about-text {
    font-size: 17px;
}

.about-wrap h1 {
    margin: 0;
}

.about-wrap h2 {
    text-align: left;
}

.theme-description .about-text {
    margin: 0;
}

.about-theme {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.105263157894737em;
    width: 100%;
}

.theme-description,
.theme-screenshot {
    width: 100%;
}

.theme-screenshot {
    order: 1;
}

.theme-description {
    margin-top: 1.105263157894737em;
    order: 2;
}

.actions {
    margin-top: 3em;
}

.col .button {
    margin-top: 7px;
}

.about-wrap h2 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
}

.about-wrap .two-col .col {
    padding: 2em 2em 1em 2em;
    background-color: #fff;
    min-width: 45% !important;
    max-width: 100% !important;
}

@media screen and (min-width: 872px) {
    .about-wrap .two-col .col {
        min-width: 45% !important;
        max-width: 45% !important;
    }
    .about-theme,
    .about-wrap [class$="-col"] {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .theme-description {
        margin-top: 0;
        order: 1;
        padding-right: 2em;
        width: 70%;
    }
    .theme-screenshot {
        order: 2;
        width: 30%;
    }
}