// @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

#top_nav,
#footer,
#imagebar,
#comment_form,
#green_channel,
#rightmenu,
#vip_tip,
#charm-bar-wrapper,
#under_post_card1,
#under_post_card2 {
  display: none !important;
}

/* 
// <a href="https://www.cnblogs.com/uxod">Home</a> <a href="https://i.cnblogs.com/EditPosts.aspx?opt=1">New</a> <a href="https://www.cnblogs.com/uxod/rss/">RSS</a> <a href="https://i.cnblogs.com/">Manage</a>

#cnblogs_post_body {
  // font-size: 1rem !important;
  padding-bottom: .8rem !important;
  border-bottom: 1px solid #ccc !important;
}

#header {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #ccc !important;
  text-align: right !important;
  font-size: 1rem !important
}

body {
  width: 50rem !important;
  margin: 0 auto !important;
  // font-family: 'Noto Serif SC', serif !important;
  font-optical-sizing: auto !important;
  line-height: 1.8rem !important
}

@media only screen and (max-width: 767px) {
  body {
    width: auto !important;
    margin: 0 1rem !important;
  }
  #cnblogs_post_body {
    font-size: 1rem !important;
  }
}

a {
  text-decoration: none !important;
}

a:visited,
a:active,
a:link {
  color: #0B60B0 !important;
}

a:hover {
  color: #40A2D8 !important;
}

.cnblogs-markdown .hljs, .cnblogs-markdown code {
  font-size: .8rem !important;
}

.postfoot,
.postFoot {
  padding: .3rem 0 !important;
  margin: .3rem 0 !important;
  border-bottom: 1px solid #ccc !important;
  color: #999 !important;
  text-align: right !important;
  font-size: .9rem !important;
}

.posttitle,
.postTitle,
.entrylistItemTitle {
  font-size: 1.4rem !important;
}
*/