body {
	background-image: url(https://images.cnblogs.com/cnblogs_com/EEzio/898799/o_335742-106.jpg);
	background-attachment: fixed;
	background-color: rgba(255,255,255,0.15);	
}
#navList a.menu:hover {
	padding-top: 10px;
        color:#9933CC;
}
#navList a.menu {
	transition:padding-top 0.5s;
	-webkit-transition:padding-top 0.5s; /* Safari */
}
#blogTitle h2 {
	margin-left: 0em;
}
@keyframes myframe {
	from {margin-left: 0em}
	to   {margin-left: 8em}
}
#blogTitle h2 {
	animation: myframe 5s linear 0s infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: myframe 5s linear 0s infinite alternate;
}
#blogTitle h1 {
	font-size: 200%;
}