/*******************************************
目录样式
*******************************************/
.toc #toc_btn {
        cursor:pointer;
}
.toc #toc_btn h2 {
        border-bottom: 1px solid #ededed;
        margin-top: 10px;
}
.toc a:link {
	color: #000;
	text-decoration: none;
}

.toc a:hover {
	color: #21759b;
	text-decoration: underline;
}

.toc li {
	line-height: 1.8;
        margin-bottom: 0em;
}


/*******************************************
代码高亮主题
*******************************************/
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}


code.hljs.hljs-line-numbers {
    border: 0px !important;
    border-radius: 1px !important;
    /* border-right: 3px solid#d4d0c8 !important; */
    /* background-color:white !important; */
    background-color: rgb(0,128,0) !important;
	color: white;
}

code.hljs {
    border: 0px !important;
    background: #fff !important; 
}

.cnblogs-markdown pre {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
}

#cnblogs_post_body h1{
	background: #f5f5f5;
	padding: 10px;
	border-left: 3px solid #e4e4e4;
	margin-top: 50px;
}

#cnblogs_post_body h1{
	margin-top: 50px;
}

#cnblogs_post_body h2{
	margin-top: 40px;
}

#cnblogs_post_body h3{
	margin-top: 30px;
}

#cnblogs_post_body h4{
	margin-top: 20px;
}

#cnblogs_post_body h5{
	margin-top: 10px;
}
/**
 * GitHub Gist Theme
 * Author : Anthony Attard - https://github.com/AnthonyAttard
 * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
 */

.hljs {
  display: block;
  background: white;
  padding: 0.5em;
  color: #333333;
  overflow-x: auto;
}

.hljs-comment,
.hljs-meta {
  color: #969896;
}

.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
  color: #df5000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #d73a49;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
  color: #0086b3;
}

.hljs-section,
.hljs-name {
  color: #63a35c;
}

.hljs-tag {
  color: #333333;
}

.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #6f42c1;
}

.hljs-addition {
  color: #55a532;
  background-color: #eaffea;
}

.hljs-deletion {
  color: #bd2c00;
  background-color: #ffecec;
}

.hljs-link {
  text-decoration: underline;
}

.hljs-number {
  color: #005cc5;
}

.hljs-string {
  color: #032f62;
}




