html,body{font-family: Helvetica,Verdana,Arial,sans-serif,Microsoft YaHei;font-size: 15px !important;}
#main #sideBar{ width:240px; }
#topics {}
.cnblogs_code pre {font-size: 14px !important;}
#cnblogs_post_body p { line-height: 1.74; font-size: 15px !important; }
.cnblogs_code {padding: 0 0 0 5px;font-size: 14px!important;border: 1px dashed #ccc;transition: all .5s;}
.cnblogs_code:hover{border-style: solid;}
.cnblogs_code pre{padding: 3px 10px 3px 6px;background: #f5f5f5;}
span.cnblogs_code{border-left:3px solid #ddd;}
.cnblogs_code .cnblogs_code_toolbar:last-child{display:none;}
.cnblogs_code span {font-size: 14px !important;}
.postBody li, .postCon li {margin-bottom: 0.5em;}
/* 生成博客目录 */
#cnblogs_post_body a {
   color: #3d81ee;
   text-decoration: none;
}
#navCategory{border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #ddd;
    padding: 4px 18px;
    margin-bottom: 20px;
}
#navCategory ul li{margin: .3em 0;}
#navCategory ul li a{text-decoration: none;font-size: 15px;}
#navCategory ul li a:hover{color:#f60;}
#cnblogs_post_body ul ul li{margin: .3em 0;}
/*生成博客目录的CSS*/
#upRightsideBar{
    font-size:12px;
    font-family:"Comic Sans MS","微软雅黑";
    text-align:left;
    position:fixed;
    top:130px;
    right:0px;
    width: auto;
    height: auto; 
    cursor: pointer;
}
#sideBarTab {
    float: left;
    width: 30px;
    padding: 4px 1px;
    font-size: 16px;
    border-right: 4px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    background: #6c94b7;
}
#sideBarContents{
    font-size:15px;
    font-family: Arial,Helvetica,sans-serif,"微软雅黑";
    border-radius:8px;
    float:left;
    overflow:auto; 
    overflow-x:hidden !important;
    width:0px;
    min-height:108px;
    max-height:520px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#f8f8f8;
    transition-duration: .2s;
    box-shadow: rgb(205, 200, 200) -1px 1px 7px 0px;
}
#sideBarContents dl{
    margin:0;
    padding:8px;
    width: 284px;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dt:last-child{
   margin-bottom:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dl dd{
    margin: 5px 0;
    margin-left: 18px;
    font-size: 5px 0;
}
#sideBarContents dd:hover, dt:hover {
    color:#3d81ee;
}

/* 外观颜色 */
#navigator {
    background-color: #5ea99a;
}
#navList a:hover {
    color: white;
    background-color: #66b3a7;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}
.postTitle a:hover {
    color: #F60 !important;
}
a.entrylistItemTitle {
    color: #26aece;
}
.blogStats {
    color: #fff;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #26aece;
    transition: all 0.4s linear 0s;
}

#cnblogs_post_body ul{
    margin-left: 20px;
}

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

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

#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 20px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 2px 6px #d2d2d2;
    border-radius: 6px;
    background: #71b7b1;
}
.catListTitle {
    background: #71b7b1;
    border-bottom: 1px solid #71b7b1;
}
.postBody {
   color: #333 !important;
}
.postBody h4 {
   color: #000 !important;
   font-size: 16px !important;
   margin: 25px 0 20px !important;
   padding-bottom: 10px !important;
   border-bottom: 1px solid #d6cdcd !important;
}
.postBody h5 {
    font-size: 16px !important;
    margin: 20px 0 15px !important;
    color: #000 !important;
}
.postBody blockquote {
    margin-top: 20px !important;
    border: none;
    border-left: 4px solid #cbcbcb;
    background-image: none;
    background-color: #f8f8f8;
    color: #666 !important;
    padding: 1px 20px;
}
/* 复制代码样式 */
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  color: #d5cdcd;
  cursor: pointer;
}
.cnblogs-markdown pre > .copyed {
  /* background: rgba(69, 33, 174, 0.75); */
}

/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 14px !important;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.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;
}

/*黑色主题皮肤结束*/