/*
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样式代码*/

/*隐藏资料库下栏目描述*/
.document-cat-item-info p {
    display: none;
}

/*菜单小角标颜色*/
.b2small.ask-tips {
    color: #ffffff;
    background: #000000;
    background: linear-gradient(to top, #2700ff 0%, #c4c721 100%);
}

/*仿掘金社区文章样式*/
.entry-content {
    background: -webkit-linear-gradient(top, transparent 19px, #ececec 20px), 
                -webkit-linear-gradient(left, transparent 19px, #ececec 20px);
    background-size: 20px 20px;
}

.single-article .entry-content h2,
.single-article .entry-content p {
    font-size: 14px;
}

.single-article .entry-content h2,
.single-article .entry-content h3,
.single-article .entry-content h4,
.single-article .entry-content h5,
.single-article .entry-content h6 {
    color: inherit;
    line-height: inherit;
    padding: 0px; 
    /*margin: 1.6em 0px;*/
    font-weight: bold;
    border-bottom: 2px solid rgb(127, 127, 127);
}

.single-article .entry-content h2 span{
    font-size: inherit;
    line-height: inherit;
    margin: 0px; display: inline-block;
    font-weight: normal;
    background: rgb(127, 127, 127);
    color: rgb(255, 255, 255);
    padding: 3px 10px 1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 3px;
}

/*文章首行缩进2个字符*/
/*.entry-content p {*/
/*    text-indent: 2em;*/
    
/*}*/