/**调整博客列表的标题和摘要样式*/
.entrylistPosttitle a:link,.entrylistPosttitle a:link a:visited,.postTitle a:link, .postTitle a:visited{color: #428cb2;font-size: 200%;}
.postDesc,.c_b_p_desc,a.c_b_p_desc_readmore{color:#bababa}
.postTitle{padding-top: 10px;}
.desc_img{padding: 10px 0px;
max-height: 150px;
max-width: 400px;}

.markdown-body img { max-width: 100%}

/**去广告*/
.c_ad_block,#under_post_news,#under_post_kb,#google_ad_c1,#google_ad_c2,#google_ad_c3{ display:none;}
#sidebar_shortcut,#sidebar_toptags,#sidebar_imagecategory,#sidebar_topcommentedposts{display:none;}

/**推荐浮动*/
#div_digg{  bottom: 10px;  right: 400px;  position: fixed;z-index: 99999;}
/**.diggword,.buryit,.diggit{display:none;}*/


/**签名*/
#MySignature{border:solid 1px #E5E5E5;
padding:10px;
background:#FFFEFE url(https://images.cnblogs.com/cnblogs_com/qyf404/612381/o_100.jpg) no-repeat scroll 15px 50%;padding-left:130px;}
#MySignature div{line-height: 25px;}

/**调整底部标签分类字体*/
#BlogPostCategory,#BlogPostCategory a,#EntryTag,#EntryTag a{
font-size: 10px;
margin: 0px;
}


#green_channel{
float: left;
}

#scrollUp {
 bottom: 20px;
 right: 20px; 
 width: 38px;
 height: 38px;
 background: url(https://raw.github.com/markgoodyear/scrollup/master/img/top.png) no-repeat;
}