.c_ad_block,#ad_under_post_holder,#site_nav_under,#under_post_news,#under_post_kb{display: none;}
#nav_q,#nav_ing{display: none!important;}

/*标题 效果*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: rgb(47,47,47);
  transition: all 0.2s linear 0s;
}
.postTitle a:hover{
  color:#CA0000
}

/*签名*/
#MySignature {
background: #FCFAA9;
padding: 10px 10px 10px 10px;
border: 1px dashed #F4A423;
font-family: 幼圆;
front-size: 16px;
}
/**/
#cnblogs_post_body strong{color:#0CA629;}
/*推荐错误提示*/
#digg_tips {
  display: block!important;
}

#div_digg{
    position: fixed;
    right: 265px;
    bottom: 1px;
}




pre, code, tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}