/*---------------快速调色---------------*/
/*文章标题，首页发布日期*/
a,p.date a, #commentbox_opt a, .pager a:hover, .c_ad_block, .under-post-card{
    color: aliceblue;
}
/*ID*/
#Header1_HeaderTitle{
    color: red;
}
/*子标题，*/
#top p {
    color: blueviolet;
    font-size: 17px;
    font-weight: lighter;
    font-style: italic;
    font-family: STKaiti;
}
/*摘要，*/
.c_b_p_desc{
    color: azure;
}
/*文章内链接，*/
#cnblogs_post_body a{
    color: blueviolet;
}
.posthead, #post_next_prev, .postfoot, 
#myposts .postDesc2, #taglist_main, #myposts .myposts_title,
#sidebar-a h3, .entrylistTitle, #commentform_title, .comment_preview p, div.commentform p,
#blog-comments-placeholder a{
    color: black;
}

/*引用，*/
.blogpost-body blockquote {
    background: rgba(255,255,255,0.3);
}
/*边栏*/
#navstats {
    color: black !important;
}
.CalDayHeader, #profile_block, #footer {
    color: aliceblue !important;
}
/*日历今日日期颜色*/
.CalTodayDay{
    color: sandybrown;
}
/*工具栏*/
#nav ul li a {
    /* mix-blend-mode: multiply; */
    color: dodgerblue;
    //background-color: rgb(243 127 127 / 50%);
    mix-blend-mode: color-dodge;
    border-right-color: wheat;
}
.pager a{
    color: aliceblue;
}
.pager{
    color: cornflowerblue;
}
/*---------------全局设定---------------*/
/*---------------顶部---------------*/
#container {
    width: auto;
    margin: 0;
    background: url(https://img2024.cnblogs.com/blog/2238275/202411/2238275-20241111191021394-1903518121.png);
    background-position-x: 0px;
    background-position-y: 480px;
    background-size: 100%;
}
#header {
    height: 535px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: black;
    background: url(https://img2024.cnblogs.com/blog/2238275/202411/2238275-20241111190515657-226305116.png) no-repeat top center;
    background-size: 100%;
    background-position-y: 0px;
}
#Header1_HeaderTitle {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 50px;
    //mix-blend-mode: color-dodge;
    font-style: italic;
    font-family: STLiti;
}
#top p {
    margin: 0;
    text-transform: inherit;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 90px;
    right: 30px;
    font-family: Lucida Handwriting;
}
#nav {
    margin-top: 0;
    text-align: left;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-top: 0;
    padding-bottom: 0;
    /*以上为覆盖内容*/
    position: absolute;
    bottom: 1%;
}
#nav ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    float: left;
    margin-top: 0;
    border-right-width: 0px;
    border-right-style: solid;
    font-weight: bold;
    font-size: 20px;
}
#nav ul li a:hover{
    background: black;
    color: white;
}
#navstats {
    text-align: right;
    font-size: .9em;
    padding: 0;
    margin-right: 0;
    float: right;
    /*以上为覆盖内容*/
    width: 340px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pager a {
    border: 0px solid #9aafe5;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}
/*---------------发表内容---------------*/
.post {
    padding: 0;
    margin: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-bottom-color: #666;
    border-left-color: #666;
    /*以上为覆盖内容*/
    border-top-style: none;
    border-top-width: 10px;
    border-top-color: #666;
    color: black;
}
.posthead {
    padding: 2px 1em;
    font-size: .9em;
    margin: 20px 20px 10px 5em;
}
.posthead h2 {
    margin: 0;
    letter-spacing: 1px;
    /*以上为覆盖内容*/
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}
.postbody {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 5em;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #666;
    padding-bottom: 2em;
    line-height: 150%;
    font-size: 1em;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
#cnblogs_post_body {
    word-break: break-word;
    padding: 30px;
    border-radius: 5px;
    min-height: 600px;
    background: rgba(255,255,255,0.7);
    color: black;
}
#cnblogs_post_body hr {
    border-top: 1px solid black;
}
p a, .postbody {
    color: black;
}
.post img {
    border: none;
}
#post_next_prev {
    padding-top: 100px;
    display: block;
}
.postfoot {
    padding: 0.5em 1em;
    margin: 0;
    font-size: .9em;
    text-align: right;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    padding-left: 30px;
}
.c_b_p_desc_readmore {
    padding-left: 5px;
    float: right;
}
.blogpost-body blockquote {
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 10px;
    color: #555;
}
.cnblogs_code {
    background-color: rgba(244,244,244,0.5);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 2px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    border-radius: 10px;
    color: #000;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(244,244,244,0) !important;
    border: none !important;
}
.cnblogs_code div {
    background-color: rgba(244,244,244,0);
}
/* .cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: rgba(255,255,255,0);
    border: none !important;
} */
/*---------------标签页---------------*/
#myposts .postDesc2 {
    font-size: 12px;
}
#myposts .myposts_title {
    font-size: 15px;
}
#taglist_main {
    margin-top: 20px;
}
#MyTag1_dtTagList{
    width: 100%;
}
/*---------------评论界面---------------*/
.comment_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #ddd;
    max-width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    /*以上为覆盖内容*/
    padding: 8px 14px;
    border-radius: 3px;
    background: rgba(255,255,255,0.7);
    width: auto;
    margin-left: 20px;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
.ad_text_commentbox {
    margin-top: 100px;
    margin-bottom: 5px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    text-align: right;
}
#commentbox_opt a {
    padding-left: 10px;
}
#comment_form{
    padding-left: 50px;
}
#comment_nav {
    margin: 10px;
    text-align: right;
}
.blog_comment_body{
    padding-left: 2em;
}
/*---------------日历和边栏---------------*/
.CalTitle {
    background-color: rgba(255,255,255,0.3);
    font-size: 13px;
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
.CalWeekendDay {
    background:none;
}
.CalDayHeader {
    font-weight: bold;
    mix-blend-mode: overlay;
    background-color: white;
}
#calendar {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 10px;
    background-color: rgba(255,255,255,0.3);
    width: fit-content;
}
.Cal {
    width: 180px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    border-color: azure;
    background: none;
    color: black;
}
#sidebar-a h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
    margin-top: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    padding-bottom: 5px;
    margin-left: 1em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
    text-decoration: none;
    margin-right: 0;
    //mix-blend-mode: overlay;
    padding: 2px;
}
#sidebar_search_box{
    margin-left: 10px;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}
#news {
    margin-bottom: .5em;
    border: 1px dotted #ccc;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    width: 167px;
    margin-left: 10px;
}
/*---------------底部--------------*/
#footer {
    clear: both;
    padding: 100px 5px 5px 5px;
    font-size: .9em;
}
/*---------------评论区---------------*/
#blog-comments-placeholder{
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-left: 75px;
}
#blog-comments-placeholder h2{
    font-size: 13px;
}
#blog-comments-placeholder h3{
    visibility: hidden;
}
#tip_comment2{
    visibility: hidden;
}
#blog_post_info_block {
    display: block;
}
#div_digg {
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 0px;
    width: 0px;
    text-align: center;
    margin: 0px;
    visibility: hidden;
}
#blog_post_info {
    float: left;
    height: 100px;
    width: 80%;
    /* padding-top: 20px; */
}
#green_channel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
#EntryTag {
    margin-top: 0;
    width: 20%;
    height: 100px;
    float: right;
    text-align: end;
}
/*---------------广告管理---------------*/
#cnblogs_c1, #cnblogs_c1 img {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_c2 {
    width: 0;
    height: 0;
    visibility: hidden;
}
#cnblogs_ch {
    margin-top: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.c_ad_block, .under-post-card {
    margin-top: 10px;
    line-height: 1.5;
}
#under_post_card1{
    float: left;
    width: 40%;
    margin-left: 25px
}
#under_post_card2{
    float: right;
    width: 50%;
}
#HistoryToday, .recomm-block {
    max-width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
/*---------------翻页动画---------------*/