*{
    cursor:url(https://blog-static.cnblogs.com/files/Rookie-tao/20201001125211687_easyicon_net_32.ico),auto;
}
body{
background-color:unset !important;
}
#home{
background-color:#9E9E9E !important;
}
/* 屏蔽页面广告 */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
/* 背景图片 */
body:before {
    background: url(https://images.cnblogs.com/cnblogs_com/Rookie-tao/1857162/o_200930082325bg.gif) ;
    content: '';
    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;
}
/* 隐藏反对按钮 */

.buryit {

display:none;

}
/* 隐藏顶部导航条 */
.navbar {
display: none;
}

/* 标题样式*/
#blogTitle h1 a {
color: #f35626;
font-family: 微软雅黑;
background-image: -webkit-linear-gradient(92deg, #d65050, #c4da0a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: hue 10s infinite linear;
}
@-webkit-keyframes hue {
from {

-webkit-filter: hue-rotate(0deg);
-moz-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
-moz-filter: hue-rotate(-360deg);
}
}
/* nav样式*/
#navList a:link, #navList a:visited, #navList a:active{
color:white
}
#navList a:hover{
color:black
}
.blogStats {
    color: #FFEB3B;}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
background-color:unset;
}
#sideBar a {
    color: white;
}

.waifu-tips{
background: white !important;
}

#sideBar {
        max-width: 230px;
}


#stframe{
				background-image:url(https://images.cnblogs.com/cnblogs_com/Rookie-tao/1857162/o_2010010529172.png);
				background-size: cover;
				width: 100%;
				height: 130px;
			}
			#stframe>a {
				width: 100%;
				height:100%;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			#sta:hover {
				background-image: url(https://images.cnblogs.com/cnblogs_com/Rookie-tao/1857162/o_201001033534float.gif);
				background-size: cover;
			}

			#sta>img {
				width: 80px;
				height: 80px;
				border: 2px solid white;
				border-radius: 50%;
			}

.aplayer.aplayer-fixed {
    top: 117px !important;
    left: 5px !important;}
.aplayer.aplayer-fixed .aplayer-list {
   margin-bottom:0 !important; 
    border:none !important;}
#navigator {
display:none;
}
#back-to-top {
    background-color: #9E9E9E;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}