#top_nav,#bannerbar{display:none;}
body {
    opacity: 0.95;
    background: url(https://images.cnblogs.com/cnblogs_com/honghh/1927416/o_2102030415392.jpg);
    background-size: cover;
}
#home {
    opacity: 1;
width:85%
}

#navList li:hover{
    background-color: skyblue;
}
#navList a {
    display: block;
    width: 7em;
    height: 35px;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.wenzi{
    text-align: center;
    font-size:15px;
}

/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}


/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
 .top {
        background: url(https://images.cnblogs.com/cnblogs_com/honghh/1927416/o_210205043939sss.png);
        width: 70px;
        height: 80px;
        cursor: pointer;
        color: white;
        text-align: center;
        padding-top: 13px;
        position: fixed;
        right: 100px;
        bottom: 50px;
        display: none;
    }
.postBody a:link, .postBody a:visited, .postBody a:active{
text-decoration: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;
    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(72 227 234 / 42%);
}
#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;
}




