/*头像*/
div.head_img {
	padding: 5px;
}
/*头像*/

/*屏蔽广告*/
.c_ad_block,#ad_t2,#under_post_news,#under_post_kb {
	display: none 
}
/*屏蔽广告*/

/*缩小目录中列表行距*/
.postBody li, .postCon li {
    margin-bottom: 1px; 
}
/*缩小目录中列表行距*/

/*移除标题的奇怪动画*/
a.postTitle2{
    padding:0px;
}

.postTitle{
    padding-left:5px;
}

a.postTitle2:hover{
    margin:0px;
}

.day .postTitle a {
     padding-left: 0px; 
}

.entrylistPosttitle a{
    padding-right: 5px; 
    margin-right: 5px;
}

.entrylistPosttitle {
    width: 95%;
}

.entrylistPosttitle a:hover {
    margin-left: 0px; 
}
/*移除标题的奇怪动画*/

/*移除引用的奇怪符号*/
.postBody blockquote {
    background: none;
}

/*去掉导航栏*/
.navbar {
    display: none;
}

/* 去掉置顶 */
.postTitle2 vertical-middle .element. style {
    display: none;
}

.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Courier New",sans-serif !important;
  cursor: pointer;
}

.cnblogs-markdown pre > .copyed {
  background: #66ccff;
}


#bannerbar img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 70px;
    display: none;
}

.under-comment-box-nav {
    margin-bottom: 10px;
    margin-left: 5px;
    display: none;
}

#commentform_title {
    font: normal normal 16px/35px "Microsoft YaHei";
    margin: 10px 0 30px;
    border-bottom: 2px solid #ccc;
    background-image: none;
    padding: 0;
    display: none;
}

#blog_post_info {
    display: none;
}

#comment_form_container {
    display: none;
}

#comment_nav {
    text-align: right;
    display: none;
}

#post_next_prev {
    display: none;
}

div#comment_form {
    display: none;
}

#home {
    width: 75%;
}

#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    padding: 2px 8px;
    min-width: 40px;
}

summary{
      outline:none;
}