/* ############## Start 定制博客背景图片，url里面是你的图片位置信息  ############## */
body { 
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/antLaddie/1990092/o_210621041606背景002.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }
/* ############## End 定制博客背景图片，url里面是你的图片位置信息  ############## */
/* ############## Start 生成博客右上角目录的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;
    z-index:999999;
}
#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: 300px;
    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: #aa5c06;
    font-weight: 800;
}
#sideBarContents dd {
    margin-left: 20px;
}
/* ############## End 生成博客右上角目录的CSS样式 ############## */
/* ############## Start 定制推荐和反对按键（ 定制推荐和反对按键的炫酷样式） ############## */
#div_digg{
    position:fixed;
    bottom:5px;
    width:120px;
    right:20px;
    box-shadow: 0 0 6px #0000FF;
    border:2px solid #11b149;
    padding:8px;
    background-color:#fff;
    border-radius:6px !important;
    opacity: 0.3; 
    transition-duration: 0.5s;
}
#div_digg:hover{
    opacity: 0.8;
    border:2px solid #1cc29c;
}
.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/antLaddie/1990092/o_210623070425o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}
#blog_post_info_block a {
    text-decoration: none;
    color: #00CC00;
    padding: 3px;
}
/* ############## End 定制推荐和反对按键（ 定制推荐和反对按键的炫酷样式） ############## */
/* ############## Start 博客园广告栏关闭不显示 ############## */
/* #ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_card1,#under_post_card2{
    display:none;
} */
/* ############## End 博客园广告栏关闭不显示  ############## */
/* ############## Start 定制版权信息CSS  ############## */
 #MySignature {
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    padding: 10px 10px 10px 70px;
    background: #E5EEF7 url(https://images.cnblogs.com/cnblogs_com/antLaddie/1990092/o_210623083113警告.png) no-repeat scroll 10px 50%;
}
#MySignature div {
    line-height: 20px;
    font: normal 400 12px "微软雅黑";
    padding-bottom: 5px;
}
/*#MySignature {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    background: rgb(222, 218, 218);
}
#MySignature > .MySignature-box-left, #MySignature > .MySignature-box-right {
    float: left;
    margin: 17px;
}
.MySignature-box-left img {
    display: block;
    width: 105px;
    height: 105px;
    padding: 5px;
    border: 1px solid #999;
}
#MySignature > .MySignature-box-right {
    margin: 19px 0 0 0;
    font: normal 500 14px/22px "微软雅黑";
    color: #666;
}
#MySignature > .MySignature-box-right a {
    text-decoration-line: none;
    color: #3479bf;
}
#MySignature > .MySignature-box-right span {
    font-weight: 600;
}*/
/* ############## End 定制版权信息CSS  ############## */


/* 日历 */
#blog-calendar, #calendar {
    border: 10px;
    padding:5px;
    width: 300px;
    background:#fff;
}


