#blogTitle h2 {
    font-weight: normal;
    font-size: 29px;
    color: #544E4E;
    line-height: 1.5em;
    margin-top: 10px;
    margin-left: 30px;
    width: 50%;
    margin-left: 1em;
    float: left;
    font-family: STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑";
}


/*
#topics {
    background: url

("https://images.cnblogs.com/cnblogs_com/gleamer/1157643/o_%e6%91%ba

%e7%9a%b1%e7%ba%b8%e5%bc%a0%e7%ba%b9%e7%90%86%e9%ab%98%e6%b8%85%e5%9b

%be%e7%89%87%20(3)%20.jpg");
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    margin-bottom: 10px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
*/


div.commentform textarea.comment_textarea {
    width: 700px;
    line-height: 1.6;
    background: #FEFFD1;
    font-size:18px;
}

/*标题1*/
#cnblogs_post_body h1 {
    color: #021E3A;
    text-shadow: 2px 1px 0px #FFB70C;
    margin-bottom: 5px;
    margin-top: 30px;

}
/*标题2*/
#cnblogs_post_body h2 {
    //background-color: #DFFFFF !important;
    border-left: 4px solid #FFB70C;
    padding: 8px;
}
/*标题3*/
#cnblogs_post_body h3 {
    border-left: 2px dashed #FFDF95;
    padding-left: 14px;
}
/*标题4*/
#cnblogs_post_body h4 {
    width:600px;
    color: #f68a33;
    border-left: 1px solid #f68a33;
    border-top: 1px solid #f68a33;
    padding: 5px;
}

/*
blockquote {
    background: url(//images.cnblogs.com/cnblogs_com/gleamer/1157643/o_christmas_snowman80.png) no-repeat right bottom #F1FEDD;
    border-radius: 10px;
    margin-left: 0px;
    border: 1px dashed #EEB522;
//    border-left: 5px solid #B6CEEC;
}
*/


/*markdown标注*/
.cnblogs-markdown code, .cnblogs-post-body code{
    background-color: #FFF9E7!important;
    font-size:14px!important;
}

/*文章图片*/
#cnblogs_post_body p img{
    //border:4px ridge #FFC9A5;    //橘红边框
    box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
}

	
/*表格*/
#cnblogs_post_body table tr:nth-child(even){background:#FAFAFA;}

#cnblogs_post_body table tr:hover{background:#FFf9e7;color:#FFCB4F;}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*将div的位置固定到距离top:50px，right:0px的位置，
这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e74021;
    border-right:none;
    text-align:center;
	padding:4px;
    background:#ffcb4f;
}

#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:#FD4C1C;
	background:#f5f5f5;
}
#sideBarContents dd{
    margin-left:20px;
}


/*
Monokai Sublime style. Derived from Monokai by noformnocontent //nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    font-size: 16px!important;
    font-family: consolas,monospace !important;
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
    padding: 10px 15px !important;
}

.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;
}

.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;
}

/*护眼
.postBody {
    line-height: 1.5;
    background-color: rgba(204, 232, 207, 1);
}*/