#farb_avatar {
    width: 180px;
    height: 180px;
    background-image: url('https://files.cnblogs.com/files/farb/avatar.gif');
    -ms-border-radius: 90px;
    border-radius: 90px;
}

#cnblogs_post_body {
    color: #494949;
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei","Simsun",Arial;
    line-height: 25px;
}

    #cnblogs_post_body h2 {
        color: #fff;
        padding-left: 15px;
        background: #6FA833 !important;
        -ms-border-radius: 5px !important;
        border-radius: 5px !important;
        -webkit-box-shadow: 0 0 0 1px #5F5A4B,1px 1px 6px 1px argb(10,10,0,0.5);
        -ms-box-shadow: 0 0 0 1px #5F5A4B,1px 1px 6px 1px argb(10,10,0,0.5);
        box-shadow: 0 0 0 1px #5F5A4B,1px 1px 6px 1px argb(10,10,0,0.5);
        text-shadow: 2px 2px 3px #222222;
        font-family: "微软雅黑","宋体","黑体",Arial;
        margin-bottom: 5px;
    }

    #cnblogs_post_body blockquote {
        margin: 20px 0;
        padding: 15px 20px 15px 60px;
        background: rgb(223,255,163) url('https://files.cnblogs.com/files/farb/o_title.gif') no-repeat 9px;
        font-size: 15px;
        font-family: 'Microsoft Yahei';
        -webkit-box-shadow: 0 0 8px #aaa;
        -ms-box-shadow: 0 0 8px #aaa;
        box-shadow: 0 0 8px #aaa;
        clear: both;
    }

    #cnblogs_post_body h3 {
        color: #6FA833;
        border-left: 11px solid #6FA833;
        padding: 5px;
        background-color: #f5f5f5;
    }

        #cnblogs_post_body h3 a {
            color: #E08283 !important;
            padding: 5px;
            background-color: #f5f5f5;
            text-decoration: none;
        }

            #cnblogs_post_body h3 a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

    #cnblogs_post_body h4 {
        color: #cd4900;
        border-bottom: 1px solid #cd4900;
    }

    #cnblogs_post_body strong a {
        text-decoration: none;
        color: #4183C4;
    }

        #cnblogs_post_body strong a:hover {
            text-decoration: underline;
        }

#MySignature .content {
    border: dashed 1px #999999;
    padding: 10px;
    background: #F0F8FF url(https://files.cnblogs.com/files/farb/o_o_o_info.gif) no-repeat scroll 15px 50%;
    padding-left: 80px;
}

#MySignature div.content {
    line-height: 150%;
}

div.forFlow {
    background: none;
    border: 1px dashed #4f4f4f;
}

#RecentCommentsBlock li.recent_comment_body {
    color: plum !important;
}

#RecentCommentsBlock li.recent_comment_author {
    color: #0094ff !important;
    font-weight: bolder;
}

.feedbackItem {
    border: 1px dashed #676767;
    background-color: #FAFAFF;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 150%;
}

div.feedbackCon {
    color: #000 !important;
    border: 8px solid transparent;
    -moz-border-image: url(https://files.cnblogs.com/files/farb/border.gif) 30 30 round;
    -o-border-image: url(https://files.cnblogs.com/files/farb/border.gif) 30 30 round;
    -webkit-border-image: url(https://files.cnblogs.com/files/farb/border.gif) 30 30 round;
    border-image: url(https://files.cnblogs.com/files/farb/border.gif) 30 30 round;
}

.feedbackListSubtitle {
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
}

#blog-comments-placeholder a {
    color: #79be1e;
    font-weight: bolder;
}