@media (prefers-color-scheme: light) {
    body{
        background-color: #F7F7F9;
    }
}
@media (prefers-color-scheme: dark) {
    body{
        background-color: #2E2E2E;
    }
}
#home{
width:78%;
min-width: 1000px;
border-radius: 12px;
box-shadow: 0px 0px 5px #dadde1;
-webkit-box-shadow: 0px 0px 5px #dadde1;
}
#sideBar{width:242px;}
#cnblogs_post_body{
color: #343741;
font-synthesis: weight;
font-family: 'Cascadia Mono-SemiLight','SFMono-Regular','Open Sans',Consolas,Helvetica,'Segoe UI','Euclid Circular B','PingFang SC','Hiragino Sans GB','Heiti SC';
}


/* TITLE */
div .day .postTitle{border-left-color: #0065b3;}
div .day a.postTitle2{color: #0065b3; font-size: 18px;}
div.c_b_p_desc{color: #3e3e3e;}
#cb_post_title_url{color: #0065b3;font-size:106%;}


/* 系列目录 */
#cnblogs_post_body .directory{
    color: #555555;
    padding: 0px 0px;
    margin-left: 0px;
    overflow-y: auto;
    border-radius: 5px;
}
#cnblogs_post_body .directory::-webkit-scrollbar {
  display: none;
}
#cnblogs_post_body .directory a{
    display: block;
    line-height: 38px;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    background-color: rgba(241,244,250,0.5);
}
#cnblogs_post_body .directory a:hover {
    color: #2D8CF0;
    background-color: #FEFEFE;
}

/* 系列目录 - 过渡动画 */
#cnblogs_post_body .directory a::before {
    content: '';
    top: 0; left: 0;
    position: absolute;
    width: 0; height: 100%;
    border-bottom: 1px solid #2D8CF0;
}
#cnblogs_post_body .directory a:hover::before {
    width: 100%;
    transition: 0.3s all linear;
}

/* 行内导航指示 */
#cnblogs_post_body .nav{
    color: #666;
    font-size: 11px;
    margin: 0px 3px;
    padding: 2px 5px;
    border-radius: 3px;
    border-top: 0.01rem solid #ddd;
    border-left: 0.01rem solid #ddd;
    border-right: 0.01rem solid #ddd;
    border-bottom: 0.1rem solid #ddd;
}

/* 注解引用块 */
#cnblogs_post_body blockquote a{
color: inherit;
}
#cnblogs_post_body blockquote strong{
font-size: 108%;
}
#cnblogs_post_body blockquote{
font-size: 13px;
color: #009696;
border-radius: 5px;
margin: 21px 0px 16px 0px !important;
padding: 3px 20px 3px 20px;
line-height: 1.5em !important;
background-image: none !important;
border-left: 3px solid #24c7c6;
/*background-color: rgba(36,199,198, 0.04);*/
background-color: rgba(0,213,187,.03);
}
#cnblogs_post_body blockquote.note{
color: #834faf;
border-left: 3px solid #964dd5 !important;
background-color: rgba(153,50,204,.03) !important;
}
#cnblogs_post_body blockquote.primary{
color: #3065b3;
border-left: 3px solid #356fa8 !important;
background-color: rgba(79,151,245,.04) !important;
/*background-color: rgba(32,156,238,.03) !important;*/
}
#cnblogs_post_body blockquote.warning{
color: #a3732e;
border-left: 3px solid #ffb340 !important;/*FFDA00;/*FFB11B*/
background-color: rgba(255,221,87,.06) !important;
}
#cnblogs_post_body blockquote.danger{
color: #ca003f;
border-left: 3px solid #e91a50 !important;
background-color: rgba(252,55,98,.04) !important;
}

#cnblogs_post_body .table-wrapper::-webkit-scrollbar{
width: 0px !important;
display: none !important;
scrollbar-width: 0px !important;
scrollbar-color: transparent transparent !important;
-ms-overflow-style: none !important;
}
#cnblogs_post_body li{
margin-bottom: 10px;
}

/* 章节 TITLE */
#cnblogs_post_body h1{
color: #000000;
padding: 8px 1px 0px;
text-shadow: 0px 1px 0px #EDEDED;
--webkit-text-shadow: 0px 1px 0px #EDEDED;
}
#cnblogs_post_body h2{
color: #000000;
padding: 6px 1px 0px;
text-shadow: 0px 1px 0px #EDEDED;
--webkit-text-shadow: 0px 1px 0px #EDEDED;
}
#cnblogs_post_body h3{
color: #000000;
padding: 4px 1px 0px;
text-shadow: 0px 1px 0px #EDEDED;
--webkit-text-shadow: 0px 1px 0px #EDEDED;
}
#cnblogs_post_body h4{
color: #000000;
padding: 2px 1px 0px;
text-shadow: 0px 1px 0px #EDEDED;
--webkit-text-shadow: 0px 1px 0px #EDEDED;
}
#cnblogs_post_body h5{
color: #000000;
padding: 2px 1px 0px;
text-shadow: 0px 1px 0px #EDEDED;
--webkit-text-shadow: 0px 1px 0px #EDEDED;
}


/* 弹性盒子 (Flexible Box) */
.flexbox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}


#cnblogs_post_body i,#cnblogs_post_body em{
color:#8E8E8E;
}
#cnblogs_post_body p,#cnblogs_post_body ul,#cnblogs_post_body ol{
/*color: rgba(78,84,91,1);*/
}


#cnblogs_post_body table{
width: 99%;
max-width: 99%;
}
#cnblogs_post_body table caption{
text-align: left;
padding: 4px 0px;
}
#cnblogs_post_body table td, #cnblogs_post_body table th{
white-space:nowrap;
}

#cnblogs_post_body img,#cnblogs_post_body object{
padding: 2px;
margin-left: 3px;
max-width: 96% !important;
border-radius: 7px;
border: 0px solid #efefef;
box-shadow: 0px 0px 7px -2px #C0C0C0;
}


/* CODE BLOCK */
#cnblogs_post_body pre{
margin: -1px 1px 20px 0px;
border-radius: 7px;
border: 0px solid rgba(245,245,250,0);
}
#cnblogs_post_body pre:before{
z-index: 2;
border: 0px;
width: 10px;
height: 10px;
content: " ";
margin-top: 10px;
margin-left: 15px;
border-radius:50%;
position: absolute;
background:#fc625d;
box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
}
#cnblogs_post_body pre span.cnb-code-toolbar-item{
background: rgba(255,255,255,0);
}
#cnblogs_post_body pre ::-webkit-scrollbar{
width: 0px !important;
display: none !important;
scrollbar-width: 0px !important;
}
#cnblogs_post_body pre code{
margin-top: 28px;
white-space: inherit;
padding: 0.7em 1em 1em 1em;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
border: 0px solid rgba(255,255,255);
}
@media (prefers-color-scheme: light) {
    #cnblogs_post_body pre{
        background-color:rgba(210,225,238,0.13);
    }
    #cnblogs_post_body pre code{
        background-color:rgba(210,225,238,0.17);
    }
}
@media (prefers-color-scheme: dark) {
    #cnblogs_post_body pre{
        background-color:rgba(20,35,58);
    }
    #cnblogs_post_body pre code{
        background-color:rgba(0,0,0,0.3);
    }
}
#cnblogs_post_body code:not(pre code){
margin: -3px 3px 0px;
padding: 1px 6px 1px;
font-size: 13px;
line-height: 18px;
overflow: hidden;
color: #d8365d;
border-radius: .3em;
white-space: normal;
display:inline-block;/* 或 display:inline-flex; */
vertical-align: middle;
text-shadow: 0px 1px #fff;
background-color: rgba(216,54,93,.04) !important;
font-family: 'Cascadia Mono-SemiLight','SFMono-Regular','Open Sans',Consolas,Helvetica,'Euclid Circular B','PingFang SC','Hiragino Sans GB','Heiti SC';
}


/* 右侧副栏 */
#sidebar_shortcut li{
display: inline-block;
padding: 0px 10px 2px 0px;
}
#sidebar_recentposts li,#TopViewPostsBlock li,#TopFeedbackPostsBlock li,#TopDiggPostsBlock li{
white-space: nowrap;
text-overflow: ellipsis;
}
#blogCalendar td.CalTodayDay a{
color:#FFFFFF;
}

/* 页脚签名 */
#MySignature{
color:grey;
margin-top: 38px;
font-family: "Microsoft YaHei";
}
#MySignature a{
color:grey;
}
#HideSignature{
display:none;
}