/*a标签跳转鼠标样式*/
a:hover{
    /*border-bottom: 1px solid;*/
    color: #fff;
    text-shadow: -1px 0 0 #FFD700, 0 1px 0 #FFD700, 1px 0 0 #FFD700, 0 -1px 0 #FFD700;
    -webkit-transition: 0.3s;
    /*url("你的鼠标指针图标路径")*/
}

/*滚动条整体样式*/
body::-webkit-scrollbar {
width: 5px;
height: 1px;
}
/*滚动条滑块*/
body::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #252525;
}
/*滚动条轨道*/
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
border-radius: 5px;
background: #FF8080;
}


/*屏蔽底层广告*/
.under-post-card,
#under_post_card1,
#under_post_card2{
display:none; !important
}

/*下面的头像边框*/
#author_profile_info img.author_avatar {

    border-radius: 100%;

    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.4);

    border: 3px solid #f7f7f7;

    padding: 0;

    margin-left: 3px;

    margin-right: 7px;

}


/* 禁用下划线 */
.postBody a:link, .postBody a:visited, .postBody a:active {

    text-decoration: none;

}


/* 上一篇下一篇 */
#post_next_prev {

    font-size: 14px;

    color: #535353;

}
