html,body{
    font-family: noto serif sc,pingfang sc,spoqa han sans,source sans pro,Apple SD Gothic Neo,Nanum Barun Gothic,Nanum Gothic,microsoft 
    yahei,Verdana,Arial,Dotum,sans-serif;
}
html a{
  text-decoration: none;
    color: #343a40;
}
html{
height:100vh;
}
#navigator{
  display:none;
}
#Header1_HeaderTitle{
  text-decoration: none;
  color: black;
margin-left: 4rem;
}
#header{
    max-width: 50vw;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
}
#main{
    max-width: 50vw;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
}
#footer{
    display:none;
}
.dayTitle{
  display:none;
}
.postTitle .postTitle2{
    text-decoration: none;
    line-height:1.8;
    color: #343a40;
    font-size:1.8rem;
    font-weight:600;
}
.postTitle{
  margin: 1rem 0rem 0.5rem 0rem;
}
.postDesc{
   display:none;
}
#sideBar{
    max-width: 20vw;
    position: absolute;
    position: absolute;
    background-color: var(--color-background-aside);
    border-radius: 1rem;
   border-right: 1px solid #00000061;
    padding: 0 2rem 1rem;
    margin: var(--height-header) 0 0 0;
    top: 15vh;
    left: calc(50% - 40vw);
}
.c_b_p_desc{
line-height: 27.8px;
}
.c_b_p_desc_readmore{
color:#868e96;
}
#sideBar  li{
    margin-top: 10px;
    list-style:none;
}
#sideBar  ul{
padding-inline-start:1rem;
}
#sideBar  a{
    color: #343a40;
}
 
/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
	white-space: pre;
	word-wrap: normal;
}
.cnblogs-markdown .hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #23241f !important;
	color: #FFF;
	white-space: pre;
        font-family:noto serif sc !important;
        font-size:15px!important;
	word-break: normal;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}


/*黑色主题皮肤结束*/
#top_nav{
display:none;
}

#div_digg {
    padding:5px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    border-radius:5px;
    opacity: 0.8;
}

.comment_textarea{
width:50vw;
}
#post_next_prev{
font-size:15px;
}
#post_next_prev a{
color:#868e96;
}
.under-comment-nav{
display:none;
}
#comment_form a{
   color:#868e96;
}
#blog-comments-placeholder{
  margin-top:5rem;
}
.comment_actions{
   float:right;
}
.comment_actions a:first-child ,#btn_comment_submit{
    display: inline-block;
    padding: 0px 3px 3px 3px;
    color: #108ee9;
    background-color: transparent;
    border: 1px solid #108ee9;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    background: 0 0;
    text-decoration: none;
    white-space: nowrap;
}
.comment_actions a:not(:first-child){
    display: inline-block;
    padding: 0px 3px 3px 3px;
    color: #e94f4f;
    background-color: transparent;
    border: 1px solid #e94f4f;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    background: 0 0;
    text-decoration: none;
    white-space: nowrap;
}
 .day, #mainContent{ 
    animation: fadeInAnimation ease 2s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
  } 
@keyframes fadeInAnimation { 
    0% { 
     opacity: 0; 
     } 
    100% { 
        opacity: 1; 
      } 
   } 
.feedback_area_title{
    margin-bottom:1.5rem;
}
.feedbackItem{
    margin-bottom:1rem;
    border: 1px solid #0f170f42;
    padding: 1rem;
    border-radius: 5px;
}
.feedbackListSubtitle{
     border-bottom: 1px solid #f1f1f1;
}
div.commentform textarea{
    font-size:15px;
    box-shadow: inset 0 0 8px #aaa;
    border-radius: 10px;
    padding: 8px;
    margin-top: 10px;
    font-family:noto serif sc;
}
#green_channel{
display:none;
}
.entrylistItemPostDesc{
display:none;
}
#commentform_title a{
display:none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#under_post_card1 {
display:none;
}
#under_post_card2 {
display:none;
}