/*生成博客目录的CSS*/
#cnblogs_post_body h2{
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 30px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;

}

p{
    font-size: 14px;

}

#cnblogs_post_body ul{
font-size: 14px;
color:#2B6695;
line-height:28px;
}

#cnblogs_post_body p{
font-size:16px;
}


img{
     border:1px solid #CCCCCC  !important;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

p.tip{
    border-left-color: #f66;
    padding: 12px 24px 12px 30px;
    margin: 2em 0;
    border-left-width: 4px;
    border-left-style: solid;
    background-color: #f8f8f8;
    position: relative;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

#cnblogs_post_body h3{
    border-left:5px solid #2B6695;
    text-indent:1em;
    margin: 35px 0 !important;
    color:#2B6695;
}

.table thead tr td {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-bottom: none;
    color: #FFF;
    font-size: 14px;
    padding: 3px;
    vertical-align: top;
    text-align: center;
}

.table tbody tr td{
    border: 1px solid #DDD;
    padding: 7px 5px;
    vertical-align: top;
    font-size: 14px;
    text-align:center;
}

a.btn{
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #19b586;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-shadow: rgba(35, 69, 90, 0.51) 0 -1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 2px;
    box-shadow: 0 2px 2px #cddbe2;
    -webkit-box-shadow: 0 2px 2px #cddbe2;
    -moz-box-shadow: 0 2px 2px #cddbe2;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    margin: 10px;
    padding: 5px 20px;
}

a.btn:hover{
    background-color: #e05326;
}

.table tbody tr:nth-child(even){background:#EFEFEF;}