/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    position: fixed;
    right: 158px;
    bottom: 0; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    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;
}

element.style {
}
#sideBarTab {
    float: left;
    /* top: auto; */
    width: 20px;
    border: 1px solid #e5e5e5;
    border-right: none;
    text-align: center;
    background: rgb(237, 148, 161);
    background-color: rgb(237, 148, 161);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    /* background-position-x: 0%; */
    /* background-position-y: 50%; */
    background-size: auto auto;
    color: white;
    border-radius: 10px;
    padding: 6px;
    font-family: PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体',FangSong,Tahoma,KaiTi,STXingkai,NSimSun;
    color: white;
}
user agent stylesheet
div {
    display: block;
}
#uprightsideBar {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: fixed;
    top: 220px;
    right: 53px;
    width: auto;
    height: auto;
}
#sideBarTab {
    position: fixed;
    bottom: 123px;
    right: 126px;
    width: 20px;
    text-align: center;
    background-color: rgb(237, 148, 161);
    background-image: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体, FangSong, Tahoma, KaiTi, STXingkai, NSimSun;
    color: white;
    border-width: 1px 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(229, 229, 229);
    border-image: initial;
    border-right: none;
    background-repeat: repeat;
    border-radius: 10px;
    padding: 6px;
}
#divExpandViewArea {
    position: fixed;
    color: white;
    padding: 10px 10px;
    right: 10px;
    bottom: 0;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}
#divCollapseViewArea {
    position: fixed;
    color: white;
    padding: 10px 10px;
    right: 114px;
    bottom: 0;
    cursor: pointer;
    opacity: 0.9;
    background-color: #68228B;
}
#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 41px;
    cursor: pointer;
}

#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';
}