body {
    background-image: url(https://cdn.luogu.org/upload/pic/16397.png);
    opacity: 0.99;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}/*背景*/
#home {
    width: 78%;/*宽度*/
    background-color: rgba(255, 255, 255, 0.75);/*透明度*/
}/*主页*/
/*************滚动条*************/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
/*************finall*************/
#blogTitle h1 a {
    margin-left: 0.3em;
    color: #1859cccc;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 2em;
}/*nianheng*/
#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;
}/*两条杠*/
.postTitle {
    padding-left: .7px !important;
    border-left: 3px solid #3e73cf;
    font-size: 24px;
}
.day .postTitle a {
    padding-left: 14px;
}
.postTitle a:hover {
    color: #1d546d;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1.01) 0s;
}
/*文章标题*/
.c_b_p_desc {
    font-size: 14.5px;
    line-height: 1.7;
    font-family: "Comic Sans MS", cursive, sans-serif;
}/*文章简介*/
.c_b_p_desc_readmore {
    display: none !important;
}
.postDesc {
    margin-top: 13px;
    padding-left: 30px;
}/*文章时间*/
.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;
}
.jump_OJ {
    width: 141px;
    background-color: #ffffffba;
}
.jump_ID {
    width: 136px;
    background-color: #ffffffba;
}
.jump_goto {
    background-color: #ffffffba;
    font-family: "Comic Sans MS", cursive, sans-serif;
    width: 70px;
}/*跳题*/
#topics .postTitle {
    display: none;
}/*标题消失*/
/***********文章字体***********/
#cnblogs_post_body h1 {
    background: rgba(185, 104, 3, 0.85);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2 {
    background: hsla(207, 41%, 44%, 0.96);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body p {
    margin: 5px auto;
    text-indent: 0;
    font-size: 16px;
}
/*********finall*********/
/***********代码字体***********/
.cnblogs-markdown .hljs-string, .cnblogs-markdown .hljs-meta-string {
    color: #D69D85 !important;
}
.cnblogs-markdown .hljs-meta, .cnblogs-markdown .hljs-meta-keyword, .cnblogs-markdown .hljs-tag {
    color: #9B9B9B !important;
}
.cnblogs-markdown .hljs-keyword, .cnblogs-markdown .hljs-literal, .cnblogs-markdown .hljs-symbol, .cnblogs-markdown .hljs-name {
    color: #569CD6 !important;
}
.cnblogs-markdown .hljs-built_in, .cnblogs-markdown .hljs-type {
    color: #4EC9B0 !important;
}
.cnblogs-markdown .hljs-number, .cnblogs-markdown .hljs-class {
    color: #B8D7A3 !important;
}
.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition {
    color: #DCDCDC !important;
}
/*********finall*********/ 
.c_ad_block ,#under_post_news ,.c_ad_block ,#under_post_kb ,#ad_t2 {
    display: none !important;
}/*去广告*/
.comment_textarea {
    background-color: #ffffff40;
    font-size: 15px !important;
    font-family: "Comic Sans MS", cursive, sans-serif !important;
}/*回复文本框透明*/
.feedbackCon img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.feedbackCon img {
    border-radius: 40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}/*回复区头像*/
.blog_comment_body {
    font-size: 17px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.feedbackCon {
    border-bottom: 1px solid #347ca7bf;
    background-color: #ffffff59;
}
#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;
}
#sideToolbar {
    bottom: 30px !important;
}
#sideCatalog {
    background-color: #ffffffc9 !important;
    visibility: hidden;
}
#sideCatalog a {
    font-size: 17px;
}
#sideCatalog-catalog ul .active {
    background-color: #f5f5f561;
}
#sideCatalog-catalog::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
#sideCatalog-catalog::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#sideCatalog-catalog::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
<p class="cebian_h1">xstx blog</p>
<p class="cebian_h2">QQ：1472892483 </p>
<p class="cebian_h2">luogu：信守天下 </p>
<p class="cebian_h2">florr|yorg|雀魂：xstx </p>
<script type="text/javascript" src="https://blog-static.cnblogs.com/files/nianheng/mouse21.js"></script>
<!--鼠标点击特效-->
<script type="text/javascript" src="https://blog-static.cnblogs.com/files/nianheng/comments.js"></script>
<!--回复区头像-->
<script src="https://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="https://files.cnblogs.com/files/ning-wang/marvin.nav.css" rel="stylesheet">
<script type="text/javascript" src="https://files.cnblogs.com/files/ning-wang/marvin.nav.js"></script>
<!--文章右侧目录-->