a, a:hover,.menu li a:hover,.menu li.on a,.menu li .subnav a:hover:after,.menu li .subnav a.on,.menu li.subcate:hover a,.menu li.subcate:hover .subnav a:hover,.menu li.subcate:hover .subnav a.on,.menu li.subcate:hover .subnav a.on:after,.sch-m input,.sch-m button:after,.schfixed input,.schclose,.schform input,.schform button:after,.post h2 a:hover,.post h2 .istop:before,.post .user a:hover,.post .date a:hover,.post .cate a:hover,.post .views a:hover,.post .cmtnum a:hover,.post .readmore:hover,.post .readmore:hover:after,.post .tags a:hover,.pages a:hover,a.backlist:hover,.cmtsfoot .reply:hover,.cmtsfoot .reply:hover:before,.cmtsubmit button:hover,.cmtsubmit button:hover:before,.sidebox dd a:hover,#divTags ul li a:hover,#divCalendar td a,#divCalendar #today,#divContorPanel .cp-login a:hover,#divContorPanel .cp-vrs a:hover,#divContorPanel .cp-login a:hover:before,#divContorPanel .cp-vrs a:hover:before,.footer a:hover,.goback:hover,.goback:hover:after,.relateinfo h3 a:hover { color:#d4af37; }@media screen and (max-width:1080px){.menu ul li.subcate.slidedown > a:after {color:#d4af37}}.menu li:before,.schfixed button,.pagebar .now-page,.cmtpagebar .now-page,.pagebar a:hover,.cmtpagebar a:hover,a.backtotop {background:#d4af37}.menuico span {background-color:#d4af37}.menu li .subnav,.schfixed {border-top-color:#d4af37}.menu li.subcate .subnav a {color:#333}.menu li .subnav:before,.sch-m input,.schfixed:before,.schform input,.single h1:after,.single h2:after,.single h3:after,.single h4:after,.single h5:after,.single h6:after,.contitle h1,.contitle h2 {border-bottom-color:#d4af37}.post .readmore:hover,.post .tags a:hover,.pagebar .now-page,.cmtpagebar .now-page,.pagebar a:hover,.cmtpagebar a:hover,a.backlist:hover,.cmtsubmit button:hover,#divTags ul li a:hover,#divCalendar td a,#divContorPanel .cp-login a:hover,#divContorPanel .cp-vrs a:hover,.goback:hover {border-color:#d4af37}.wrapper { background:#0f0f0f; }/* ==============================================
   HHPOKER 黑金风格 - 针对 Tpure 主题深度强制覆盖
   ============================================== */

/* 1. 全局背景强制变黑 */
body {
    background-color: #0d0d0d !important;
    color: #e0e0e0 !important;
}

/* 2. 核心：消灭 Tpure 的白色背景块 (.whitebg 是这个主题的白色背景类) */
.whitebg, .block, .post, .single-mode, .sidebar section, .widget, .header, .footer {
    background-color: #1a1a1a !important; /* 卡片深灰色 */
    color: #bbb !important;
    border: none !important;
    box-shadow: none !important; /* 去掉原本的阴影 */
}

/* 3. 这里的 wrapper 有时候会有背景色，也去掉 */
.wrapper, .container, .main, .content-wrap {
    background: transparent !important;
}

/* 4. 给卡片增加微弱的边框，体现黑金质感 */
.whitebg, .post, .sidebar section {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
}

/* 5. 头部导航栏修正 */
.header {
    background-color: rgba(13, 13, 13, 0.95) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.header .logo, .header .logo a {
    color: #d4af37 !important; /* 金色Logo */
}
.menu li a {
    color: #e0e0e0 !important;
}
.menu li a:hover, .menu li.on a {
    color: #d4af37 !important;
}

/* 6. 文章标题和文字 */
h1, h2, h3, h4, .post-title a, .list-title a {
    color: #d4af37 !important; /* 金色标题 */
}
.post-body, .single-content, p {
    color: #ccc !important;
}
a {
    color: #999 !important;
    text-decoration: none;
}
a:hover {
    color: #d4af37 !important;
}

/* 7. 侧边栏修正 */
.sidebar h3, .widget-title {
    background: transparent !important;
    color: #d4af37 !important;
    border-bottom: 1px solid rgba(212,175,55,0.1) !important;
    padding-left: 0 !important;
}
.sidebar li {
    border-bottom: 1px dashed rgba(255,255,255,0.05) !important;
}

/* 8. 输入框、按钮变黑金 */
input, textarea, .search-input {
    background-color: #000 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}
button, .btn, input[type="submit"] {
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%) !important;
    color: #000 !important;
    border: 0 !important;
}

/* 9. 分页条 */
.pagebar a, .pagination a {
    background: #000 !important;
    color: #888 !important;
}
.pagebar .now-page, .pagination .active {
    background: #d4af37 !important;
    color: #000 !important;
}