body { 
     background-color: #efefef;
     background-image: url(https://www.cnblogs.com/images/cnblogs_com/mcc61/1479768/t_905823e2ae9bf109ec28d47b52fb1b0e.jpg);
     background-repeat: no-repeat; 
     background-attachment: fixed;
     background-position: center 0; 
     background-size: cover; 
  }
/*::-webkit-scrollbar{
  display:none;
}*/
#main{
opacity:0.8;
}
#navigator{
opacity:0.9;
}
#Header1_HeaderTitle{
font-size:28px;
margin-left:30px;
}
#Header1_HeaderTitle{
text-decoration: none;
}
#blogTitle>h2{
font-size:20px;
}
.cnblogs_code_toolbar{
display: none;
}
#cnblogs_post_body pre{
font-size:18px;
}
#cnblogs_post_body span{
font-size:18px;
}
#cnblogs_post_body p{
font-size:16px;
}
.postTitle{
	 margin: 0;
	 padding: 10px 10px;
}
.postTitle2{
	 margin: 0;padding: 0;
	 font-size: 16px;
         animation: myfirststart 3s;
         animation-fill-mode : forwards;
}
.postDesc{
        padding-bottom:8px;
	border-bottom-style:dotted;
	border-width:1px;
	border-color:rgba(67,169,221,0.8);
}
@keyframes myfirst
{
	 0%   {}
	100%  {color: red;margin-left:20px;}
}
@keyframes myfirststart
{
    0%   {margin-left:20px;}
    100%  {}
}
@keyframes mynewsItem
{
	0%   {border-left: solid rgba(178,182,192,0.2) 1px;}
	100%  {box-shadow: 8px 8px 4px #888888;margin-top:-4px;border-left: solid rgba(178,182,192,0.8) 1px;}
}
.postTitle2:hover{
	animation: myfirst 2s;
	animation-fill-mode : forwards;
}
.newsItem:hover{
	animation: mynewsItem 1s;
	animation-fill-mode : forwards;
}
@keyframes mydayTitle
{
    0%   {opacity: 0;margin-right: 30px;}
    100%  {opacity: 1;}
}
.dayTitle>a{
	animation: mydayTitle 3s;
	animation-fill-mode : forwards
}
@keyframes myTitle
{
    0%   {opacity: 0;}
    100%  {opacity: 1;}
}
#blogTitle>h1{
	animation: myTitle 2s;
	animation-fill-mode : forwards;
}
#blogTitle>h2{
	animation: myTitle 4s;
	animation-fill-mode : forwards;
}
@keyframes myh1
{
    0%   {}
    100%  {margin-left:20px;}
}
.blogpost-body>h1:hover{
	animation: myh1 2s;
	animation-fill-mode : forwards;
}