#top_nav,#cnblogs_c1,#cnblogs_c2,#ad_t2,#under_post_card1,#under_post_card2{display:none}
#sideBar,.forFlow{border-radius: 10px;}
div.postTitle{border-bottom: 1px dashed #eee;}
body{background: #efefef;}
#sideBar,div.forFlow{border:1px solid #eee;border-right:0px solid #eee;border-bottom:3px solid #eee}
.comment_textarea{width:100%}


 /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar { width: 8px; height: 6px; }
/*定义滚动条轨道*/
::-webkit-scrollbar-track { background-color: transparent; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb { background-color: #4da9c2; background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 100%,transparent 100%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent); -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }