/* ===== 中华薄家 · 宗族古典风 · Discuz X3.5 附加CSS =====
   使用方式：后台 → 界面 → 风格管理 → 编辑当前风格 → 找到「附加CSS」框 → 粘贴本段 → 提交
   回滚方式：清空「附加CSS」框内容即可，零风险，不影响任何文件
   配色：朱砂红 #8B1A1A | 米黄宣纸 #F5ECD9 | 墨黑 #1C1C1C | 鎏金 #C9A961 | 松柏绿 #2D4A3E
*/

/* 1. 全局：米黄宣纸底 + 宋体 */
body { background: #F5ECD9 !important; color: #1C1C1C !important; font-family: "SimSun","STSong","宋体",serif !important; }
.wp { background: transparent !important; }

/* 2. 页头：朱砂红 + 鎏金下边线 */
#hd { background: #8B1A1A !important; border-bottom: 3px solid #C9A961 !important; }
#hd a { color: #F5ECD9 !important; }
#hd h2 a { font-size: 26px !important; color: #C9A961 !important; letter-spacing: 2px; font-family: "SimSun","宋体",serif !important; }

/* 3. 顶部导航条 */
#nv { background: #8B1A1A !important; border-bottom: 1px solid #C9A961 !important; }
#nv a { color: #F5ECD9 !important; font-family: "SimSun","宋体",serif !important; }
#nv li.a a, #nv a:hover { color: #C9A961 !important; background: #6E1414 !important; }

/* 4. 板块卡片：米黄底 + 鎏金边 + 朱砂红标题栏 */
.bm { background: #FBF6EA !important; border: 1px solid #C9A961 !important; border-radius: 4px; }
.bm_h { background: #8B1A1A !important; border-bottom: 2px solid #C9A961 !important; }
.bm_h h2, .bm_h h3, .bm_h a { color: #F5ECD9 !important; font-family: "SimSun","宋体",serif !important; }

/* 5. 链接：松柏绿，悬停转朱砂红 */
a { color: #2D4A3E !important; }
a:hover { color: #8B1A1A !important; }

/* 6. 按钮（发帖/回复/登录）：朱砂红 */
.pn { background-image: none !important; background: #8B1A1A !important; border-color: #6E1414 !important; color: #F5ECD9 !important; }
.pn:hover { background: #6E1414 !important; }

/* 7. 帖子/版块标题统一宋体，显厚重 */
#threadlisttableid .xst, .fl_l .xs2 a, .pti .ts a, .bm_h .xs2 { font-family: "SimSun","宋体",serif !important; }

/* 8. 页脚：朱砂红 + 鎏金顶边 */
#ft { background: #8B1A1A !important; color: #F5ECD9 !important; border-top: 3px solid #C9A961 !important; }
#ft a { color: #C9A961 !important; }

/* 9. 分割线/边框统一鎏金调 */
hr { border-color: #C9A961 !important; }
