/*页尾样式*/
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
 #MySignature div{  
    line-height: 25px;
}

#div_digg .diggit {
    animation: wobble infinite 2s;
}

/*推荐悬浮*/
#div_digg {
    position: fixed;
    bottom: 30px !important;
    right: 100px;
    padding:5px 10px 5px 10px;
    width:110px;
    background-color: rgba(255,255,255,0.5);  /*半透明#FFF*/
    border-radius: 5px;
    opacity: 0.9;  /*透明化*/
    box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    margin: 0 !important;
}
#div_digg .diggit {
   background: url(//files-cdn.cnblogs.com/files/JamelAr/dianzan1.gif) no-repeat;
   width: 33px !important;
   height: 25px !important;
   margin-left: 35px !important;
}
.diggnum {
    font-weight: bold;
    margin-right: -60px !important;
}

/*自带反对隐藏*/
.buryit{
   display:none;
}
/*自带返回顶部隐藏*/
#comment_nav{
  display:none;
}

.icon_favorite {
    background: transparent url('//files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

/*刷新页面或评论返回顶部*/
#comment_nav a{
 text-decoration: none;
}


/*目录a标签样式*/
#blog_post_info_block a {
    text-decoration: none;
    color: #00688B;
    padding: 3px;
}
#cnblogs_post_body a {
    text-decoration: none;
    color: #2769C0;
    padding: 1px 2px;
}
#cnblogs_post_body a:hover{
    color: #fff;
    background-color: #78AFD3;
    padding: 1px 2px;
}
#cnblogs_post_body ul li {
    font-size: 16px;
    list-style: inherit!important;
    margin-bottom: 0.1em;
}

/*全文字体以及各级标题样式*/
    #cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body pre
    {
        font: -webkit-control;
    }
    #cnblogs_post_body h1    {
        background: #2B6600;
        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: 25px;
        font-weight: bold;
        height: 36px;
        line-height: 31px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #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: 15px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }

/*火箭*/
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("//files-cdn.cnblogs.com/files/JamelAr/rocket_button_up.gif") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 150px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("//files-cdn.cnblogs.com/files/JamelAr/rocket_button_up.gif") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 150px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top:97%;
    width: 130px;
    z-index: 11;
}

/*评论*/