/*标题*/

#cnblogs_post_body h1 {

background: gray !important;

background: #406CA4 !important;

border-radius: 4px 4px 4px 4px !important;

box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);

color: #FFFFFF;

font-family: "Courier New", "宋体", "黑体", Arial;

font-size: 16px;

font-weight: bold;

margin: 15px 0 !important;

padding: 5px 0 5px 20px;

}

#cnblogs_post_body h2 {

    /*background: none repeat scroll 0% 0% rgb(43, 102, 149);*/

    border-radius: 6px 6px 6px 6px;

    //box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);

text-shadow: 0 -1px 1px rgba(0,0,0,0.4);

    color: #355681;

    font-family: "Courier New","宋体","黑体",Arial;

    font-size: 14px;

    font-weight: bold;

    height: 25px;

    line-height: 25px;

    margin: 15px 0px !important;

    padding: 5px 0px 5px 20px;

  //  text-shadow: 2px 2px 3px rgb(34, 34, 34);

    width: 98%;

}

#cnblogs_post_body h2 a{

   color: rgb(235, 235, 235);

}

#cnblogs_post_body h2 a:hover{

   color: rgb(255, 102, 0);

}
/*

Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/

*/
div.postBody {
    color: #666;
    text-shadow: 0 0px rgba(0, 0, 0, 0.05);
}
.cnblogs-markdown .hljs{
  display: block;
  overflow-x: auto;
  padding: 0.5em !important;
  background: #23241f !important;
  font-size: 16px !important;
 /* font-weight:bold !important;*/

}

.cnblogs-markdown .hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.cnblogs-markdown .hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}