/*设置导航隐藏*/
#blog_nav_contact, #blog_nav_rss, #blog_nav_newpost{
   display:none !important;
}
/*设置回到顶部*/
.rocket-top {
    display: none;
    width: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 99;
    cursor: pointer;
}
.rocket-top img {
    width: 100%;
}
/*设置动画*/
#mainContent .forFlow .day, #myposts .PostList {
    position: relative;
    left: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.day, #myposts .PostList{
    margin-bottom: 10px !important;
}
#mainContent .forFlow .day:hover,#myposts .PostList:hover{
   transform: translateX(-60px)
}
#cnblogs_post_body a{
  color: #3399ff;
  text-decoration: none !important;
}
#cnblogs_post_body span{
  text-decoration: none !important;
}
#cnzz_stat_icon_1278813996 a{
color: #e51c23
}
/*github样式*/
.git-link {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}

/*自定义目录开始*/
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:20%;
    right:20px;
    width: auto;
    height: auto;
    border:1px solid #e5e5e5;
    background:#ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px;
    padding: 10px 0;
}
#uprightsideBar > h2{
    margin-left: 5px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:250px;
    min-height:108px;
    max-height: 500px;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:10px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
    box-sizing: border-box;
    padding-right: 5px;
    word-break: break-all;
}

