
/*
  代码块注释颜色
*/
/* .token.comment {
  color: rgb(255, 140, 28);
} */


/* 设置字体 */
html {
  font-size: 10px;
}

body {
    width: 80%;
}

p {
  font-size: 1.8rem;
}


/* 文章标题 */
#cb_post_title_url {
  text-decoration: none;
  color: black;
}
/*
  标题
*/
.postTitle {
  text-align: center;
  font-size: 3rem;
}

.post a:hover {
    text-decoration-line: none;
}

pre > code[class*="language-"] {
  font-size: 1.8rem;
}

/* span[role] {
    font-size: 22px;
} */

/*
    表格内字体大小
*/
td {
    /* font-size: 14px; */
    font-size: 1.8rem;
}


/* 标题背景 */
.postTitle {
    background-image: none;
}

/* 右边公告 */
.listtitle {
 background-image: none;
}

/* 右边随笔分类 */
.catListTitle, .sidebar-block h3 {
  background-image: none;
  /* font-size: 14px; */
  font-size: 1.8rem;
  height: 39px;
  width: 90%;
  padding-left: 42px;
  padding-top: 14px;
  color: #666;
}
/* 随笔档案下面的年月 */
.category-item-link {
  font-size: 1.5rem;
}

/* 最下面的新闻 */
.itnews {
    display: none;
}

/*
    正文
*/
.post {
    font-size: 1.8rem;
    line-height: 1.6;
}

/*
  段落标题
*/

#cnblogs_post_body h3 {

    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px 0;

}


#cnblogs_post_body h4 {

    font-size: 1.9rem;
    font-weight: bold;
    margin: 10px 0;

}

/*
  单行代码
*/
.cnblogs-markdown :not(pre, div, td) > code, .blogpost-body :not(pre, div, td) > code {
  color: #000;
  font-family:  Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
  font-size: 16px;
  background-color:rgb(227, 234, 242);
}



/*
** 多行代码
*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family:  Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}

/*
** 图片居中
**
<div align="center">
<img src="">
</div>
*/


/*
** 线
*/
#left_border {
 width:100%;
 height:100%;
 border:solid 0 #f00;
 /* background: rgba(245, 229, 199, 0.863) !important; */
 background: white;
}

/* #left {
 float:left;
 width:77%;
 background:transparent;
 border:solid 0 #008000;
 margin-right:0
} */

#right {
 float:right;
 width:23%;
 background:transparent;
 border:0 solid #f00;
 overflow-x: hidden;
}