Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/test.tradze.com/resources/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/test.tradze.com/resources/assets/css/css-blog.css
.background-page {
    background: url("../img/blog-bg.jpg") no-repeat fixed center center / cover;
    padding: 50px 0px;
}

.light-bg {
    background: url('../img/light-bg.jpg') repeat-x;
    height: auto;
    padding-bottom: 75px;
}

.text-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(6, 6, 6, 0.25);
    padding: 20px;
    margin-bottom: 20px;
}

.text-box .title {
    font-size: 24px;
    color: #521400;
    font-weight: lighter;
    font-family: 'Proxima Nova Condensed';
}

.text-box .title a {
    color: #521400;
}

.text-box .title a:hover, .text-box .title a:focus {
    color: #521400;
}

.text-box .date {
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}

.title-date {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.text-box .text-faq {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
    font-family: 'Proxima Nova';
    margin-top: 10px;
    margin-bottom: 22px;
}

.text-box .text-faq ul {
    margin: 0px;
    padding: 0px;
}

.text-box .text-faq ul li {
    list-style: none;
    background: url('../img/bullet.png') no-repeat 0px;
    padding: 3px 5px 3px 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
}

.read-more-btn {
    margin-bottom: 10px;
}

.action-btn {
    background: #ffd962;
    border-bottom: 5px solid #d8b74f;
    padding: 10px 20px;
    font-size: 18px;
    color: #673120;
    font-family: 'Proxima Nova Condensed';
    text-align: center;
    font-weight: normal;

}

.action-btn a {
    color: #673120;
}

.action-btn:hover {
    color: #673120;
}

.cat-bg {
    background: #5c5c5c;
    margin-bottom: 20px;
}

.cat-bg .title {
    background: url('../img/shaded-background.png');
    width: 100%;
    padding: 15px 30px;
    font-size: 24px;
    color: #fff;
}

.category-list {
    padding: 20px 30px;
}

.category-link {
    margin-bottom: 10px;
}

.category-link a {
    color: #fff;
    font-size: 14px;
}

.category-link a:hover, .category-link a:focus {
    color: #ffd962;
}

.sep-line {
    background: url('../img/sep-bg.png') repeat-x;
    width: 100%;
    height: 2px;
    padding: 10px 0px;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/

/* Portrait tablets and medium desktops */
@media (min-width: 1260px) and (max-width: 1280px) {

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .text-box .title {
        font-size: 22px;
    }

    .contact-form-bg .title {
        font-size: 33px;
    }

    .action-btn {
        padding: 10px 13px;
        font-size: 14px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .text-box .title {
        font-size: 22px;
    }

    .contact-form-bg .title {
        font-size: 22px;
    }

    .text-box .text {
        margin-bottom: 50px;
    }

    .cat-bg .title {
        padding: 15px 20px;
        font-size: 20px;
        color: #fff;
    }
    .category-list{
        padding:10px 20px;
    }
    .category-link a{
        font-size: 12px;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .contact-button {
        float: left;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .text-box .title {
        font-size: 20px;
    }

    .contact-form-bg {
        margin-top: 20px;
    }

    .contact-form-bg .title {
        font-size: 24px;
    }

    .page-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .update-btn {
        width: 87%;
    }

}

/* Landscape phones and smaller samsung */
@media (min-width: 330px) and (max-width: 480px) {
    .contact-button {
        float: left;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .text-box .title {
        font-size: 20px;
    }

    .contact-form-bg {
        margin-top: 20px;
    }

    .contact-form-bg .title {
        font-size: 24px;
    }

    .page-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .update-btn {
        width: 87%;
    }

}

/* Landscape phones and smaller iphone */
@media (min-width: 300px) and (max-width: 325px) {
    .text-box {
        height: auto;
    }

    .text-box .text {
        height: auto;
        margin-bottom: 50px;
    }

    .page-title {
        font-size: 18px;
        line-height: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .update-btn {
        width: 79%;
    }
}



ZeroDay Forums Mini