/* 隐藏原有的顶部导航栏：会影响自定义布局 start */
#top_nav,
#poweredby {
    display: none;
}

/* 隐藏原有的顶部导航栏 end */


/* ======================================================================================== */

/* 首页相关设置 */
/* 整个大盒子布局 */
/* 背景 start */
body {
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
    background-color: rgb(203, 234, 206);

    
        /* 纯欲：https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221115031851_17.jpg 
        https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221209110805_blog-theme-bg.png */
   
    /* background: url(https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221115031851_17.jpg ) fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    /* font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif; */
}

#home {
    opacity: 0.85;
    margin: 0px auto;
    background-color: rgb(203, 234, 206);
    /* background-color: rgb(203,234,206); */
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/* 背景 end */


/* 返回顶部 start */
#scrollTop div {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 149px;
    margin: 0;
    padding: 0
}

#scrollTop .level-2 {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221003055301_top.png) no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    /* opacity: 0; */
    z-index: 1
}

#scrollTop .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2
}

#scrollTop {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221003055301_top.png) no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 180px;
    overflow: hidden;
    position: fixed;
    right: -38px;
    top: 63%;
    width: 149px;
    z-index: 11;
    margin: -125px 0 0;
    padding: 0
}

/* 返回顶部 end */


/* 首页 上布局 */
/* 博客左上角标题和副标题 start */
#blogTitle {
    overflow: hidden;
    height: 150px;
    text-align: center;
    /* background: url(https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221019080546_11.jpg) fixed;
    background-size: cover;
    background-repeat: repeat;  */
}

#blogTitle h1 {
    font-size: 50px;
    width: 100%;
    margin-left: 0;
    /* color: black; */
    color: #de6f64;
    /* data_Number */
    font-family: cursive, serif;
    /* font-family: "隶书",serif; */
    background-image: -webkit-linear-gradient(left, #ffb4b4, #a369b9 25%, #7057e8 50%, #804170 75%, #cbcd96);
    /* background-image: -webkit-linear-gradient(left,#ffdcb4,#b96972 25%,#e88a57 50%,#804170 75%,#a596cd); */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 1.5s infinite linear;
}

#blogTitle h2 {
    margin-left: 0;
    width: 100%;
    font-weight: bold;
    font-family: cursive, serif;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* 博客左上角标题和副标题 end */

/* 首页文章title自定义带动画 start */
.postTitle {
    text-align: center;
    color: black;
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    clear: both;
    background-color: #FBF9F9;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 17px;
    border-left: 3px solid #21759b;
    padding-left: 17px;
    font-size: 17px;
    border-radius: 0px;
}

.postTitle a:hover {
    text-decoration: none;
    margin-left: 17px;
    color: #E00000;
}

.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    transition: all 0.4s linear 0s;
}

/* 首页文章title自定义带动画 end */


/* 首页 左布局：侧边栏 start */
/* 圆圈头像框 start */
#newsSideBar .headImage {
    padding: auto;
}

#newsSideBar .headImage img {
    border: 3px solid #C0C0C0;
    border-radius: 50%;
    width: 200px;
    margin: auto;
    display: block;
}

/* 头像 */
#blog-news > img {
    display: block;
    margin: auto;
    border-radius: 50%;
}

#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 2.0;
}

#profile_block > a:link {
    color: #F60;
}

/* 圆圈头像框 end */

/* 博客侧边标题样式 start */
.catListTitle {
    margin-top: 21px;
    color: black;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 3px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 7px 10px;
    background-color: pink;
}

.CalTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

/* 博客侧边标题样式 end */

/* 日历 start */
* {
    margin: 0;
    padding: 0;
}

#blog-calendar {
    /* opacity: 0.97; */
    background-image: url(https://img2023.cnblogs.com/blog/141016/202308/141016-20230801153302130-70374720.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.CalDayHeader {
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4; /* #F4F4F4 */
}

.CalTodayDay {
    background-color: #b62525;
    color: #fff;
    border-radius: 50%;
}

.CalWeekendDay {
    font-size: 16px;
    line-height: 2.1;
}

.CalOtherMonthDay {
    font-size: 16px;
    line-height: 2.1;
    color: gray;
}

/* 日历 end */

/* 标签云 start */
#sidebar_toptags > div > ul > li > a {
    font-size: 12px;
    line-height: 11px;
    color: #fff;
}

#sidebar_toptags > div > ul > li {
    position: absolute;
    padding: 0 10px;
    border-radius: 10%;
    background: red;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    transition: all .7s;
    font-size: 9px;
    color: #fff;
}

#sidebar_toptags > div > ul {
    position: relative !important;
    clear: both;
    display: block;
    padding: 10px;
    padding-left: 0px;
    width: 270px;
    height: 230px;
    /* background: #ffffee; */
}

/* 标签云 end */

/* 左布局：侧边栏 end */


/* ================================================================================== */

/* 首页：右布局 start */
/* 就一个文章标题有点搞头，还可以玩一下，但：已经在前面的全局设置：背景中弄了 */
/* 首页：右布局 end */

/* ================================================================================== */


/* 博文内容相关设置 start */


/* 先决辅助设置 start */
/* --点赞按钮 start-- */
#div_digg {
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    right: -65px;
    bottom: 400px;
    width: 100px;
    z-index: 100;
}

.diggit {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/687721/galleries/2225283/o_221003055545_star.png) no-repeat;
    width: 60px;
    height: 60px;
}

#div_digg .diggnum {
    position: absolute;
    bottom: -20px;
    left: 6px;
    background: #D0D0D0;
    padding: 2px 0;
    display: block;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
}

/* 删除反对按钮 */
.buryit {
    display: none;
}

/* --点赞按钮 end-- */


/* 生成博客目录的 start */

/* 生成博客目录的 end */

/* 先决辅助设置 end */


/* 博文内容 中间布局设置（博文） start */
/* 全局背景 */
#topics {
    width: 97.5%;
    background-color: rgb(203, 234, 206);
}


/* 博文内容标题设置 start */
#cnblogs_post_body h1::before {
    content: "章：";
}

#cnblogs_post_body h1 {
    text-align: center;
    padding-bottom: 0.3em;
    font-size: 35 ox;
    line-height: 1.2;
    margin: 0.6em auto 1.2em;
    display: block;

    /* border: 1px solid #55895B;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    background-color: #FBF9F9;
    background-position: left center;
    padding: 3px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box; */
}

/* 标题2-6的自定义格式 */
#cnblogs_post_body h2::before,
#cnblogs_post_body h3::before,
#cnblogs_post_body h4::before,
#cnblogs_post_body h5::before,
#cnblogs_post_body h6::before {
    content: "节：";
}

#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
    border: 1px solid #696969;
    border-left-width: 3px;
    border-radius: 7px;
    border-right-width: 5px;
    background-color: #FBF9F9;
    background-position: left center;
    padding: 2px 3px;
    display: inline-block;
    box-sizing: border-box;
}

/* 博文内容标题设置 end */


/* 文章内容字体 start */
#cnblogs_post_body {
    font-size: 16px;
    background-color: rgb(203, 234, 206);
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: Microsoft YaHei;
    color: black;
    text-align: justify;
    line-height: 1.8;
}

/* 文章内容字体 end */

/* 引用背景 start */
#topics .postBody blockquote {
    font-size: 15px;
    /* margin: 0;
    padding: 1.5rem;
	background: hsl(0, 0%, 95%); */
    border: 2px solid hsl(0, 100%, 65%);

    /* 圆角效果 */
    /* border-radius: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px; */

    /* 阴影效果 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
    /*ie*/
    -moz-box-shadow: 2px 2px 10px #909090;
    /*firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090;
    /*safari或chrome*/
    box-shadow: 2px 2px 10px #909090;
    /*opera或ie9*/
}

/* 引用背景 end */

/* 代码注释颜色 start */
.token.comment {
    color: rgba(203, 234, 206, .65);
}

/* 代码注释颜色 end */

/* MAC的三个图标 start */
.cnblogs-markdown .line-numbers::before {
    display: block;
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    top: 10px;
    left: 13px;
    width: 15px;
    height: 15px;
    float: left;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

.cnblogs-markdown .line-numbers {
    position: relative;
    padding-top: 30px;
}

/* MAC的三个图标 end */

/* 行内代码块 start */
.cnblogs-markdown :not(pre,div,td) > code,
.blogpost-body :not(pre,div,td) > code {
    background-color: rgb(255, 192, 203);
    font-family: "Courier New", sans-serif;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    color: rgb(0, 0, 0);
}

/* 行内代码块 end */

/* 修改折叠代码块 start */
#cnblogs_post_body details summary:hover {
    /* 鼠标放上去显示小手 */
    cursor: pointer;
    /* 鼠标放上去字体变为蓝色 */
    color: purple;
}

/* 修改折叠代码块 end */

/* 这个可以修改折叠代码块前面的那个三角符号 */
#cnblogs_post_body details summary::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

/* 图片显示设置 start */
#cnblogs_post_body img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    /* 考虑浏览器兼容性 */
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
}

/* 图片显示设置 end */

/* 博文内容 中间布局设置（博文） end */


/* 博文内容 下布局 start */
/* 设置签名格式 start */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 15px;
    border-left: solid 5px #55895B;
    background: #FBF9F9;
    border-radius: 10px 10px 37% 10px;
    line-height: 2.4;
    margin: 37px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}

/* 设置签名格式 end */

/* 底部关注收藏等几个按钮 start */
#green_channel {
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    border-top: #eee 1px dashed;
    border-bottom: #eee 1px dashed;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(238, 238, 238);
    font-size: 12px;
    width: 100% !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

a#green_channel_digg,
a#green_channel_follow,
a#green_channel_favorite,
a#green_channel_weibo,
a#green_channel_wechat {
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 80px;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
    margin-left: 10px;
    background-image: none;
    margin-top: 10px;
}

a#green_channel_digg {
    background-color: #2daebf;
    box-shadow: 0 15px 18px -6px rgba(95, 193, 206, 0.65);
}

a#green_channel_favorite {
    background-color: #ffb515;
    box-shadow: 0 15px 18px -6px rgba(255, 198, 75, 0.65);
    margin-left: 10px;
}

a#green_channel_follow {
    background-color: #e33100 !important;
    box-shadow: 0 15px 18px -6px rgba(227, 49, 0, 0.65);
    margin-left: 10px;
}

a#green_channel_wechat {
    padding: 3px 8px !important;
    background-color: #3cb034 !important;
    box-shadow: 0 15px 18px -6px rgba(60, 176, 52, 0.65) !important;
    margin-left: 10px;
    width: 35px;
}

a#green_channel_weibo {
    padding: 3px 8px !important;
    background-color: #ff464b !important;
    box-shadow: 0 15px 18px -6px rgba(255, 70, 75, 0.65) !important;
    margin-left: 10px;
    width: 35px;
}

/* 底部关注收藏等几个按钮 end */

/* 底部头像边框 start */
#author_profile_info img.author_avatar {
    border-radius: 120%;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 3px solid #f7f7f7;
    padding: 0;
    margin-left: 3px;
    margin-right: 7px;
}

/* 底部头像边框 end */

/* 上一篇下一篇 start */
#post_next_prev {
    font-size: 14px;
    color: #535353;
}

/* 上一篇下一篇 end */


/* 文章底部编辑、评论、阅读数....所在的整个盒子 start */
#topics .postDesc {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: black;
    margin-top: 5px;
}

/* 文章底部编辑、评论、阅读数....所在的整个盒子 end */


/* 底部编辑、收藏 start */
#topics .postDesc a {
    background-color: #51C332;
    border-radius: 2px;
    text-align: center;
    color: white;
    text-shadow: 1px 3px 2px #8b0000;
    padding: 3.7px 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 1px 1px;
    box-shadow: black 0px 1px 5
}

/* 底部编辑、收藏 end */


/* 评论区 start */
/* 侧边栏和评论区更改 start */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 14px !important;
}

/* 评论框 start */
div.commentform p {
    margin-bottom: 10px;
}

/* 评论框 start */

/* 评论按钮 start */
.comment_btn {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

.comment_btn:hover {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #258fb8;
    color: white;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
}

#commentbox_opt, #commentbox_opt + p {
    text-align: center;
}

.commentbox_title {
    width: 100%;
}

/* 评论按钮 end */

/* 评论输入域 start */
#tbCommentBody {
    font-family: 'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
    margin-top: 10px;
    max-width: 100%;
    min-width: 100%;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
/ / padding: 10 px;
    height: 250px;
    font-size: 14px;
    min-height: 120px;
}

/* 评论输入域 end */

/* 评论条目 start */
.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #F2F2F2;
    box-shadow: 0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight: normal;
}

#blog-comments-placeholder,
#comment_form {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 50px;
}

/* 评论条目 end */

/* 评论标题 start */
.feedback_area_title {
    margin-bottom: 15px;
    font-size: 1.8em;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
}

.color_shine {
    background: rgb(226, 242, 255);
}

.feedbackItem:hover {
    -webkit-animation-name: color_shine;
    -webkit-animation-duration: 2s;
    webkit-animation-iteration-count: infinite;
}

#comment_form .title {
    font-weight: normal;
    margin-bottom: 15px;
}

/* 评论标题 end */


/* ==================================================================================== */

/* 屏蔽底部“Copyright © 2022 紫邪情”、文章底部广告（可能id、class名会有出入，可用f12自行定位修改） start */
#footer,
.under-post-card,
.itnews under-post-card {
    display: none;
}

/* 隐藏底部“Copyright © 2022 紫邪情”信息 end */


/* 看板娘：此设置是让看板娘跑到左下角 start */

/* #live2dcanvas {
    border: 0 !important;
    /* left: 0; */
}
*

/
/* 看板娘 end */

/* 禁用超链接下划线 start */
#cnblogs_post_body a:visited,
#cnblogs_post_body a:active {
    text-decoration: none;
}

/* 禁用超链接下划线 end */

/* a标签颜色 start */
#cnblogs_post_body a {
    color: blue;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* a标签颜色 end */

/* a标签文字触发效果 start */
a:hover {
    border-bottom: 1px solid;
    color: purple;
    text-shadow: 1px 0 0 purple;
    text-decoration: none;
    -webkit-transition: 0.3s;
}

/* a标签文字触发效果 end */


/* ==================================================================================== */

/* 收尾工作 */
/* 防止图片溢出 start */
#cnblogs_post_body img {
    max-width: 100%;
}

/* 防止图片溢出 end */

/* 溢出隐藏设置(可能会出现) start */
#topics, #mainContent {
    overflow: visible;
}

#postDesc {
    float: none;
}

/* 溢出隐藏设置(可能会出现) end */
