/*
/*背景*/
body {
    font-size:16px;/*字体大小*/
    padding:0;
    margin:0;
    /*background: url('https://i.loli.net/2018/04/01/5ac0a7fbe1e96.jpg') no-repeat fixed top;*/
    background: url('https://i.loli.net/2018/08/06/5b67a8607035b.png') no-repeat fixed top;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#main {
    background-color: rgba(255,255,255,0.6);
}
#home{
    width:1205px;
}
#sideBarMain{
    width:350px;
    margin-top:-10px;
    background-color:rgba(255,255,255,0.6);
}
#topics {
    margin:5px;
    width:auto;
    overflow:auto;
    background: transparent;
}
/*选中的效果*/
*::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}
*::-moz-selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}
/*评论框Orz，摘自某dalao的blog，终于能用了！*/
#tbCommentBody
{
    width: 800px;
    min-height: 20em;
    padding: 5px;
    border: none;
    background: url("https://images.cnblogs.com/cnblogs_com/frantic1048/619148/o_kawai_mao.png") right bottom no-repeat;
    -webkit-transition: box-shadow .5s;
    border: #ccc 1px solid;
    border-color: #bbb;
    font-size:24px;
    background-color:rgba(255,255,255,0.6);
}
/*评论按钮*/
.comment_btn {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
    background:#66ffcc;
    color:#FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}
#btn_comment_submit:hover {
    background:#66ccff;
}
/*以下内容移植自萌娘百科，需要时请手动修改文字的HTML标签为<span class="heimu">...</span>方可正常使用*/
/*可选参数：<... title="你知道的太多了">提示“你知道的太多了”*/
.heimu{
    color:black;
    background-color:black;
}
.heimu:hover{
    color:white;
}
/*AdBlock*/
#ad_t2,cnblogs_c1,under_post_news,cnblogs_c2,cnblogs_c2,under_post_kb,HistoryToday
{
    display:none!important;
}
.c_ad_block
{
    display:none!important;
}
#comment_nav
{
   display:none!important;
}
/*框架布局*/
#mainContent{
    width:850px;
    background-color:rgba(255,255,255,0.6);
}
/*首页*/
.day{
    background:#fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 5px;
    background-color:rgba(255,255,255,0);
}
/*隐藏破坏排版的东西*/
#homepage_top_pager
{
    display:none!important;
}
.author_avatar
{
    display:none;
}
.ing_icon_lucky
{
    display:none;
}
/*调整签名*/
#blogTitle h2
{
    margin-top:0;
    margin-left:3em;
    background-color:rgba(255,255,255,0);
}
/*评论*/
.feedbackItem
{
    background: #fff;
    background-color:rgba(255,255,255,0);
}
.entrylist
{
    background: #fff;
    margin-top:6px;
    background-color:rgba(255,255,255,0);
}
/*代码黑色背景*/
/*代码高亮*/
pre { /*控制代码不换行*/ white-space: pre; word-wrap: normal; }
 .cnblogs-markdown code, .cnblogs-post-body code {
    font-family:Consolas,"Ubuntu Mono", Monoco, monospace !important;
}
 
.cnblogs-markdown .hljs
{ display: block; overflow-x: auto; padding: 0.5em; background: #23241f !important; color: #FFF; white-space: pre; word-break: normal; }
 
 /*
.cnblogs-markdown .hljs {
    font-family:Consolas,"Ubuntu Mono", Monoco, monospace !important;
    font-size: 28px!important;
    line-height: 1.2!important;
    padding: 5px!important;
    background:#e0e0e0!important;
    color:white;
    border-radius: 15px!important;
    width:90%;
    background-color: #232929!important;
}*/
.hljs-meta-keyword{color:#ec5a7f!important;}
.hljs-meta-string{color:#ec5a7f!important;}
.hljs-keyword{color:#28fffb!important;}
.hljs-string{color:#ec5a7f!important;}
.hljs-number{color:white!important;}
.hljs-built_in{color:white!important;}
.hljs-title{color:#50ff00!important;}
/*https://i.loli.net/2017/11/06/5a006ec1710ca.jpg*/
/* back to the top */
#back-top {
     position: fixed;
     bottom: 10px;
     right: 5px;
     z-index: 99;
}
#back-top span {
     width: 50px;
     height: 64px;
     display: block;
     background:url(https://images.cnblogs.com/cnblogs_com/seanshao/855033/o_rocket.png)no-repeat center center;
}
#back-top a{outline:none}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas", "Ubuntu Mono", "Monoco", monospace !important;
    background-color: rgba(35,36,31,0.7) !important;
}
.syntaxhighlighter {
    font-family: "Consolas", "Ubuntu Mono", "Monoco", monospace !important;
}
#code {
    font-family: "Consolas", "Ubuntu Mono", "Monoco", monospace !important;
}
#navigator {
    background-color: rgba(51,51,51,0.7);
}
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    background-color: rgba(240, 240, 240, 0.7);
    boarder: none;
}
*/