/*正文字体*/
body {
    font-family: "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif, "Merriweather", serif;
    font-size: 16px !important;
    line-height: 30px;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}

/*列表页字体大小*/
.c_b_p_desc {
    font-size: 16px;
    line-height: 1.7;
}

/*h3样式*/
#main h3 {
    background: #3d97cb;
    border-radius: 6px 6px 6px 6px;
    color: white;
    font-family: "Ubuntu mono" , "微软雅黑","宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222;
    width: 98%;
}

/*文章页、列表页幅面*/
#home {
    width: 90%;
    min-width: 950px;
}

/*博客标题字体*/
#topics .postTitle {
    font-size: 200%;
    font-weight: bold;
}

/*签名字体*/
#blogTitle h1 {
    font-size: 42px;
    font-weight: bolder;
    font-family: serif;
}

/*文章页标题字体*/
#blogTitle h2 {
    font-size: 1.5rem;
    color: #757CF3;
}

/*右边栏字体*/
#sideBar {
    font-size: 14px;
}

/*引用样式*/
.postBody blockquote {
    background: url(images/comment.2gif) no-repeat 25px 0;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    width: 97%;
    color: #000;
    border-left: 10px solid #76a970;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Menlo,Monaco,Consolas,courier new,monospace !important;
    font-size: 14px !important;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: Menlo,Monaco,Consolas,courier new,monospace !important;
    font-size: 14px !important;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif, "Merriweather", serif;
}

#目录
 @media screen and (max-width: 767px) {
            #my-catalog {
                display: none;
            }
        }

        @media screen and (min-width: 768px) {
            #my-catalog {
                display: block;
            }
        }

        #sideBar {
            overflow: visible;
        }

        #my-catalog ul {
            background-color: #eda;
            border: 1px solid #ededed;
            padding: 5px 15px 15px 5px;
            z-index: 999;
        }

        #my-catalog ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #my-catalog ul li a:hover {
            text-decoration: none;
        }

        #my-catalog ul .catalog-H2 {
            padding-left: 10px;
            margin-top: 5px;
        }

        #my-catalog ul .catalog-H3 {
            padding-left: 20px;
        }

        #my-catalog ul .catalog-H4 {
            padding-left: 30px;
        }