/* 右侧目录 */
#uprightsideBar{
    font-size: 22px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:35px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:rgb(205,133,63);
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:350px;
    min-height:101px;
    max-height: 580px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#FFFAF0;
}
#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:18px;
}
/* 右下返回顶部 */
#back-to-top {
    background-color: #FFEFD5;
    box-shadow: 0 0 6px #FFEFD5;
    color: #444444;
    padding: 20px 20px;
    position: fixed;
    top:640px;
    right:0px;
    cursor: pointer;
}
/* 设置签名格式 */
#MySignature {
    display: none;
    background-color: #FFDAB9;
    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';
}
/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

#ad_under_post_holder #google_ad_c1,#google_ad_c2{ 
display: none !important;
}
body {
color: #000;
background: url(https://images.cnblogs.com/cnblogs_com/annbaek/1569983/o_200831092538%E8%83%8C%E6%99%AF.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
