
body {
  /* background: #8567679a; */
   /* background: url(https://images.cnblogs.com/cnblogs_com/maojs/1876012/o_2011041044514f0b01d69b3881fd.png
) fixed;*/
    background: url(https://images.cnblogs.com/cnblogs_com/maojs/1876012/o_20110410452674299388_p0.png
) fixed;
   background-size: 100%;
   background-repeat: no-repeat;
}

/* 页面半透明 */
#home {
    background-color: #ffffff87;
    width: 80%;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #ffffff8a;/*#ffffff8a*/
    padding: 5px;
    box-shadow: 0 1px 3px #ccc;
}
#blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 0px solid #ededed; 
    background: #ffffff8a;
}
.CalTitle {
    background: none; 
}
.CalTitle td {
    background: #ffffff8a !important;
}
.CalDayHeader {
    /*background: #f8f8f800;*/
    background: none; 
}
/*详情页评论框*/
#comment_form_container .comment_textarea {
    border: 0px solid #ddd;
    background-color: #ffffff8a;
}
div.commentform textarea {
    background-color: #ffffff00;
}

/* 导航栏 */
#navigator {
  font-size: 13px;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  height: 50px;
  clear: both;
  margin-top: 25px;
  /* background: yellow; */
}

/* 导航栏右侧文章数量统计 */
.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
    font-family: fantasy;
}

/* 首页用户名 */
#blogTitle h1 a {
  /*color: #afafaf;*/
  font-family: 'Papyrus', 'Comic Sans MS', 'Castellar', 'Goudy Stout';
  font-size: 50px;
}
#blogTitle h1 a:hover {
  color: #afafaf;
}
#blogTitle h2 {
    font-family: fangsong;
    background-color: cornsilk;
}

/* 博客列表div（按天分） */
.day {
    min-height: 10px;
    background-color: #edededc2;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    padding: 10px;
    color: #262926;
    font-family: dengxian;
    box-shadow: 0 1px 3px #ccc;
}
/* 博客列表标题前的色块 */
.postTitle {
    border-left: 20px solid rgb(82 171 236 / 51%);/*rgb(82 171 236 / 80%);*/
    margin-bottom: 10px;
    font-size: 16px;
    float: right;
    width: 100%;
    clear: both;
}
/* 博客列表标题颜色 */
 .postTitle a:link, .postTitle a:visited, .postTitle a:active {
    /*color: #333;*/
    transition: all .4s linear 0s;
    font-family: youyuan;
    font-weight: bold;
    /*text-shadow: 5px 0 10px #b3f4ff;*/
    /*#b3f4ff, #ffb3cc*/
}
.postTitle a:hover {
    text-decoration: none;
    color: #15a3bd;
    margin-left: 0px;
}
/*博客列表摘要*/
 .c_b_p_desc {
    font-size: 13px;
    line-height: 1.7;
    text-shadow: 5px 0 10px #ffb3b3;
}
.postCon {
    padding: 0px 0;
}
/* 博客列表内发布日期显示 */
.postDesc {
    font-size: 12px;
    background-position-x: right;
    background-position-y: center;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    line-height: 1.5;
    /* border: #1d85e1; */
    /* border-radius: 3px; */
    border: 2px dashed #fffdfd;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    /* width: 655px; */
    text-transform: uppercase;
    /* padding: 5.4px 14.418px; */
    background: none;
}
/* 博客列表内的“阅读原文” */
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
    color: #9ba51b;
    padding-left: initial;
    /*border: 1px solid #9ba51b;*/
    display: table;
    border-radius: 3px;
    width: 70px;
    height: 25px;
    text-align: center;
    font-style: inherit;
    margin-top: 5.4px;
    /*padding: 2.7px 5.4px 2.7px 8.1px;*/
    font-size: 12px;
    background-color: palevioletred;
    color: white;
    line-height: 25px;
}
.postCon a: hover {
    background-color: red;
}
/*博客列表的“编辑”按钮*/
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #f6f1f1;
    background-color: #00640078;
    padding: 2px;
}

/* 博客详情页标题 */
#topics .postTitle {
    border: 0;
    font-size: 18px; 
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
    color: #e72626;
    background-color: #edededc2;/*569876*/
    padding: 10px;
    box-shadow: 0 1px 3px #ccc;
}

/* 博客详情页内容 */
#cnblogs_post_body {
    word-break: break-word;
    background-color: #edededc2;
    padding: 10px;
    font-family: youyuan;
    box-shadow: 0 1px 3px #ccc;
}

/* 博客详情页的代码块框 */
.cnblogs_code {
    background-color: #f8f8f8;
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 1px solid #ccc0; 
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
    position: relative;/* 为了代码框内复制按钮的定位 */
}

/* 博客详情页的代码块复制按钮 */
.cnblogs_code div {
    background-color: #dfc7c700;
}

/* 博客详情页底部点赞分享按钮容器边框 */
#green_channel {
    border: none;
}
/* 博客详情页底部点赞分享按钮边框 */
#green_channel a {
    background: none; 
    font-weight: none;
    -webkit-border-radius: 1px;
}
/* 博客详情页底部“好文要顶”按钮 */
#green_channel #green_channel_digg {
    background-color: rgb(62 137 235);
}
/* 博客详情页底部“关注我”按钮 */
#green_channel #green_channel_follow {
    background-color: #f22727c7;
}

/*点赞按钮*/
.diggit {
    float: left;
    width: 50px;
    height: 25px;
    line-height: 25px;
    background: none;
    text-align: center;
    cursor: pointer;
    /* margin-top: 2px; */
    padding-top: 1px;
    background-color: #ff6b81;
    padding: 1px;
    border-radius: 12px;
}
#blog_post_info_block #blog_post_info #div_digg .diggit:before {
    content: "👍";
}
.diggnum {
    /* font-size: 14px; */
    color: #f6f7f9;
    /* font-family: Verdana; */
}

/*反对按钮*/
.buryit {
    float: right;
    margin-left: 20px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    background: none; 
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 1px;
    padding: 1px;
    background-color: #ddd;
    border-radius: 12px;
}
#blog_post_info_block #blog_post_info #div_digg .buryit:before {
    content: "👎";
}

/*博客详情页底部头像右侧信息*/
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;/*去掉下划线*/
}

/*可折叠代码框内的背景颜色*/
.cnblogs_code div {
    background-color: rgb(82 171 236 / 0%); /*#dfc7c7fa*/
}
/*代码框内复制按钮的颜色*/
.cnblogs_code:hover .cnblogs_code_toolbar, pre:hover .cnblogs_code_toolbar {
    visibility: visible;
    background-color: rgb(82 171 236 / 11%);
}
/*代码框内复制按钮的样式*/
.cnblogs_code_toolbar {
    /*background-color: #dfc7c7fa;*/
    position: absolute;/*它的父级元素必须要有这个属性才能进行相对定位，要不然会一直向上级寻找这个属性*/
    top: 10px;
    right: 15px;
    padding: 6px 8px;
    visibility: hidden;
    color: #f1efef;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.cnblogs_code:hover .cnblogs_code_toolbar, pre:hover .cnblogs_code_toolbar {
    visibility: visible;
    /*background-color: black;*/
}
/*代码框内复制按钮img图片的背景色*/
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #f5f5f503 !important;
    border: none !important;
}

/*日历等标题*/
.catListTitle {
    color: #808080;
}

/*评论上方的三个刷新按钮*/
#comment_nav a {
    /* padding-left: 8px; */
    color: #fff;
    background-color: #6fa794;
    margin-right: 10px;
    padding: 3px 8px;
    display: inline-block;
    /* font-weight: bold; */
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    font-size: 12px;
    width: 50px;
    height: 20px;
    padding-top: 5px;
    /* padding-bottom: 0px; */
}

/*底部“评论”标题*/
#commentform_title {
    background: url(https://images.cnblogs.com/cnblogs_com/maojs/1876469/o_201105062102pinglun-32x32.png)no-repeat left 1px;
    padding-left: 35px;
    text-shadow: 9px 4px 8px #12c019bd;
    font-weight: 900;
    font-family: youyuan;
}

/*详情页底部“退出”按钮*/
#commentbox_opt a {
    background-color: #afafaf;
    width: 60px;
    height: 22px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #7c7c7c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}
/*详情页底部“提交评论”按钮*/
.comment_btn {
    background: #12a0df;
}
.comment_btn:hover {
    background: #0a7bae;
}
.comment_option:hover {
    fill: #bc8282;
    color: #bc8282;
}
/*文章底部的标签*/
#EntryTag a:hover {
    color: #f5f5f5;
    background: #d88888;
    transition: all .4s linear 0s;
}

#comment_form_container p {
    font-size: 10px;
    margin-bottom: 20px;
    color: aliceblue;
}

.under-comment-box-nav ul {
    margin-left: 0px;
    background-color: #f0f8ff80;
    padding: 10px;
}

/* 侧边栏样式 */
/*公告*/
#sideBar h3 {
    display: none;
}
#blog-news {
    position: relative;
}
#profile_block {
    margin-top: 100px;
    line-height: 1.5;
    text-align: left;
    height: 120px;
    top: -50px;
    /* margin-left: 70px; */
    padding-left: 70px;
    color: #676666;
}
.input_my_zzk {
    background-color: #f0f8ff05;
}
.myavatar {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 70px;
    padding: 1px;
    border: 3px solid rgb(234 231 231 / 37%);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .3), 0 2px 3px rgba(0, 0, 0, .4);
    transition: transform 1s ease-out;
}
/*详情页底部隐藏广告*/
#ad_t2, #s_c1, #under_post_news, #s_c2, #under_post_kb {
    display: none;
}
.c_ad_block {
    display: none;
}
#commentform_title a {
    display: none;
}
/*顶部广告隐藏*/
#bannerbar img {
    /*width: 100% !important;*/
    /*max-width: 100% !important;*/
    /*max-height: 70px;*/
    display: none;
}

/*返回顶部按钮*/
#back-to-top {
    background-color: #e48da0;
    color: #0f8ae5;
    bottom: 10px;
    box-shadow: 0 0 6px #a07274;
    padding: 5px 10px;
    position: fixed;
    right: 50px;
    border-radius: 2px;
    opacity: 0.7;
    width: 30px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#a-top {
    color: #faf7f7;
    text-decoration: none;
}