body{
background:url(https://images.cnblogs.com/cnblogs_com/onepunchstar/1638941/o_200131054447%E6%8E%A2%E8%B7%AF%E8%80%85.jpg) fixed;
}
#home{
opacity: 1;
background-color:rgb(255,255,255);
}
#navList a:link{
color：black；
}
#navList a:visited{
color：black；
}
#navList a:hover {
color：black；
font-weight:bold;
text-decoration:underline;
}
#navList a:active{
color：black；
}
#blog-calendar{
border:1px solid #ededed;
box-shadow:0px 1px 3px gray;
}

/* 定制生成博客目录的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;
    right: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(255, 255, 255);
}
#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;
}
/* 定制返回顶部按键 */
#toTop {
    background: url(https://images.cnblogs.com/cnblogs_com/onepunchstar/1638941/o_200205072414top.png) no-repeat 0px top;
    width: 57px;
    height: 57px;
    overflow: hidden;
    position: fixed;
    right: 180px;
    bottom: 20px;
    cursor: pointer;
}