#header {
    position: fixed!important;
    z-index: 1!important;
    top: 0px!important;
}

#main {
  margin-top: 42px!important;
}



h1 {
  margin-bottom: 30px; 
  margin-top: 30px; 
}

h3{
  margin-bottom: 20px; 
  margin-top: 20px;
}

h4{
  margin-bottom: 15px; 
  margin-top: 15px; 
  background-color: #fff;
  color: #986767;
}

hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

blockquote {
  margin-bottom: 30px;
  margin-top: 30px;
}
#header {
  background-color: #707477;
}
#navList li a:hover {
  background-color: #4d5861;
}
#navList li a {
  background-color: #707477;
}
a:link, a:visited {
  color: #7c7c7c;
}
a:hover {
  color: #666;
}
.postTitle, .postTitl2, .entrylistPosttitle {
  border-left-color: #eceadb;
}
.postTitle2,.dayTitle{
    display:inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.postTitle2:hover,.dayTitle:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
}

#ad_c1,#ad_c2,#ad_t2,#under_post_news,#opt_under_post,#under_post_kb,#HistoryToday,#BlogPostCategory,#sideBar,.buryit,#author_profile {
  display:none;
}
#mainContent {
      width: 996px;
     -webkit-animation-duration: 0.8s;
     animation-duration: 0.8s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;

    animation-name: zoomInUp;
    -webkit-animation-name: zoomInUp;
}
.pager {
  color: #707477;
}
#EntryTag {
  color: white;
}
body {
  background-image: url('https://images.cnblogs.com/cnblogs_com/lvyongbo/936488/o_color.png');
  background-repeat: repeat;
}
#EntryTag a{
  color: white;
}

.cnblogs-markdown code {
  border: 0px solid #ccc!important;
  background-color: rgba(204, 204, 204, 0.28)!important;
}

.commentbox_title {
  width: 880px!important;
}

.comment_textarea {
   width: 880px!important;
   height: 150px!important;
}

#div_digg {
  position: fixed;
  right: -20px;
  bottom: 30px;
}

#green_channel {
  border: none;
}

#green_channel_digg {
  display: none!important;
}
#green_channel_favorite {
  display: none!important;
}
#green_channel_weibo {
  display: none!important;
}
#green_channel_follow {
   position: fixed;
   right: 74px;
   bottom: 11px;
   background-color: #ccc!important;
}