#topics a {
  color: #78a5f1 !important;
}
#cnblogs_post_body
{
    color: black;
    font: 0.875em/1.5em Georgia,"Times New Roman",Times,sans-serif;;
    font-size: 15px;
}
#cnblogs_post_body h1.change:before,
#cnblogs_post_body h2.change:before,
#cnblogs_post_body h3.change:before,
#cnblogs_post_body h4.change:before{
    content: attr(data-title) ;
}
#cnblogs_post_body h1{
    font-size:1.3em;
    color:black !important;
}
#cnblogs_post_body h2{
    font-size:1.2em;
    color:black !important;
    padding: 7px 3px;
}
#cnblogs_post_body h3{
    font-size:1.12em;
    color: rgba(0,0,0,0.8);
    /*color:#981d1d !important;*/
    background-color: #b6c7e6;
    padding: 5px 3px;
}

#cnblogs_post_body h4{
    font-size:1.05em;
    color: rgba(0,0,0,0.6);
    /*color:#823f3f !important;*/
}
#cnblogs_post_body h5{
    font-size: 1.03em;
    font-weight: 600;
    color: lightskyblue;
}
/*页面中a标签鼠标位置*/
#cnblogs_post_body h2 a:hover{
    /*color: rgb(235, 235, 235);*/
}
#cnblogs_post_body h2 a:hover{
    /*color: rgb(255, 102, 0);*/
}
/* code style */
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 16px !important;
    line-height: 1.5!important;
    padding: 10px !important;
    padding-bottom: 20px;
    font-weight: 500;
  
    /* border: 1px solid !important; */
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 16px !important;
    line-height: 1.5!important;
    padding: 10px !important;
    position: relative;
    /* border: 1px solid !important; */
    transition: all 0.5s !important; 
}
.code-max-height{
    max-height: 300px !important;
    overflow: hidden;
    transition: all 0.5s !important;
}
.code-tip{
    position: absolute;
    height: 19px;
    width: 31px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
    border: 1px solid #c2c2c2;
    border-radius: 30%;
    color: #c2c2c2;
    text-align: center;
    line-height: 16px;
}

.code-tip:hover{
    color: orange;
    border-color: orange;
}
.cnblogs-markdown pre {
    border: none !important;
}

/*当宽度小于750px时，隐藏导航栏*/
@media screen and (max-width: 750px){
    #sideToolbar{
        display: none !important;
    }
    #cnblogs_post_body
    {
        font-size: 0.8em;
    }
    .cnblogs-markdown .hljs, .cnblogs-post-body .hljs{
        font-size: 0.8em !important;
    }
}
#cnblogs_c1,#under_post_kb {
  display: none;
}
/* 阅读排行榜, 推荐排行榜 */
#sidebar_topviewedposts ,#sidebar_topdiggedposts{
  display:none;
}

.important {
color: red;
margin-left:7px;
}
#cnblogs_post_body p{
text-index: 2em;
}
#sidebar_categories {
display: none !important;
}
#sidebar_recentcomments{
display: none !important;
}

a[target=view_window]{
font-size: 22px;
font-weight: bold;
}

/* 隐藏区域 */
#sideBar,#comment_form,#footer,#blogTitle,#blog_post_info_block{
display:none;
}
div#home{
background-image: none !important;
margin-top: -30px !important;
width: 80%!important;
}
#main {
margin-top:0 !important;
}
#topics .postDesc{
text-align: left !important;
padding-left: 20px !important;
}


@media screen and (max-width: 1210px) {
    #navigator, .postDesc{
        display: none;
    }
}

#main #mainContent {
margin-left: 220px;
}
.toc>.toc-list li {
margin: 6px 0;
}
#toc {
z-index: 99999;
}
/* markdown */
.markdown-here-wrapper {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}


pre, code {
  font-size: 14px !important;
  font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;
  margin: auto 5px;
}

code {
  white-space: pre-wrap;
  border-radius: 2px;
  display: inline;
}

pre {
  font-size: 17px;
  line-height: 1.4em;
  display: block; !important;
}

pre code {
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
  padding: 1px 1px;
  display: block !important;
}

strong, b{
  color: #BF360C;
}

em, i {
  color: #009688;
}

hr {
  border: 1px solid #BF360C;
  margin: 1.5em auto;
}

p {
  margin: 1.5em 5px !important;
}

table, pre, dl, blockquote, q, ul, ol {
  margin: 10px 5px;
}

ul, ol {
  padding-left: 15px;
}

li {
  margin: 10px;
}

li p {
  margin: 10px 0 !important;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 0;
  padding-left: 10px;
}

ul {
  list-style-type: circle;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

dl dd {
  margin: 0 0 10px;
  padding: 0 10px;
}

blockquote, q {
  border-left: 2px solid #009688;
  padding: 0 10px;
  color: #777;
  quotes: none;
  margin-left: 1em;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-style: bold !important;
  color: #009688 !important;
  text-align: center !important;
  margin: 1.5em 5px !important;
  padding: 0.5em 1em !important;
}

h1 {
  font-size: 24px !important;
  border-bottom: 1px solid #ddd !important;
}

h2 {
  font-size: 20px !important;
  border-bottom: 1px solid #eee !important;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}


table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  font: inherit;
  border: 0;
  margin: 0 auto;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
}

table tr {
  border: 0;
  border-top: 1px solid #CCC;
  background-color: white;
  margin: 0;
  padding: 0;
}

table tr:nth-child(2n) {
  background-color: #F8F8F8;
}

table tr th, table tr td {
  font-size: 16px;
  border: 1px solid #CCC;
  margin: 0;
  padding: 5px 10px;
}

table tr th {
  font-weight: bold;
  color: #eee;
  border: 1px solid #009688;
  background-color: #009688;
}


#main {
  width: 100% !important;
}
#mainContent {
  width: 100% !important;
}

.highlighter-prismjs {
  overflow: hidden;
}