/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:13px;
    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{
    font-size:12px;
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
   font-size:18px;
   font-weight:bold;
   padding-top:15px;
   padding-bottom:15px;
}

#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, #sideBarContents dfour,#sideBarContents dfive,dt {
    cursor: pointer;
}

#sideBarContents dd:hover, #sideBarContents dfour:hover,#sideBarContents dfive:hover,dt:hover {
    color:#A7995A;
}

#sideBarContents dd{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:20px;
}

#sideBarContents dfour{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:25px;
}

#sideBarContents dfive{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:30px;
}

#sign_post{
  border-top:1px dashed #555;
  padding-top:15px;
  text-align:center;
  font-size:20px;
  font-style:italic;
  color: #555;
}

#div_digg_float{
 position:fixed;
 bottom:0;
 right:0;
}

.digg_show{
 display:block;
}

.digg_hide{
  display:none;
}

#annoounce{
  border-bottom:1px dashed #555;
  margin-bottom:10px;
  
}

#onedancingSignature{
    background: url("//images.cnblogs.com/cnblogs_com/allanbolt/226222/o_users_two_warning_48.png") no-repeat scroll 1% 50% #E5F1F4;
    border-color: #E0E0E0;
    border-style: dashed;
    border-width: 1px;
    font-family: 微软雅黑;
    font-size: 11px;
    padding: 10px 10px 10px 60px;
}

#onedancingSignature div {
    line-height: 25px;
}

#webchat {
border-color: #ea0fcc;
border-style: dashed;
border-width: 1px;
font-size:20px;
color:#c343d0;
font-family:华文行楷;
text-align: center; 
background: no-repeat scroll 1% 50% #e5f1f4;
}

#webchat img {
 border-width:1px;
 border-color:#00ff00;
 border-style: dashed;
 width:12%;
 height:12%;
}

.attachment-full {
position: absolute;
margin-left: 90%;
}