HEX
HEX
Server: Apache/2
System: Linux 31.186.11.143 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tek178om (4688)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/tek178om/domains/teknocut.com/private_html/wp-content/plugins/backup/public/css/restore.css
body {
    background-color: #e9ecef;
    font-family: Arial, sans-serif;
}

.status-header {
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #343a40;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.status-container {
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.progress-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.progress {
    height: 30px;
    flex: 1;
}

.progress-bar {
    font-size: 16px;
    line-height: 30px;
}

.status-item {
    margin-bottom: 15px;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer {
    margin-top: 30px;
    padding: 10px;
    background-color: #343a40;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

h5 {
    color: #343a40;
    font-size: 20px;
    margin-bottom: 20px;
}

label {
    font-size: 16px;
    color: #495057;
    margin-right: 15px;
    width: 210px;
}

.btn {
    width: 150px;
}

.log-container {
    background-color: #1e1e1e;
    color: #00a67d;
    font-family: 'Courier New', Courier, monospace;
    padding: 10px;
    border-radius: 5px;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    white-space: nowrap;
    scroll-behavior: smooth
}

.log-entry {
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}