/*好看的滚动条*/
::-webkit-scrollbar{
    width:10px!important;
    height:10px!important;
    -webkit-appearance:none;
}
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}

#home {
    width:85%
}
/* 隐藏侧边栏 */
#sidebar_search,#sidebar_categories,#sidebar_shortcut,#sidebar_toptags{
    display: none;
}

/* 隐藏底部 */
#cnblogs_ch,#cnblogs_c1,#under_post_card1,#under_post_card2,#BlogPostCategory{
    display: none;
}

#comment_form_container .comment_textarea{
    width:100%
}

.postBody p{
    text-indent:0em
}

::selection { 
    background:#F56C6C; 
}
::-moz-selection { 
    background:#F56C6C; 
}
::-webkit-selection { 
    background:#F56C6C; 
}