@charset "UTF-8";
/*
 文章详情页
 */
#blog-comments-placeholder {
  border: 1px solid #434343;
}
#blog-comments-placeholder .feedback_area_title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#blog-comments-placeholder .feedbackItem {
  width: 90%;
  border: 1px solid #434343;
  padding: 4px;
  border-radius: 5px;
  margin-left: 8%;
  position: relative;
  margin-top: 20px;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle {
  padding: 0 20px;
  line-height: 26px;
  background-color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 10px;
}
#blog-comments-placeholder .feedbackItem .feedbackListSubtitle .feedbackManage {
  float: right;
}
#blog-comments-placeholder .feedbackItem .feedbackCon {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0px 20px;
  line-height: 26px;
  word-wrap: break-word;
  width: 100%;
}
#blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote .comment_digg, #blog-comments-placeholder .feedbackItem .feedbackCon .comment_vote .comment_burry {
  align-items: flex-start;
  box-sizing: border-box;
  background-color: buttonface;
  border-image: initial;
  outline: none;
  display: inline-block;
  font-size: 14px;
  background: none;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: rgba(23, 23, 23, 0.91);
  background: rgba(220, 220, 220, 0.77);
  border-color: transparent;
  line-height: 30px;
  padding: 0 12px;
}

.postSeparator {
  border: 0;
  padding-top: 1px;
  background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}

#cnblogs_post_body {
  margin-bottom: 100px;
}
#cnblogs_post_body li {
  line-height: 2;
}

.tippy-box[data-theme~=cnblogs] {
  color: rgba(255, 255, 255, 0.45);
  background-color: #1f1f1f;
}

.cnblogs-toc-pinned-button:hover, .cnblogs-toc-item:not(.cnblogs-toc-text):hover {
  background-color: #141414;
}

.cnblogs-toc {
  color: rgba(255, 255, 255, 0.45);
}

.commentform .new-comment-block {
  border: 1px solid #434343;
}

.comment_textarea {
  padding: 8px 14px;
  background-color: #141414;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #434343;
  width: 600px;
  max-width: 100%;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}

div.commentform textarea {
  background: #141414;
  line-height: 1.6;
  width: 100%;
  height: 250px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 13px;
  border: none;
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px 0;
}

#under_post_card1,
#cnblogs_ch,
#under_post_card2 {
  display: none;
}

.desc_img {
  width: 30%;
  height: auto;
  margin-left: 15px;
}

.cnblogs-markdown :not(pre, div, td) > code, .blogpost-body :not(pre, div, td) > code {
  font-family: "JetBrains Mono-Regular", "Courier New", sans-serif, Consolas, Monaco;
  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: #1f1f1f;
  color: rgba(255, 255, 255, 0.85);
}

#footer#footer {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

h1, h2, a, p, div, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
单标签配置
*/
html {
  background-image: url("https://img2023.cnblogs.com/blog/1813495/202306/1813495-20230609080023568-800352816.jpg");
  background-repeat: repeat;
  color: rgba(255, 255, 255, 0.65);
}

a {
  color: #177ddc;
  text-decoration: none;
}

p {
  line-height: 2;
}

#top_nav {
  display: none;
}

#header {
  position: relative;
  display: block;
}

#homepage_top_pager {
  display: none;
}

#home {
  position: relative;
}

/*
目录页
*/
#blogTitle {
  padding: 70px 0;
  text-align: center;
}
#blogTitle h1 {
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0.67em 10px;
  font-size: 80px;
}
#blogTitle h2 {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}

#navigator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#navigator #navList {
  float: right;
}
#navigator #navList li {
  position: relative;
  float: left;
  display: block;
}
#navigator #navList li a {
  padding: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 1px;
}
#navigator .blogStats {
  float: left;
  padding: 20px;
  line-height: 20px;
  font-weight: 800;
  height: 56px;
}

#main {
  display: flex;
  width: 1170px;
  margin: 0 auto;
}
#main #mainContent {
  background: #141414;
  position: relative;
  padding-right: 3.75%;
  padding-left: 3.75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  width: 75%;
  float: left;
}
#main #sideBar {
  display: none;
  float: right;
  width: 20%;
  background-color: #141414;
}
#main #sideBar li {
  list-style-type: none;
}

.forFlow .day {
  margin: 10px 0;
}
.forFlow .day::after {
  content: "";
  display: block;
  border: 0;
  padding-top: 1px;
  background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.forFlow .day .dayTitle {
  font-size: 18px;
  font-family: Lora, "Times New Roman", serif;
  color: #cccccc;
  font-style: italic;
  margin-top: 20px;
}
.forFlow .day .postDesc span {
  margin: 0 1ch;
}
.forFlow .postTitle {
  color: #404040;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
}
.forFlow .postTitle a {
  color: rgba(255, 255, 255, 0.85);
}
.forFlow .postCon {
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
}
.forFlow .postCon .c_b_p_desc {
  text-align: justify;
  line-height: 2;
  padding-right: 5px;
}
.forFlow .postCon .c_b_p_desc_readmore {
  color: #3e3e3e;
  padding-left: 10px;
}
.forFlow .postDesc {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin: 10px 0;
  color: #a3a3a3;
}
.forFlow .postDesc a {
  margin: 0 0.5ch;
}

#footer {
  width: 400px;
  font-size: 20px;
  padding: 50px 0 65px;
  margin: 0 auto;
}
#footer #poweredby {
  display: none;
}

/*# sourceMappingURL=index.css.map */
