.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
    0%,
    100% {
        transform: rotate(0)
    }
    20%,
    60% {
        transform: rotate(-25deg)
    }
    40%,
    80% {
        transform: rotate(10deg)
    }
}
@media (max-width:500px) {
    .github-corner:hover .octo-arm {
        animation: none
    }
    .github-corner .octo-arm {
        animation: octocat-wave 560ms ease-in-out
    }
}

#page_begin_html .back-to-top {
    left: unset!important;
    right: 304px!important;
    height: 850px!important;
    // background: url(https://blog-static.cnblogs.com/files/fsh001/scroll.gif) 0px 850px;
    background: url(https://blog-static.cnblogs.com/files/lishen2021/scroll.gif) 0px 850px;
}
#blogTitle .title {
    font-size: 17pt;
    text-align: center;
}
.CalTodayDay {
    background-color: rgb(0,191,255)!important;
    color: white!important;
}
.input_my_zzk {
    width: 169px;
    vertical-align: middle;
    height: 20px;
}
/*首页菜单栏*/
#navigator #navList #nav_myhome, #navigator #navList #nav_newpost, #navigator #navList #nav_contact, #navigator #navList #nav_rss, #navigator #navList #nav_admin
, #navigator #navList #nav_myposts, #navigator #navList #nav_myarticles, #navigator #navList #nav_mydiary, #navigator #navList #nav_mytag, #navigator #navList #nav_mycategories {
    margin-left: 62.6px;
}
#navigator .blogStats {margin-right: 20px;}

/*首页标题*/
#blogTitle .subtitle {text-align: center;}
#blogTitle {padding: 5px;}
#p_b_follow a {color:red}


#post_detail {margin-left: 207px;}
#post_detail .postTitle {
    text-align: center;
    font-size: 14pt;
    margin: 12px 0px 10px;
}

/*隐藏ad*/
#ad_t2 {display: none;}
#comment_form #cnblogs_ch, #comment_form #opt_under_post, #comment_form #cnblogs_c1, #comment_form #under_post_card1, #comment_form #under_post_card2, #comment_form #HistoryToday {display: none;}

#post_detail .postBody .toc {
    position: fixed;
    width: 230px;
    top: 156px;
    left: 0px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 4px 20px 6px;
    overflow-y: auto;
    height: 500px;
    scrollbar-width: thin;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
#post_detail .postBody .toc::-webkit-scrollbar {
    width: 6px;  
    height: 6px;  
    background-color: #fff;  
}
/*定义滚动条轨道 内阴影+圆角*/  
#post_detail .postBody .toc::-webkit-scrollbar-track {  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);  
    border-radius: 3px;  
    background-color: #f5f5f5;  
}  
/*定义滑块 内阴影+圆角*/  
#post_detail .postBody .toc::-webkit-scrollbar-thumb {  
    border-radius: 3px;  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  
    background-color: lightgray;  
} 

#sideBar {
    width: 236px;
    padding: 0px 30px 20px 7px;
    top: 156px;
}

#page_begin_html .back-to-top {right: 238px !important;}
#mainContent {margin-right: 274px;}
#mainContent .forFlow {margin: 0 33px 0 50px;}

/*左侧边导航栏*/ 
#post_detail .postBody .toc .toc-container-header {font-weight: bolder;}
#post_detail .postBody #cnblogs_post_body .toc ul {margin-left: 22px;}
#post_detail .postBody #cnblogs_post_body .toc ul li{list-style: none;} /*不展示小圆点*/
#post_detail .postBody #cnblogs_post_body .toc ul li a {text-decoration: none;}

.day .postTitle {font-size: 14pt;}
.comment_textarea {width: auto;}
div.commentform textarea {height: 200px;}
#commentbox_opt input[type="button"] {
    color: white;
    background-color: #06c;
}
#blogTitle .title #chenghao {
    font-size: 8pt;
    color: #999;
}
#blogTitle .title a:hover {color: #f00 !important;}
#blogTitle .subtitle a {color: #999;}
#blogTitle .subtitle a:hover {color: #f00;}

/*赞模块样式*/
#post_detail .postBody #blog_post_info_block #div_digg .buryit {display: none;}
#post_detail .postBody #blog_post_info_block #div_digg .diggit {float: right;}

/*右侧边栏 样式*/
#sideBar #blog-sidecolumn #sidebar_shortcut ul, #sideBar #blog-sidecolumn #sidebar_toptags .catListTag ul, #sideBar #blog-sidecolumn #sidebar_scorerank .catListBlogRank ul
, #sideBar #blog-sidecolumn #sidebar_categories .catListPostCategory ul, #sideBar #blog-sidecolumn #sidebar_categories .catListPostArchive ul, #sideBar #blog-sidecolumn .catListImageCategory ul
, #sideBar #blog-sidecolumn #sidebar_categories .catListArticleCategory ul, #sideBar #blog-sidecolumn #sidebar_categories .catListArticleArchive ul {
    margin-left: 27px;
}

/*我的博客第一页分页样式*/
#nav_next_page a {border: 1px solid #9aafe5; padding: 2px 5px;}

/*首页菜单栏添加新的下拉菜单*/
.dropdown-content {
    /*隐藏菜单*/
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*设置链接元素的最小宽度*/
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(12, 12, 12, 0.2);
    overflow: auto;
}
.dropdown-content a {
    display: block;
    color: black;
    padding: 6px 14px;
    text-decoration: none;  
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
#nav_myposts:hover .dropdown-content, #nav_myarticles:hover .dropdown-content, #nav_mydiary:hover .dropdown-content {
    display: block;
}
