html,body{font-family: Helvetica,Verdana,Arial,sans-serif,Microsoft YaHei;}
#main #sideBar{ width:240px; }
.cnblogs_code pre {font-size: 14px !important;}
.postBody {line-height: 1.6;}
.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;}
/* 生成博客目录 */
#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 h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    padding: 10px;
    color: #fff;
    box-shadow: 0 2px 6px #d2d2d2;
    border-radius: 6px;
    background: #71b7b1;
}
.catListTitle {
    background: #71b7b1;
    border-bottom: 1px solid #71b7b1;
}
.postBody h4 {
   color: #000 !important;
   font-size: 18px !important;
   margin: 20px 0 15px !important;
   padding-bottom: 10px !important;
   border-bottom: 1px solid #d6cdcd !important;
}
.postBody blockquote {
    border: none;
    border-left: 2px solid #cecfe9;
    background-image: none;
    background-color: #f9f9fb;
}
/* 复制代码样式 */
.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); */
}

/* mark编写代码高亮 */
/*
使用了Monokai Sublime的黑色主题皮肤，但是还存在样式冲突，需要自己修改
这个样式只适合使用makedown编写的博客
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
.cnblogs-markdown code {
   color: #ff502c;
   background-color: #fff5f5 !important;
   border-color: #f8f8f8 !important;
   font-family: Menlo,Monaco,Consolas,Courier New,monospace !important;
   font-size: .87em !important;
   padding: .065em .4em !important;
   line-height: 1.6;
   vertical-align: top;
}
.cnblogs-markdown pre > code, 
.cnblogs-post-body pre > code {
    border-color: #f8f8f8 !important;
    font-size: 13px !important; 
    background: #f8f8f8 !important;
}
.cnblogs-markdown .hljs, 
.cnblogs-post-body .hljs {
    font-size: 13px !important;
    padding: 15px 10px !important;
    display: block;
    overflow-x: auto;
    color: #333;
    font-family: Menlo,Monaco,Consolas,Courier New,monospace !important;
    background: #fafafa;
    border-radius: 2px !important;
    line-height: 1.68!important;
}

.hljs-tag,
.hljs-tag .hljs-name {
  color:#333;
}

.hljs-comment,
.hljs-quote {
  color: #a0a1a7;
}

.hljs-keyword,
.hljs-formula {
  color: #d14;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #333;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #0086b3;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
div.commentform textarea {
   height:150px;
   background: url('https://images.cnblogs.com/cnblogs_com/juyouji/1607331/o_1912050932351.jpg') #fff no-repeat right bottom;
background-size: 150px;
}
/* 黑色主题makedown代码结束 */