/*推荐按钮浮动到右下角*/
#div_digg {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color:  #DCFCE9;
    border: 8px double #00BFFF;
    padding: 10px;
    margin: 10px;
    text-align: center;
}



/*生成博客目录的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{
    float:left;
    overflow:auto; 
    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;
}
#sideBarContents dd{
    margin-left:20px;
}





/*侧栏跟随*/
#box_float {float:left; position:relative; width:250px;}
.div1 {width:250px;}
.div2 {position:fixed; _position:absolute; top:0; z-index:999;}

h2 {
    background-color: #3f51b5;
    background-image: linear-gradient(to right bottom, #00bcd4, #3f51b5);
    color: white;
    padding: 5px 10px;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    border-left: 0px solid lightblue;
    text-shadow: #666666 1px 1px 1px;
    box-shadow: #666666 1px 1px 2px;
}
h3{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    padding-left: 10px;
    background-color: #87CEFA;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style-type: none;
    list-style-image: none;
}