#header
{
     height : 270px;
}
#footer
{
     background-image : url('')
}
#blogTitle
{
     transform : translateX(-210px)
}
#blog_stats
{
     background-color : transparent ;
}
#blogTitle
{
     margin-bottom : 8px;
}
#blogTitle h1
{
     margin-bottom : 10px;
}
#navigator
{
    font-size : 12pt;
    transform : translateX(-213px)
}
#navList
{
    width : 600px ;
}
.blogStats
{
    transform : translateX(10px);
    background-color : transparent ;
}
.postTitle  a
{
    color : green ;
    text-decoration: none;
   transform : translateX(100px) ;
}
.postTitle  a:hover 
{
    transform : scale(1.2) ;
}
#under_post_news,  #under_post_kb,#ad_c1, #ad_c2,#HistoryToday
{
    display : none ;
}
.postTitle
{
    transition : all .3s linear ;
}
.postTitle a:before
{
    content : '' ;
    display : inline-block ;
    width :0 ;
    height : 0 ;
    border-top : 8px solid transparent ;
    border-bottom : 8px solid transparent ;
    border-right : 8px solid transparent ;
   border-left : 8px solid green ;
   margin-right : -5px;
    
}
@keyframes animationNum1 {
    0% {
       background-color : red ;
   },
  50% {
     background-color : gold ;
  }
   100% {
      background-color : green ;
  }
}
.postTitle:hover
{
    transform : translateX(10px);
}
#cnblogs_c1, #ad_t2, #cnblogs_c2
{
    display : none;
}