/* 自定义日历样式 */
#blog-calendar td {
    padding: 5px 3px;
    font-size: 13px;
}
#blog-calendar td a {
    font-weight: bold;
}
#blog-calendar table a:hover {
    color: #FFA500;
    text-decoration: underline;
    background: transparent;
}
#blog-calendar table u {
    text-decoration: none;
}


/* 昵称模块 */
#profile_block {
    font-size: 13px;
}


/* 昵称模块 a标签取消下划线 */
#profile_block a {
    text-decoration: none;
}


/* 侧边搜索框 */
.mySearch {
    padding-bottom: 10px;
}
.mySearch > div {
    padding-top: 10px
}
.mySearch #q {
    height: 40px;
    width: 150px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.mySearch #btnZzk {
    height: 42px;
    width: 90px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.div_my_zzk {
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}


/* 点赞支持按钮 */
.diggit {
    background: url(https://images.cnblogs.com/cnblogs_com/zq-zq/2036446/o_211001102955%E7%82%B9%E8%B5%9E.png) no-repeat;
    border-radius: 50%;
    z-index: 99;
    opacity: 1;
    box-shadow: 0px 0px 1px 1px #E1FFFF inset;
    cursor: pointer;
    height: 90px;
    width: 90px;
    text-align: center;
    float: right;
}
/* 点赞数量 */
#div_digg .diggnum {
    color: #FFD700;
    opacity: 1;
    font-family: Verdana;
    font-size: 38px;
    display: none;
    text-align: center;
    line-height: 2em!important;
}
/* 反对按钮 */
.buryit {
    display: none;
}


/* 禁用广告 */
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}