.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas",sans-serif;
    font-size: 12px;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #f6f6f600;
    color: #000000;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #ffffff;
}
.custom-content_xxxx ul{
    padding-left:8px;
    list-style:none;
}
.custom-content_xxxx li{
   list-style:none;
}
.custom-content_xxxx>ul{
    padding-left:6px;
    font-size:12px;
    margin-top:10px;
}


.custom-content_xxxx{
    background:white;
    position:sticky;
    top:0;
}

.custom-content_xxxx ul a{
    font-size:13px;
    white-space:nowrap;
    display:block;
    overflow:hidden;
    width:240px;
    text-overflow:ellipsis;
    position:relative;
    padding-left:14px;
    color:#777;
}
.custom-content_xxxx ul li  a:before{
    position:absolute;
    left:4px;
    top:50%;
    margin-top:-2px;
    background-color: #777;
    border-radius: 50%;
    content:'';
    width:4px;
    height: 4px;
}

.custom-content_xxxx>ul>li>a:before{
    position:absolute;
    width: 6px;
    height: 6px;
    top:50%;
    margin-top:-3px;
    background-color: #777;
    border-radius: 50%;
    content:'';
    left:2px;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas",sans-serif;
    font-size: 15px;
    padding: 0 0px;
    line-height: 1.2;
    margin: 0 0px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 0px;
    background-color: #f1f1f1;
    color: #000000;
}
pre[class*="language-"] {
    padding: 0em;
    margin: 0.5em 0;
    overflow: auto;
}
body {
    color: #000;
    background-color: beige;
    font-family: "微软雅黑",'arial', Helvetica, "Helvetica Neue", "noto sans","noto serif sc",Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.5;
    margin: 0;
    white-space: pre;
    word-break: keep-all;
}
.hljs {
    tab-size: 4;
}

/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  /*注释下面这一行，button一直显示*/
  display:none;
}
.cnblogs-markdown pre:hover > span {
  display:block;
}
.cnblogs-markdown pre > .copyed {
  background: rgba(0, 0, 0, 0.4);
}

div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
/*去掉推送*/
#ad_t2{/*广告*/
  display: none;/*设置框架不显示*/
  overflow: hidden;/*框架超出部分隐藏*//*下同*/
}
#cnblogs_c1{/*空白块1*/
  display: none;
  overflow: hidden;
}
#cnblogs_c2{/*空白块2*/
  display: none;
  overflow: hidden;
}
#under_post_news{/*相关博文*/
  display: none;
  overflow: hidden;
}
#under_post_kb{/*最新新闻*/
  display: none;
  overflow: hidden;
}
<script>
    var box=document.getElementById("comment_form");
    box.remove();
</script>

.postTitle a:active{color:#21759b;transition:all .0s linear 0s}.postTitle a:hover{margin-left:30px;color:#06597d;text-decoration:none}

.postTitle a:link {
    transition: none;
}
 
.postTitle a:hover {
    margin-left: 0px;
}

.entrylistPosttitle a:active{color:#21759b;transition:all .0s linear 0s}.entrylistPosttitle a:hover{margin-left:30px;color:#06597d;text-decoration:none}

.entrylistPosttitle a:link {
    transition: none;
}
 
.entrylistPosttitle a:hover {
    margin-left: 0px;
}

.postbody,
#blog_post_info{display:none;!important}

#cnblogs_ch{display:none;!important}
#comment_form_container{display:none;!important}

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: beige;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
}

.blogStats{display:none;!important}
#profile_block{display:none;!important}