/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/




/* 海鸟网代码 */

/* 定位 .single-article 下 entry-header 里的 h1（精准匹配你的结构） */
.single-article .entry-header h1 {
    /* 字体颜色 */
    color: #0d7680; 
    /* 字体大小（可自定义，比如 28px） */
    font-size: 28px; 
    /* 可选：字体加粗 */
    font-weight: 700; 
    /* 可选：指定字体（比如系统无衬线字体） */
    font-family: "Microsoft Yahei", Arial, sans-serif; 
    line-height: 1.4;
    margin-bottom: 16px;
}

.entry-content > h2,
.content-show-roles > h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}

.entry-content > h3{
    font-size: 20pxpx;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}
 
 .entry-content > h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 16px;
color: #0d7680 !important; /* 仅颜色强制生效 */
}
.entry-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}
.entry-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}
.cat-group-page h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}
.b2-widget-title h2,.widget > h2{
    font-size: 16px;
    padding:20px 16px 8px;
    font-weight: 600;
    line-height: 1;
    color: #0d7680 !important; /* 仅颜色强制生效 */
}

/* 侧边栏文章聚合小工具 - 日期样式 */
.b2-widget-post-title .post-time {
    color: #999; /* 浅灰色（可根据需求调整色值） */
    font-size: 12px; /* 可选：调整字体大小，和原样式统一 */
    line-height: 1.4; /* 可选：调整行高，优化排版 */
}

/* 可选：鼠标悬停时保持浅灰色（防止继承其他 hover 样式） */
.b2-widget-post-title .post-time:hover {
    color: #999;
}

