/*simplememory*/
.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;
}

#home {
    opacity: 0.56;
    margin: 0 auto;
    width: 88%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
}

#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 18px;
}

#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    /* border-left: 10px solid rgba(82, 168, 236, 0.8); */
    border-left: 10px solid #FFA07A;
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}

#ad_under_post_holder #google_ad_c1,
#google_ad_c2 {
    display: none !important;
}

body {
    /* 鼠标图标 */
    cursor: url(https://files.cnblogs.com/files/blogs/745860/o_pointer.ico?t=1658721164), auto !important;
    color: #000;
    /* 引用自别人 */
    /* background: url(https://cdn.cnblogs.com/jsDelivr/gh/BNDong/Cnblogs-Theme-SimpleMemory@v2.0.9/dist/images/e58d9f9d0eee6d9b9add.webp) fixed; */
    /* background: url(https://files.dbnuo.com/wallpaper/wallhaven-wyomo6.webp) fixed; */
    /* 图床 */
    /* zlj001 */
    /* background: url(https://s1.ax1x.com/2022/09/02/vIh3bn.jpg) fixed; */
    /* zlj002 */
    /* background: url(https://s1.ax1x.com/2022/09/02/vIhNCT.jpg) fixed; */
    /* 暂不使用 */
    /* background: url(https://files.dbnuo.com/wallpaper/wallhaven-wymo2p.webp) fixed; */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    /* overflow: hidden; */
    /* min-height: 101%; */
}

/* 对鼠标移入移出效果进行设置 */
a:hover,
button:hover,
i:hover,
input:hover,
span:hover,
svg:hover {
    cursor: url(https://files.cnblogs.com/files/blogs/745860/o_click.ico?t=1658721173), auto !important;
}

/* #topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
} */


div.commentform p {
    margin-bottom: 10px;
}

.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%;
}

#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;
    height: 250px;
    font-size: 14px;
    min-height: 120px;
}

.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;
}

.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 {
    animation-name: color-shine;
    -webkit-animation-name: color_shine;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#comment_form .title {
    font-weight: normal;
    margin-bottom: 15px;
}

#topics .postTitle {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333;

}


/* 字体大小设置 */
#cnblogs_post_body {
    font-size: 16px;
    font-family: "等线light", Microsoft Yahei, Verdana, Helvetica, sans-serif;
}

/* #cnblogs_post_body h1,
h2,
h3,
h4 {
    font-weight: bold;
    border-bottom: 1px solid hsla(0, 0%, 50%, .33);
    margin: 1.8em 0;
} */

#cnblogs_post_body h2,
h4 {
    font-weight: bold;
    /* border-bottom: 1px solid hsla(0, 0%, 50%, .33); */
    margin: 1.8em 0;
}

/* #cnblogs_post_body h2 {
    font-size: 30px;
    line-height: 1.5;
} */

#cnblogs_post_body h2 {
    /* background: #87CEFA; */
    background-image: linear-gradient(270deg, rgb(135, 206, 250), rgb(247, 206, 250));
    border-radius: 6px 6px 6px 6px;
    /* box-shadow: 0 0 0 1px #169fe6, 1px 1px 1px 1px #2fb4dc; */
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 24px;
    /* font-weight: bold; */
    /* height: 30px; */
    line-height: 1.5;
    margin: 12px 0 !important;
    /* padding: 8px 0 5px 5px; */
    padding-left: 4px;
    /* text-shadow: 2px 2px 3px #222222; */
}

/* #cnblogs_post_body h3 {
    font-size: 20px;
    line-height: 1.5;
} */

#cnblogs_post_body h4 {
    font-size: 20px;
    line-height: 1.5;
}

#Header1_HeaderTitle{
    font-size: 40px;
    font-family: "Playball";
}

#blogTitle h2:before {
    content: "凡事豫则立，不豫则废。";
    font-size: 16px;
}


/* 不显示广告 */
#google_ad_c1,
#google_ad_c2,
#ad_text_under_commentbox,
#cnblogs_ch,
#opt_under_post,
#cnblogs_c1,
#under_post_card1,
#cnblogs_c2,
#under_post_card2,
#HistoryToday {
    display: none !important;
}

/* 不显示分页页面上的entrylistTitle&Description */
.entrylist .entrylistTitle,
.entrylist .entrylistDescription {
    display: none !important;
}

/* 不显示找找看 */
#sidebar_search {
    display: none;
}

/* 不显示举报按钮 */
#topics .postDesc a:last-child {
    display: none;
}

/* 不显示文本下划线 */
.postBody a:link,
.postBody a:visited,
.postBody a:active {
    text-decoration: none;
}

/* 修改引用块样式 */
#cnblogs_post_body blockquote {
    color: #000000;
    margin: 5px 0;
    min-height: 20px;
    line-height: 1em;
    background: no-repeat scroll right top #D3D3D3;
    padding: 5px 8px;
    border: 1px dashed #CCC;
    border-left: 6px solid #2D8CF0;
}

/* 使点赞和返回按钮更显眼 */
#div_digg {
    position: fixed;
    bottom: 40px;
    width: 120px;
    right: 120px;
    border: 2px solid #000;
    padding: 10px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #9370DB, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    transition-duration: 0.5s;
}

#div_digg:hover {
    opacity: 1;
}

/* 设置随笔分类、随笔档案下的随笔之间的间距 */
.entrylistItem {
    min-height: 20px;
    /* _height: 20px; */
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    /* padding-bottom: 50px; */
    padding-bottom: 5px;
    padding-top: 10px;
    width: 100%;
}

/* 设置主页面上的随笔间距 */
.day {
    padding-top: 10px;
}

/* 设置每天随笔之间的间距 */
.postSeparator {
    height: 0px;
    /* margin: 0 auto 15px auto; */
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

/* 设置个页面间随笔内容简介与下方信息的间距 */
.postDesc,
.entrylistItemPostDesc {
    margin-top: 10px;
    font-size: 13px;
}




/*溢出隐藏设置*/
/* #topics,
#mainContent {
    overflow: visible;
}

#postDesc {
    float: none;
} */


/* .postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    color: #21759b;
    transition: all .4s linear 0s;
    transition: none;
}

.postTitle a:hover {
    margin-left: 30px;
    margin-left: none;
    color: #0f3647;
    text-decoration: none;
} */

.preloader {
    display: none !important;
}


/* 博客签版权设置 */
#MySignature {　　
    border: solid 1px #E5E5E5;
    padding: 10px;
    background: #E5EEF7 url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
    padding-left: 80px;
}

#MySignature div {
    line-height: 20px;
}

#blogTitle h1 a:hover,
#navList a:hover,
#navCaegory ul li a:hover,
#profile_block a:hover,
#siderbar_categories a:hover,
.siderbar-block a:hover {
    color: #9370DB;
}

.CalTodayDay {
    background: #9370DB !important;
}

.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
    color: #000;
}

.postTitle {
    border-left: 4px solid #9370DB;
}


/* 手机端适配 */
@media only screen and (max-width:768px) {
    html,
    #cnblogs_post_body img{
        opacity: 1.00 !important;
        /* width: 100%; */
    }

    body {
        background: none !important;
    }

    /* #cnblogs_post_body img {
        opacity: 1.00;
    } */

    /* #cnblogs_post_body h2 .cnblogs-toc-button {
        height: inherit;
    } */

    .forFlow #comment_form {
        box-shadow: none;
    }

    #div_digg {
        display: none !important;
    }
}
