/* 编辑收藏举报按钮美化 */
#topics .postDesc a {
    background-color: #51C281;
    border-radius: 50px;
    text-align: center;
    color: mintcream;
    text-shadow: 1px 1px 2px #8b0000;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 3px;
    box-shadow: 0 3px 5px -1px rgba(60,176,52,0.65)!important;
}

/* 发表评论美化 */
#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: 10px;
    height: 250px;
    font-size: 14px;
    min-height: 120px;
    background-image: url(https://blog-static.cnblogs.com/files/blogs/719984/basketball.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0px 0px 12px #ddd inset;
}


/*背景图片 */
body:before {
    background: url("https://images.cnblogs.com/cnblogs_com/blogs/719984/galleries/2068073/o_211125090919_%E5%A4%9C%E7%A9%BA3.jpeg") center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}

/* 字体样式 */
code {
    font-size: 110%;
}

/* 个性化鼠标 */
body {
    cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130803220-830795166.jpg"),auto;
}
a:hover{
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130348786-1746404606.jpg"),auto;
}
.diggit{
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130348786-1746404606.jpg"),auto;
}
.buryit{
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429131445139-1315245798.jpg"),auto;
}
.syntaxhighlighter .line.alt1 {
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130759188-409710076.jpg"),auto;
}
.syntaxhighlighter .line.alt2 {
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130759188-409710076.jpg"),auto;
}
.cnblogs-markdown code {
cursor:url("https://img2018.cnblogs.com/blog/1522661/201904/1522661-20190429130759188-409710076.jpg"),auto;
}

/*好看的滚动条*/
::-webkit-scrollbar{
    width:10px!important;
    height:10px!important;
    -webkit-appearance:none;
}
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}

/*博客导航栏 */
#navList {
    float:right;
}
#navList li {
    border: none;
    font-size: 20px;
}

/* 导航栏统计信息 */
.blogStats {
    float: left;
}
span#stats_article_count {
    display: none;
}

/* 超链接触发效果 */
a:hover {
    color: #fff;
    text-shadow: -1px 0 0 #FFD700, 0 1px 0 #FFD700, 1px 0 0 #FFD700, 0 -1px 0 #FFD700;
    -webkit-transition: 0.3s;
}

/* 文章title自定义带动画样式 */
.postTitle {
    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;
}

/*侧边栏的展开与收回*/
#fry_append {
    right: 9.3%;
    width: 46px;
    top: 6%;
    opacity: 0.3377;
    position: fixed;
    z-index: 98;
    background-color:#F5F5F5;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid  #F0FFF0;
    border-radius: 5px;
    float: right;
}
#fry_append div:first-of-type {
    margin-top: 5px;
}
#fry_append div {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color:#000;
}

/* 个性签名美化 */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    font-size: 15px;
    border-left: solid 5px #55895B;
    border-right: solid 5px #55895B;
    /* background: #FBF9F9; */
    border-radius: 10px 10px 10px 10px;
    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;
}

/* 侧面目录的补充样式 */
#sideCatalog a{
  font-size:12px;
  font-weight:normal !important;
}
#sideCatalog li {
  background-color: #F0FFF0;
}
#sideCatalog {
  opacity:0.73;
}
#sideCatalog a:hover{
  color:#8B0000;
}

/* 标题h1的自定义格式 */
#cnblogs_post_body h1  {
    border: 2px solid #55895B;
    border-left-width: 5px;
    border-radius: 15px;
    border-right-width: 5px;
    /* background-color: #FBF9F9; */
    background-position: left center;
    padding: 3px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 24px;
}

/* 标题h2的自定义格式 */
#cnblogs_post_body h2  {
    border: 1px solid #217a82;
    border-left-width: 5px;
    border-radius: 15px;
    border-right-width: 5px;
    /* background-color: #FBF9F9; */
    background-position: left center;
    padding: 3px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 21px;
}

/* 标题h3的自定义格式 */
#cnblogs_post_body h3  {
    border: 1px solid #1fd498;
    border-left-width: 5px;
    border-radius: 15px;
    border-right-width: 5px;
    /* background-color: #F5F5F5; */
    background-position: left center;
    padding: 2px 3px;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
}

/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    margin: 0px;  /*音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}


/*标签云－－标签部分*/
#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: 200px;
    height: 230px;
    /* width: 320px; */
    /* height: 320px; */
    /* background: #ffffee; */
    /* background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/719984/galleries/2068073/o_211203051535_tag-back.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
}


/* 页内转载声明 */
#signatureInline {
    border: silver 1px dashed;
    background-color: rgba(0, 0, 0, 0);
    width: 1300px;
    padding: 6px;
    font-size: 2px;
    font-family: 微软雅黑;
    line-height: 16px;
}


/* 公告栏头像样式 */
#blog-news>img {
    vertical-align: top;
    float: left;
    margin-right: 5px;
    padding-top: 10px;
    padding-left: 0px;
    border: 0;
    width: 34%;
    position: relative;
}

/* 博客园主页摘要字体 */
.c_b_p_desc {
    font-size: 16px;
}

/* 博客园主页题图大小调整 */
.desc_img {
    width: 18%;
    height: unset;
}

/* 博客园首页翻页样式 */
.pager a, div#nav_next_page > a {
    box-shadow: 0 1px 3px cornflowerblue;
    border: 1px solid #3671a5;
    background: floralwhite;
    color: black;
    transition: none;
    border-radius: 5px;
    margin: 0 2px;
    padding: 2px 5px;
}

/* 表格整体居中(去除代码区） */
#cnblogs_post_body table:not(.hljs-ln), .cnblogs-post-body table:not(.hljs-ln) {
    margin: auto;
}

/* 可折叠代码段样式 */
#cnblogs_post_body summary {
    color: purple;
}

/* 禁止代码行号自动换行 */
.hljs-ln-n:before {
    content: attr(data-line-number);
    white-space: nowrap;
}