/* 定制返回顶部按键 */
#toTop {
    background: rgb(250, 250, 250);
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 20px;
    cursor: pointer;
font-size:40px;
display: block;
text-align:center;
z-index: 8888888;
background-color: deepskyblue;
}
/*屏蔽广告*/
#ad_text_under_commentbox
{
display:none;
}
#ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_news,#under_post_kb{display:none;}

/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:150px;
    left:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(250, 250, 250);
}
#sideBarTab h2 {
    font-size: 16px;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

/*推荐框 悬浮 */

#div_digg {
   position: fixed;
    bottom: 10px;
    right: 355px;
    padding: 10px;
    width: 48px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 0px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    z-index: 999999;
}
/* ignore反对 */
.buryit {
    display: none;
}

.postTitle{
font-size:16px;
margin-top:20px;
}

#header a{
color:purple;
}

/*签名个性化*/
#MySignature {
          border: solid 1px #E5E5E5;
          padding: 10px;
          background: #E5EEF7 url(https://blog-static.cnblogs.com/files/dreamos/astronomy_galaxy_space_star_universe.ico) no-repeat scroll 15px 50%;
          padding-left: 80px;
      }
 
      #MySignature div {
          line-height: 20px;
      }