
body {
    cursor: url(https://files.cnblogs.com/files/blogs/775948/dou_nor.ico?t=1685934907), auto;
    background: #fff;
    color: #080805;
    min-height: 100% !important;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

body::before {
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/775948/galleries/2244302/o_221116121147_QQ%E5%9B%BE%E7%89%8720200929212039.jpg) center/cover no-repeat;
}

body:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

h1 {
  font-family: "Sofia";
  font-size: 22px;
}

#blogTitle h2{
    color: rgb(255, 255, 255);
    border-color: rgb(2, 238, 255);
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(0, 247, 255,0.3) , rgba(255, 255, 255,0.3));
    overflow: hidden;
    text-overflow: clip;
    animation: scollLeft 8s infinite;
}
@keyframes scollLeft {
    from {text-indent: -300px;}
    to {text-indent: 400px;}
}
/*导航栏*/
#navigator{
    background-color: rgba(7, 170, 182, 0.5);
    border-radius: 5px;
    text-shadow: 2px 2px 4px #000000;
}
#navigator a:hover{
    background-color: #111;
}
/*div#navigator{
    transform: rotate(180 deg);
}*/
#navList a:link, #navList a:visited, #navList a:active {
    color: white;
}

.blogStats{
    color: white;
}
a {
text-decoration: none!important;
}
#profile_block, .newsItem >.catListTitle {
display: none;
}

/* 回到首页 */
#btn_home {
width: 40px;
height: 40px;
display: block;
position: fixed;
left: 90%;
bottom: 200px;
background: url("https://files.cnblogs.com/files/siwuxie095/home.bmp" )no-repeat left top;
}
/* 刷新页面 */
#btn_refresh {
width: 40px;
height: 40px;
display: block;
position: fixed;
left: 90%;
bottom: 160px;
background: url("https://files.cnblogs.com/files/siwuxie095/refresh.bmp" )no-repeat left top;
}
/* 关注博主 */
#btn_follow {
width: 40px;
height: 40px;
display: block;
position: fixed;
left: 90%;
bottom: 120px;
background: url("https://files.cnblogs.com/files/siwuxie095/follow.bmp" )no-repeat left top;
}
/* 邮件联系 */
#btn_at {
width: 40px;
height: 40px;
display: block;
position: fixed;
left: 90%;
bottom: 80px;
background: url("https://files.cnblogs.com/files/siwuxie095/at.bmp" )no-repeat left top;
}
/* 回到顶部 */
#btn_top {
width: 40px;
height: 40px;
display: none;
position: fixed;
left: 90%;
bottom: 40px;
background: url("https://files.cnblogs.com/files/siwuxie095/top.bmp" )no-repeat left top;
}
