/* 背景 */

body{
	background: url(https://images.cnblogs.com/cnblogs_com/blogs/715086/galleries/2055212/o_211102072048_2051459.jpg) fixed;
    background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	/* 自定义鼠标样式 必须是ico */
	cursor: url('https://blog-static.cnblogs.com/files/blogs/715086/blue_cursor.ico'), auto;
}
A{cursor:url('https://blog-static.cnblogs.com/files/blogs/715086/HelloKittynormalselect.ico'),auto;}
#home{
	background-color: rgba(255,255,255,.9);
}
/* 标题名字颜色动画效果 */
#blogTitle>h1 {
	background-image: linear-gradient(to right, red, orange, yellow, green, blue, green, yellow, orange, red, orange, yellow, green, blue, green, yellow, orange, red);    
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	animation: bgp 5s infinite linear;

}
/* https://blog.csdn.net/BetterGG/article/details/80649447 */

@-webkit-keyframes bgp {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

#blogTitle h2{
    font-family: cursive;
}
/* 主题颜色 */
.postTitle a:link, .postTitle a:visited, .postTitle a:active,.postDesc a:link,a:visited{
	color: #409EFF;
}
a{
	color: #409EFF;
}
.postTitle{
	border-left: 0px solid #409EFF;
}

.CalTodayDay{
	background-color: #409EFF !important;
}

/* 转载声明 */
#MySignature{
	width: 94%;
    height: 10%;
    background: #B4DBFF;
    border-radius: 10px;
    padding: 3% 2% 3% 2%;
    margin: auto;
    box-shadow: 0px 0px 2px 0px #409EFF;
}
#MySignature p{
text-indent: 0em;
    color: #5E5F63;
margin: 0;
}
#MySignature p a,#author_profile_detail a{
	text-decoration: none;
}
#MySignature p a:hover{
	color: #de4307;
}
/* 分类 */
#BlogPostCategory a{
background: #409EFF;
color: #fff !important;
}
#BlogPostCategory a:hover{
	background-color: #de4307;
}
#BlogPostCategory a:link{
color: #fff;
}
#author_profile_detail a{
color: #409EFF;
}
/* 提交评论 */
.comment_btn{
	background: #409EFF;
}
/* 看板娘文字框 */
 .waifu-tips{
	background-color: rgba(255,255,255,.9) !important;
	color: #de4307 !important;
}
/* 看板娘位置放置 */
.waifu{
	bottom:2% !important;
	right: 1% !important;
	left: auto !important;
}
/* 看板娘悬浮显示侧栏 */
.waifu-tool span{
	color: rgba(255,255,255,.9) !important;
}
.waifu-tool span:hover{
	color: #409EFF !important;
}

/* 右侧栏个人信息公告栏 */












