#blogTitle{
    padding-left: 50px;
    background: #fff url(https://www.cnblogs.com/images/cnblogs_com/suyuanli/1303067/t_avatar-1512052397798-668.jpg) no-repeat 5px center;
    background-size: 63px;
}
#blogTitle h1{
font-family:cursive;
}
body {
background: url(https://images.cnblogs.com/cnblogs_com/kingwell/389641/o_debut-light.png);
}
#post_detail, .newsItem, #blog-calendar {
box-shadow: 0px 0px 10px #bbb;
}
.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
 border-radius: 0;
 box-shadow: 0px 0px 10px #bbb;
}
.catListTitle {
  background: #444;
    font-family: 黑体;
border-radius: 0;
}
#mainContent {
  animation:mainContentmove 1s .1s;
}
@keyframes mainContentmove
{
    from {transform: translate3d(200px,0,0);}
    to {transform: none;}
}
#navList {
  animation:navListmove 1s .1s forwards;
  transform: translateX(-100%);
}
@keyframes navListmove
{
    from {transform: translateX(-100%);}
    to {transform: translateX(0);}
}
#sideBar{
   position: relative;
}

@media (-webkit-max-device-pixel-ratio: 1){      /*美化滚动条*/
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    /*background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);*/
    background-color: rgba(0,0,0,.4);
    background-clip: padding-box;
    min-height: 28px;
  }

     ::-webkit-scrollbar-thumb:hover {
      background-color:  rgba(0,0,0,.6);
    }
}

/* 推荐 */
#div_digg {
padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 5px;
    right: 5px;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}