body {
background-image: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1573012021699&di=8c31cab72b32776ce10f2213660e96aa&imgtype=0&src=http%3A%2F%2Fpic1.win4000.com%2Fwallpaper%2F7%2F5785afde02236.jpg");
}//主题

#home {
opacity: 0.95;
width:970px;
background-color:#f5f5f5;
border-radius:6px 6px 6px 6px;
box-shadow:0 0 20px black;
}

#navList a {
    font-size: 14px;
    padding-top: 16px;
}
.blogStats {
    margin-top: 16px;
    margin-right: 30px;
}
/*菜单*/
#navigator {
    border-bottom: 1px solid #347ca7bf;
    border-top: 1px solid #347ca7bf;
}/*两条杠*/


.feedbackCon {
 background: url('https://images2015.cnblogs.com/blog/370709/201612/370709-20161230031921867-127780074.png') no-repeat 5px 0px;
}
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(245,245,245,0.3);
 }
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 20px;
    right: 0;
    _right: 17px;
    border: 1px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/nianheng/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}
#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
}
/*一些透明*/
.input_my_zzk {
    background-color: #f0f1f380;
}/*搜索框*/

.CalTitle {
    background: #d2b86d;
}
#blog-calendar th {
    font-size: 12px;
}
#blog-calendar {
    border: 1px solid #71541373;
}
.CalDayHeader {
    background: #f5f3f326;
}
.CalTitle td {
    background: #f8f8f803 !important;
}
/*日历*/
#sideBarMain li {
    line-height: 1.8;
    font-size: 13px;
}/*侧边栏灰字*/

#sideBar h3 {
    color: #052e77;
    font-size: 20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h1 {
    color: #052e77;
    font-size: 25px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h2 {
    font-size: 20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h3 {
    font-size: 17px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.c_ad_block ,#under_post_news ,.c_ad_block ,#under_post_kb ,#ad_t2 {
    display: none !important;
}/*去广告*/

/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.pln{color:#4d4d4c}ol.linenums{margin-top:0;margin-bottom:0;color:#8e908c}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#fff;list-style-type:decimal!important;}@media screen{.str{color:#718c00}.kwd{color:#8959a8}.com{color:#8e908c}.typ{color:#4271ae}.lit{color:#f5871f}.pun{color:#4d4d4c}.opn{color:#4d4d4c}.clo{color:#4d4d4c}.tag{color:#c82829}.atn{color:#f5871f}.atv{color:#3e999f}.dec{color:#f5871f}.var{color:#c82829}.fun{color:#4271ae}}

/*下面是我设置背景色，字体大小和字体*/
.cnblogs-markdown code{
background:#fff!important;
}
.cnblogs_code,.cnblogs_code span,.cnblogs-markdown .hljs{
    font-size:16px!important;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 16px!important;
}

.cnblogs_code, .cnblogs_code span, .cnblogs-markdown .hljs{
font-family:consolas, "Source Code Pro", monaco, monospace !important;
}

// 收藏 关注
var tryCount = 0;
function doWithFollowBtn() {
    if (!editBtnDoEnd) {
        setTimeout(doWithFollowBtn, 100);
        return;
    }
    if (! ($("#p_b_follow").length && $("#p_b_follow").children().length)) {
        if (tryCount++==50) return;

        setTimeout(doWithFollowBtn, 100);
        return;
    }

    var label;
    // 未关注
    if ($("#p_b_follow").html().charAt(0) == "<") {
        label = "+关注";
    } else {
        label = "已关注"
    }
    if (!document.getElementsByClassName("diggit").length) {
        setTimeout(doWithFollowBtn, 100);
        return;
    }

    var hold_same_view = document.getElementsByClassName("diggit")[0];
    hold_same_view.className = "vd-menu-item like_view";
    $("#vd-right-menu").append(hold_same_view);

    var followBtn = $("<a href='javascript:void(0);'>");
    followBtn.append("<div class='vd-menu-item'>" + label + "</div>");
    followBtn.click(function() {
        if (label == "+关注") {
            $("#p_b_follow").children("a")[0].click();
            label = "已关注"followBtn.children().html(label);
        }
    });
    $("#vd-right-menu").append(followBtn);
    var collection = '<a onclick="if(cb_entryId !=undefined){AddToWz(cb_entryId)}"  href="javascript:void(0);"><div class="vd-menu-item">收藏该文</div></a>'$("#vd-right-menu").append(collection);

    document.getElementById("digg_count").innerHTML = document.getElementById("digg_count").innerHTML + '<p style="color: #757575;">点个赞</p>';
    console.log($("#digg_count").innerHtml);
}

$("body").ready(function() {
    // 非首页
    if (!isHomePage) {
        var editLink = $("a[href^='https://i.cnblogs.com/EditPosts.aspx?postid=']");
        editUrl = editLink.attr("href");
        doWidthEditBtn();
        doWithFollowBtn();
    } else {
        editBtnDoEnd = true;
        vDiv = document.getElementById('remark');
        vDiv.style.display = 'none';
        vDiv = document.getElementById('main_page');
        vDiv.style.display = 'none';
    }
}); 
< /script>/