#home {
    margin: 0 auto;
    width: 93%;/*原始80*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;/*原始30*/
    margin-top: 30px;/*原始50*/
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    /*背景图片，可更改*/
    background:url("https://images.cnblogs.com/cnblogs_com/blogs/670551/galleries/1945135/o_2103101204401615377761794.jpg")
    background: rgb(222, 222, 222);
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #548B54;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #111;
    font-weight: bold;
    text-align: right;
    float: right; 
}

#navigator{
    background-color: rgba(33, 160, 139, 0.9);
    border-radius: 9px;
}
body {
    /*背景图片，方便修改*/
    background: rgba(12, 100, 129, 1) url(https://images.cnblogs.com/cnblogs_com/blogs/670551/galleries/1945135/o_2103101204401615377761794.jpg) fixed no-repeat !important;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(33, 160, 139, 0.68);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.5);
}
/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(33, 160, 139, 0.9);
    height:50px;
    line-height:50px;
}

#topics{
    background: rgba(255, 255, 255, 0.5);
}

.c_ad_block, .under-post-card, #under_post_news, #ad_t2{
    display: none;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0);    
}

.cnblogs_code div{
    background: rgba(255, 255, 255, 0);    
}

.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);  
}
#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.5);  
}

/*图片加边框*/
#cnblogs_post_body img{
   max-width: 1138px;/*图片最大宽度*/
   border:2px solid #458B74;/*图片边框颜色*/

    /*图片水平居中*/
   margin: 0 auto;
   display: block;
}

/*表格加边框居中*/
#cnblogs_post_body table {
    border: 2px solid #458B74;
    margin: 0 auto;
}

/*链接颜色*/
#cnblogs_post_body a{
    color: #1f0db5;
    text-decoration: none;
}
#cnblogs_post_body a:hover{
    color: red;
    /*font-weight:bold;*/
}

/*标题希望大一点*/
#topics .postTitle {
    font-size: 24px !important;
}

/*列表外边距大一点*/
#cnblogs_post_body li{
    margin-top: 5px  !important;
    margin-bottom: 5px  !important;
}
#cnblogs_post_body ul {
    margin-top: 5px  !important;
    margin-bottom: 5px  !important;
}

/*引用块内的背景色*/
blockquote {
    background: none !important;
    background-color: whitesmoke !important;
}

/*水平线上下外边距大一点*/
hr {
    margin:30px 0;
}

/*主页的阅读全文更好看一点*/
#main #mainContent .forFlow .c_b_p_desc a {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 9px;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    display: table;
    color: #314659;
    border-color: #314659
}

#main #mainContent .forFlow .c_b_p_desc a:after {
    content: ' »'
}

#main #mainContent .forFlow .c_b_p_desc a:hover {
    color: red !important;
    border: 1px solid red
}

/*文章内文字上下边距大一点*/
#cnblogs_post_body p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

/*赞成和反对*/
#author_profile,#blogCalendar,#blogTitle h2,#comment_form_container p:nth-of-type(3),#green_channel,#homepage_top_pager,.dayTitle {
    display: none
}

#blog_post_info_block a{
    color: #1f0db5;
    text-decoration: none;
}

#div_digg {
    position: static;
    float: none;
    margin: 75px auto;
    z-index: -1;
    width: 370px
}

#div_digg .buryit,#div_digg .diggit{
    background: #FFF;
    margin: 0;
    display: inline-block;
    width: auto;
    height: 32px;
    border-width: 0;
    cursor: pointer;
    color: #fff;
    user-select: none;
    padding: 0 10px;
    border-radius: 5px;
    transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear
}

#div_digg .diggit {
    background-color: #18b566;
    border-color: #18b566
}

#div_digg .diggit:hover {
    background-color: #47cb89;
    border-color: #47cb89
}

#div_digg .buryit {
    background-color: #f90;
    border-color: #f90
}

#div_digg .buryit:hover {
    background-color: #ffad33;
    border-color: #ffad33
}

#div_digg .buryit .burynum,#div_digg .diggit .diggnum{
    color: snow;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 5px;
    width: 65px
}

#div_digg .diggit .diggnum:before {
    content: '推荐';
    font-size: 15px;
    margin-right: 5px
}

#div_digg .buryit .burynum:before {
    content: '反对';
    font-size: 15px;
    margin-right: 5px
}


/*目录格式*/
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #333366;
    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: 23px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #006699;
    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: 25px;
    line-height: 25px;
    margin: 24px 0;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}

#cnblogs_post_body h3 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    background-color: #dfeedf;
    color: black;
    margin: 18px 0 !important;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:240px;
    right:35px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#33a694;/*原来是(238, 130, 238)*/
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#ff0000;
}
#sideBarContents dd{
    margin-left:20px;
}

/*代码高亮部分*/
pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}

/*底纹颜色为浅红色*/
.cnblogs-markdown code {
    color:#c7254e;
    font-size: 13px !important;    /*字体变大一点*/
    font-family: Consolas !important; /*换个常用字体*/
}

/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/
/*要想生效必须在.hljs前面加上.cnblogs-markdown */
/*有些不能生效，要加上  !important;  */
.cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em !important;
  background: whitesmoke !important; /*原来是white，换成浅灰色，#f6f8fa*/
  color: black;
  font-size: 15px !important;    /*字体变大一点*/
  max-height: 700px;             /*代码区域最大高度*/
  font-family: Consolas !important; /*换个常用字体*/
}

.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: #008000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
  color: #00f;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #a31515;
}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af;
}

.hljs-doctag {
  color: #808080;
}

.hljs-attr {
  color: #f00;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #00b0e8;
}


.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}