/*代码段样式*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "DejaVu Sans Mono","Courier New",sans-serif!important;
    font-size: 16px !important;
    line-height: 1.5!important;
    padding: 5px !important;
}
/*拓宽页面*/
#home {
    width: 80%;
    margin-top: 20px;
}
/*调整字体*/
#navigator {
    font-size: 16px;
    margin-top: 0px;
}
#sideBar {
    font-size: 16px;
}
#post_next_prev {
    font-size: 16px;
}
.postDesc {
    font-size: 16px;
}
.feedbackItem {
    font-size: 15px;
}
/*正文行距和字体设置*/
.postBody {
    color: #000;
    line-height: 2.0;
    font-size: 15px;
}
/*设置链接颜色*/
#cnblogs_post_body a:link {
    color: #52a8eccc;
    text-decoration: none;
}
#cnblogs_post_body a:hover {
    color: #f68a33;
    text-decoration: none;
}
#cnblogs_post_body a:visited {
    color: #069;
    text-decoration: none;
}

/*设置日历颜色*/
.CalTodayDay {
    background: #52a8ec99 !important;
    color: #fff;
    font-weight: bold;
}
/*屏蔽页脚广告*/
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}
/*评论区拓宽*/
.comment_textarea {
    width: 100%;
}