/* adblock */
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
/**/
/*主体*/
#home {
    border-radius: 20px; //圆角
    margin: 0 auto;
    width: 62%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.95); /*(颜色,颜色,颜色,透明度)*/
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/**/
/*好看的滚动条*/
::-webkit-scrollbar{
    width:8px!important;
    height:10px!important;
    -webkit-appearance:none;
}
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}
/**/
/*ID*/
#blogTitle {
    overflow: hidden;
    height: auto;
    text-align: left;
}
/**/
/*底部隐藏作者，隐藏推荐和反对*/
#author_profile {
    display: none;
}
#div_digg {
    display: none;
}
/**/
/* 上一篇下一篇 */
#post_next_prev {
    display: none;
}
/**/
/* 关注收藏等几个按钮 */
#green_channel {
    display: none;
}
/**/
/* 标题title样式 */
#topics .postTitle {
    border-solid: 0px 0px 6px 0px;
    //border-right-color: none;
     //box-shadow: 0 0 1 0px#5F5A4B,0px 0px 2px 0px  rgba(10, 10, 0, 0.5);
    color: black;
   
    font-size: 30px;
    padding: 0 40px;
    text-align: center;
    //box-sizing: border-box;
}
/**/
/*评论区*/
/*
div.commentform input.author {
    background-color: #FFFFFF;
    width: 150px;
    border-radius: 8px;
}
div.commentform textarea.comment_textarea {
    border-radius: 5px;
}
input[type=button] {
    width: auto;
    height: auto;
    border-width: 0px;
    border-radius: 200px;
    background: #1E90FF;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
}
*/
/**/
/*文章内容详情页面的样式*/
/*
#cnblogs_post_body h3 {
    background: none;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 1px 1px rgba(10, 10, 0, 0.5);
    color: black;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-align: center;
    //text-shadow: 2px 2px 3px #222222;
}
*/
/**/
/*随笔分类*/
#sidebar_postcategory {
    background: rgba(225,214,201,0) !important;
}
/**/
/*背景*/
body{
background-image:url("https://img2018.cnblogs.com/blog/1771030/201912/1771030-20191211205431518-1462740122.jpg");
//background: blue;
background-repeat:no-repeat;
background-size：cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-attachment: fixed;
filter:alpha(opacity=90); -moz-opacity:0.95; -khtml-opacity: 0.95; opacity: 0.95;
}
/**/
/*
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
/*高亮*/
/*
pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
/*

Atom One Light by Daniel Gamage
Original One Light Syntax theme from https://github.com/atom/one-light-syntax

base:    #fafafa
mono-1:  #383a42
mono-2:  #686b77
mono-3:  #a0a1a7
hue-1:   #0184bb
hue-2:   #4078f2
hue-3:   #a626a4
hue-4:   #50a14f
hue-5:   #e45649
hue-5-2: #c91243
hue-6:   #986801
hue-6-2: #c18401

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #383a42;
  background: #fafafa;
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #a626a4;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #986801;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2;
}

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

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

.hljs-link {
  text-decoration: underline;
}
/**/
#topics.postTitle {
    font-size: 50px;
}