<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     nkdecor Child
Theme URI:      http://nt-theme.com
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         NTTheme
Author URI:     http://nt-theme.com
Version:        1.0
Template:       nkdecor
*/

@import url("../nkdecor/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.post-home-no-ex .post-inner {
    padding: 0 !important;
    border: none !important;
}
.post-home-no-ex .entry-meta, .post-home-no-ex  .entry-summary.the-excerpt, .post-home-no-ex .entry-footer {
    display: none !important;
}
.number-box-tr .e-con-inner {
    border: 2px solid #7a7a7a;
    display: grid !important
;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    grid-template-columns: 25% auto;
}
.title-right h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.number-left {
    background: #7a7a7a;
    text-align: center;
    height: 68px;
    margin-left: 10px;
    display: flex
;
    align-items: center !important;
    justify-content: center !important;
}
.number-left h2 {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff !important;
    font-weight: bold !important;
}
.ez-toc-title-container {
    background: #f4f4f4;
    padding: 10px;
    font-size: 17px;
}div#ez-toc-container {
    padding: 0;
}
div#ez-toc-container nav{
    padding: 10px;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 37px;
    text-decoration: none !important;
    padding: 7px 0px;
    font-weight: normal;
}
.project-tr .projects-grid .projects-box img {
    max-height: 350px;
    object-fit: cover;
}</pre></body></html>