:root {
  --primary-color: #ff4081;
  --progressbar-size: 3px;
  --text-color: rgba(41, 41, 41, 1);
  --block-space: 2em;
  --hr-color: rgba(0, 0, 0, 0.7);
}


#cnblogs_post_body hr {
  border: none;
  position: relative;
  background: var(--hr-color);
  height: 3px;
  margin: calc(var(--block-space) * 2) 0 !important;
  padding: 0;
  width: 3px;
  border-radius: 50%;
  margin-left: 50% !important;
  transform: translateX(-50%);
  box-shadow: -20px 0 0 var(--hr-color), 20px 0 0 var(--hr-color);
}

li {
  list-style: none;
}

em {
  background-color: orange;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
}

em {
  padding: 4px 6px;
  border-radius: 0.4em;
  letter-spacing: 1px;
}
#main {
  margin: var(--block-space) 0;
  font-size: 14px;
  line-height: 1.5;
}

#footer {
  display: none;
  margin-bottom: 1rem;
}

#header-image-container {
  position: relative;
}
#header-image-container svg {
  position: absolute;
}
#ajanuw-title-image {
  filter: url(#noise);
}

#blogTitle {
  padding-left: 10px;
}

.postTitle {
  color: var(--primary-color);
  font-size: 2em;
  margin-top: var(--block-space);
}

.postCon {
  margin-bottom: calc(var(--block-space) / 2);
  letter-spacing: 1px;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
}

.postCon .c_b_p_desc {
  line-height: 24px;
}

.entrylist .postSeparator {
  margin-top: 2rem;
}

#navigator {
  margin-top: 2em;
}

#navigator .blogStats,
#div_digg,
#sideBar,
#green_channel,
.dayTitle,
#top_nav,
#bannerbar,
#cnblogs_c2,
.c_b_p_desc .c_b_p_desc_readmore,
div[id*=under_post_card],
#comment_form  {
  display: none;
}

#navList {
  display: flex;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
  margin-bottom: 0 !important;
  margin-top: var(--block-space) !important;
}

#navList a {
  float: left;
  border-right: #ccc 1px dashed;
  padding: 0 10px 0 10px;
}

#home {
  max-width: 800px;
  margin: 0px auto;
}

p > img {
    width: 100%;
  object-fit: cover;
  vertical-align: middle;
}


.postBody blockquote {
  box-shadow: inset 3px 0 0 0 var(--primary-color) !important;
  margin: 0;
  padding: 0;
  border-left: none !important;
  padding-left: 23px;
}

#scrollPath {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--progressbar-size);
  background: rgba(255, 255, 255, 0.05);
}
#progressbar {
  position: fixed;
  top: 0;
  left: 0;
  height: var(--progressbar-size);
  background: linear-gradient(to top, #008aff, #00ffe7);
  animation: animate 5s linear infinite;
}
#progressbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--progressbar-size);
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(10px);
}
#progressbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--progressbar-size);
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(30px);
}
@-moz-keyframes animate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes animate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}
@-o-keyframes animate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}
@keyframes animate {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}

#qrcodes {
  display: flex;
  align-items: center;
  margin: var(--block-space) 0;
}

#qrcodes figure img {
  width: 14em;
}
#qrcodes figure figcaption {
  text-align: center;
}

#cnblogs_post_body p {
  margin: 0 !important;
  margin-top: var(--block-space) !important;
  font-size: 12pt;
  letter-spacing: 1px;
  line-height: 32px;
  font-weight: 400;
}

#author_profile_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.author_avatar {
  border-radius: 50%;
}

#author_profile_detail {
  margin-left: 8px;
}

#author_profile_detail a {
  padding: 2px 0;
  display: inline-block;
}

@media (max-width: 800px) {
  :root {
    --block-space: 1.2em;
  }
  #main {
    padding: 0 8px;
  }
  .day {
    padding: 0 12px;
  }
}

.postDesc {
  padding: var(--block-space) 0;
}

/* 评论 */

.feedback_area_title {
  margin-bottom: var(--block-space);
}

#comment_nav {
  padding: var(--block-space) 0;
}

#cheems {
  position: absolute;
  right: 100px;
  top: 100px;
  filter: opacity(.3) contrast(160%) hue-rotate(0deg);
  transform: scale(1.5);
  animation: cheems-anime 10s ease-in infinite;
}

@keyframes cheems-anime {
  0% { 
    filter: opacity(.3) contrast(160%) hue-rotate(0deg);
  }
  100% { 
    filter: opacity(.3) contrast(160%) hue-rotate(360deg);
  }
}