/*css*/

/*begin of 投票相关的支持按钮*/
.diggit{
    width: 125px;
    height: 50px;
    background: url('https://pic002.cnblogs.com/images/2011/70278/2011050520390113.gif') no-repeat;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 9px;
    padding-left: 38px;
}
.diggnum{
    font-family:Georgia, Serif;
}
.buryit {
    display:none;
}
span#digg_count{
    font-size: 20px;
    color:green;
}
/*end of 投票相关的支持按钮*/

.postCon {
  background-color: #F0F8FF;
}

#cnblogs_post_body blockquote {
  margin: 2px 0;
  padding: 4px 2px 2px 6px;
  background: rgb(223, 255, 163) url('https://images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
  font-size: 15px;
  font-family: 'Microsoft Yahei';
  box-shadow: 0 0 8px #aaa;
  clear: both;
}

.comment_icon {
    display: inline;
}

img {
    display: inline;
}

    img.desc_img {
        height: 100px;
    }


//font {
//    face: 微软雅黑;
//}

div#fangpachong {
    display: none;
}

div#green_channel {
    bottom: 0px;
    right: 100px;
    padding: 4px 4px 4px 4px;
    background-color: #fff;
    border: 1px solid #D9DBE1;
    z-index: 10;
}

details {
    background-color: #a4c0d6;
}
#cnblogs_post_body {
    color: black;
    font: 0.875em/1.5em "微软雅黑", "PTSans", "Arial",sans-serif;
    font-size: 16px;
}

    #cnblogs_post_body h1 {
        background-color: red;
        border-radius: 6px 6px 6px 6px;
        color: white;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        //margin: 15px 0 !important;
        //padding: 5px 0 5px 20px;
        text-shadow: 2px 2px 3px #222222;
    }
    #cnblogs_post_body h2 {
        //padding-top: 2px;
        //padding-left: 5px;
        margin-left: 15px;
        //display: block;
        border-radius: 6px 6px 6px 6px;
        background-color: orange;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    }
    #cnblogs_post_body h3 {
        //padding-top: 2px;
        //padding-left: 5px;
        //margin-top: 15px;
        //margin-right: auto;
        //margin-bottom: 2px;
        margin-left: 30px;
        //display: block;
        border-radius: 6px 6px 6px 6px;
        background-color: rgb(247,247,0);
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    }
    #cnblogs_post_body h4 {
        border-radius: 20px 20px 20px 20px;
        background-color: green;
        margin-left: 45px;
        color: #FFFFFF;
    }
    #cnblogs_post_body h5 {
        border-radius: 20px 20px 20px 20px;
        background-color: aqua;
        margin-left: 60px;
    }
    #cnblogs_post_body h6 {
        border-radius: 20px 20px 20px 20px;
        background-color: blue;
        margin-left: 75px;
        color: #FFFFFF;
    }

.first_class_a {
        background-color: red;
        color: #FFFFFF;
}
.second_class_a {
    background-color: orange;
}
.third_class_a {
    background-color: rgb(247,247,0);
}
.fourth_class_a {
    background-color: green;
    color: #FFFFFF;
}
.fifth_class_a {
    background-color: aqua;
}
.six_class_a {
    background-color: blue;
    color: #FFFFFF;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
    #mytopmenu {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #centercontent {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    #leftcontent {
        width: 100%;
        position: static;
        width: 100%;
    }

    #footer {
        margin: 0;
        width: 100%;
    }

    #comment_form {
        display: none;
    }

    #header {
        display: none;
    }

    #green_channel {
        display: none;
    }

    #centercontent img {
        width: 98% !important;
    }
}

/*评论*/
#tbCommentBody {
    width: 500px;
}

#btn_comment_submit {
    width: 80px;
    height: 28px;
}

.feedbackListSubtitle div {
    margin: 5px 10px 5px 10px;
}

.blog_comment_body fieldset.comment_quote {
    border-color: #1a8bc8;
}


/* 去掉广告 */
#site_nav_under, #ad_under_post_holder, #under_post_news, #google_ad_c2, #under_post_kb {
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
}

/*快速评论
#div_digg {
    position: fixed;
    bottom: 10px;
    right: 100px;
    border: 2px solid #ECD7B1;
    padding: 10px;
    width: 140px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
*/