/*
 * Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
 * Copyright (c) 2017-present Sven Greb <development@svengreb.de>
 *
 * Project:    Nord highlight.js
 * Version:    0.1.0
 * Repository: https://github.com/arcticicestudio/nord-highlightjs
 * License:    MIT
 * References:
 *   https://github.com/arcticicestudio/nord
 */

 .cnblogs-markdown .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background-color: #2E3440 !important;
color:white
}

.hljs,
.hljs-subst {
  color: #D8DEE9;
}

.hljs-selector-tag {
  color: #81A1C1;
}

.hljs-selector-id {
  color: #8FBCBB;
  font-weight: bold;
}

.hljs-selector-class {
  color: #8FBCBB;
}

.hljs-selector-attr {
  color: #8FBCBB;
}

.hljs-selector-pseudo {
  color: #88C0D0;
}

.hljs-addition {
  background-color: rgba(163, 190, 140, 0.5);
}

.hljs-deletion {
  background-color: rgba(191, 97, 106, 0.5);
}

.hljs-built_in,
.hljs-type {
  color: #8FBCBB;
}

.hljs-class {
  color: #8FBCBB;
}

.hljs-function {
  color: #88C0D0;
}

.hljs-function > .hljs-title {
  color: #88C0D0;
}

.hljs-keyword,
.hljs-literal,
.hljs-symbol {
  color: #81A1C1;
}

.hljs-number {
  color: #B48EAD;
}

.hljs-regexp {
  color: #EBCB8B;
}

.hljs-string {
  color: #A3BE8C;
}

.hljs-title {
  color: #8FBCBB;
}

.hljs-params {
  color: #D8DEE9;
}

.hljs-bullet {
  color: #81A1C1;
}

.hljs-code {
  color: #8FBCBB;
}

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

.hljs-formula {
  color: #8FBCBB;
}

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

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

.hljs-quote {
  color: #4C566A;
}

.hljs-comment {
  color: #989898;
}

.hljs-doctag {
  color: #8FBCBB;
}

.hljs-meta,
.hljs-meta-keyword {
  color: #5E81AC;
}

.hljs-meta-string {
  color: #A3BE8C;
}

.hljs-attr {
  color: #8FBCBB;
}

.hljs-attribute {
  color: #D8DEE9;
}

.hljs-builtin-name {
  color: #81A1C1;
}

.hljs-name {
  color: #81A1C1;
}

.hljs-section {
  color: #88C0D0;
}

.hljs-tag {
  color: #81A1C1;
}

.hljs-variable {
  color: #D8DEE9;
}

.hljs-template-variable {
  color: #D8DEE9;
}

.hljs-template-tag {
  color: #5E81AC;
}

.abnf .hljs-attribute {
  color: #88C0D0;
}

.abnf .hljs-symbol {
  color: #EBCB8B;
}

.apache .hljs-attribute {
  color: #88C0D0;
}

.apache .hljs-section {
  color: #81A1C1;
}

.arduino .hljs-built_in {
  color: #88C0D0;
}

.aspectj .hljs-meta {
  color: #D08770;
}

.aspectj > .hljs-title {
  color: #88C0D0;
}

.bnf .hljs-attribute {
  color: #8FBCBB;
}

.clojure .hljs-name {
  color: #88C0D0;
}

.clojure .hljs-symbol {
  color: #EBCB8B;
}

.coq .hljs-built_in {
  color: #88C0D0;
}

.cpp .hljs-meta-string {
  color: #8FBCBB;
}

.css .hljs-built_in {
  color: #88C0D0;
}

.css .hljs-keyword {
  color: #D08770;
}

.diff .hljs-meta {
  color: #8FBCBB;
}

.ebnf .hljs-attribute {
  color: #8FBCBB;
}

.glsl .hljs-built_in {
  color: #88C0D0;
}

.groovy .hljs-meta:not(:first-child) {
  color: #D08770;
}

.haxe .hljs-meta {
  color: #D08770;
}

.java .hljs-meta {
  color: #D08770;
}

.ldif .hljs-attribute {
  color: #8FBCBB;
}

.lisp .hljs-name {
  color: #88C0D0;
}

.lua .hljs-built_in {
  color: #88C0D0;
}

.moonscript .hljs-built_in {
  color: #88C0D0;
}

.nginx .hljs-attribute {
  color: #88C0D0;
}

.nginx .hljs-section {
  color: #5E81AC;
}

.pf .hljs-built_in {
  color: #88C0D0;
}

.processing .hljs-built_in {
  color: #88C0D0;
}

.scss .hljs-keyword {
  color: #81A1C1;
}

.stylus .hljs-keyword {
  color: #81A1C1;
}

.swift .hljs-meta {
  color: #D08770;
}

.vim .hljs-built_in {
  color: #88C0D0;
  font-style: italic;
}

.yaml .hljs-meta {
  color: #D08770;
}



body{
    background: none;
    margin: 0px;
    background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.1) 10%, rgba(0, 0, 0, 0) 10%),
        linear-gradient(rgba(180, 180, 180, 0.1) 10%, rgba(0, 0, 0, 0) 10%),
        linear-gradient(rgba(207, 155, 51, 0.15) 2%, rgba(0, 0, 0, 0) 2%),
        linear-gradient(90deg,rgba(207, 155, 51, 0.15) 2%, rgba(0, 0, 0, 0) 2%);
        background-size: 10px 10px,10px 10px,50px 50px,50px 50px;
            background-color: #fafafa;
}
div,p,h1,h2,h3,span,a,pre{
    box-sizing: border-box !important;
}
a{
    text-decoration: none !important;
}

#main{
    
    background:none;
}

#header{
    
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 15px 15px;
}
#blogTitle #lnkBlogLogo{
    display: none;
}
#blogTitle h2{
    display: none;
}
h2 .cnblogs-toc-button{
  display: none !important;
}
#blogTitle h1{
    margin: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0px 30px;
        font-size: 24px;
            width: 100%;
}
#blogTitle h1 a{
    
    color: #3c93a7;
    text-shadow: none;
}
#navigator{
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    background:none;
}
#navigator .blogStats{
    visibility:visible;
    color: #3c93a7;
    font-size: 14px;
}

#navigator .blogStats span{
    padding-left: 10px;
    letter-spacing: 0px;
}
span#stats_post_count,span#stats_article_count{
    display: none;
}


#navList a{
    color: #3c93a7 !important;
    font-size: 14px;
    text-shadow:none !important;
}
.cnblogs-markdown blockquote{
    background: none;
    background-color:#f8f8f8;
    font-size: 14px;
    margin: 20px 0px;
}
#cnblogs_post_body ol,#cnblogs_post_body ul{
    margin-bottom:25px;
}
#cnblogs_post_body ol li,#cnblogs_post_body ul li{
    margin-bottom: 0.7em;
    line-height: 1.6;
    text-align: justify;
}
.cnblogs-markdown blockquote p{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#cnblogs_post_body a{
  color: #668192;
}
#cnblogs_post_body a:hover{
  color:#619bac;
}
#cnblogs_post_body h2{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin: 40px 0 20px;
  background-color: #668192;
  padding: 5px;
  padding-left: 15px;
  letter-spacing: 5px;
  color: #ffffff;
  border-radius: 2px;
}
#cnblogs_post_body h2:first-child{
  margin: 20px 0;
}
#cnblogs_post_body h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 20px;
  padding: 5px;
  padding-left: 15px;
  letter-spacing: 5px;
  color: #333;
  border-radius: 2px;
}
#cnblogs_post_body h4{
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px;
}
#cnblogs_post_body .table-wrapper{
  margin: 10px 10px 25px;
}
#cnblogs_post_body .navitionBox{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
#cnblogs_post_body .navitionBox a{
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
}
#cnblogs_post_body .navitionBox a:hover{
  color: #2f82c3;
}

.cnblogs-markdown p{
    margin-top: 5px !important;
    margin-bottom: 18px !important;
}
.cnblogs-markdown p .blackWeight{
    position: relative;
    left: -2em;
    font-weight: bold;
}
.cnblogs-markdown code{
    background-color: #2E3440;
    color: white;
    border: none !important;
    text-indent: 0;
    overflow: auto;
    max-height: 500px;
}
.cnblogs-markdown pre.height code{
    max-height: 600px;
  }
.cnblogs-markdown{
    font-size: 15px;
}
.cnblogs-markdown hr{
    height: 2px;
        border: none;
        background-color: #dcdcdc;
        margin: 40px auto;
}
.cnblogs-markdown pre code.hljs{
    padding: 15px !important;
}
:not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([class*="language-"]):not([highlighted]):not(.hljs) {
    background: rgb(82 82 82) !important;
}
.cnblogs-markdown pre{
      position:relative;
      padding: 15px !important;
      margin-bottom: 20px;
      overflow-x: hidden;
  }
  pre .cnb-code-toolbar{
      left: 0px !important;
      right: 30px !important;
      top: 20px !important;
      z-index: 100;
  }
  pre .cnb-code-toolbar.hljs {
    background:none !important;
    left: auto !important;
    right: 15px !important;
    top: 15px !important;
    display: flex;
    justify-content: flex-end;
    z-index: 1; 
  }
  pre .cnb-code-toolbar .cnb-code-toolbar-item{
    background: none;
    color: wheat !important;
  }
  pre .cnb-code-toolbar .cnb-code-toolbar-item svg.cnb-code-toolbar-icon{
    fill: wheat !important;
  }
  .cnblogs-markdown pre span.copy{
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
    color: #667d79;
    font-size: 14px;
    cursor: pointer;
  }
  .code-fullscreen-overlay code.language-javascript{
    background-color: #2E3440 !important;
  }
  

  .cnblogs-markdown pre span.copy.copyed{
    color:#e3d7be;
  }
.cnblogs-markdown code::-webkit-scrollbar {
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  }
  .cnblogs-markdown code::-webkit-scrollbar-thumb {
      background-color: #667d79;
  }
  .cnblogs-markdown code::-webkit-scrollbar-track {
      box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
      background   : #ededed;
  }
.imgBox{
    position: relative;
    text-align: center;
    padding: 20px 20px 40px;
    line-height: 0em;
    margin-bottom: 40px;
}

.imgBox span{
        position: absolute;
        padding: 0px 15px;
        left: 50%;
        bottom: 20px;
        background-color: white;
        transform: translate(-50%,0);
        height: 1px;
        border-right: 30px solid #dedede;
        border-left: 30px solid #dedede;
        font-size: 12px;
        color: #a8a5a5;
}
#mainContent{
    width: 940px;
    background: none;
}
#post_detail,#comment_form{
    border: 1px solid #b6d1d7;
    border-radius: 4px;
    margin-bottom: 28px;
    background:#fff;
}
 #post_detail blockquote a:hover{
    color:#619bac;
}
#post_detail{
    padding-bottom: 30px;
}
#comment_form{
    padding-top: 20px;
    padding-right: 20px;
}
#sideBar{
    margin-left:960px;
    padding: 0px;
}
#sideBarMain{
    width: 240px;
    margin-top: 0px;
}
#sideBarMain #sidebar_news{
    background-color: white;
    border: 1px solid #b6d1d7;
    border-radius: 4px;
    
}
#sideBarMain h3.catListTitle{
    border: none;
    background: none;
    border-bottom: 1px solid #FFC107;
    margin-top: 10px;
}
#blog-calendar{
      padding: 8px;
      background-color: #fff;
      border: 1px solid #b6d1d7;
      border-radius: 4px;
      margin-bottom: 24px;
}
table#blogCalendar .CalTitle{
      border-bottom: 1px solid #ffc107;
      margin-bottom: 5px;
}
table#blogCalendar .CalTitle tbody td{
    padding-bottom: 8px;
}
table#blogCalendar .CalDayHeader{
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
}
table#blogCalendar .CalOtherMonthDay{
    color: #aaa;
}
#sidebar_search.sidebar-block{
    background-color: white;
    border: 1px solid #b6d1d7;
    border-radius: 4px;
    margin-bottom: 24px;
}
#sidebar_search_box {
  padding: 10px 20px;
}
#widget_my_zzk {
  margin:0px;
    display: flex;
    justify-content: space-between;
}
  #widget_my_zzk #q {
    border: 1px solid #dfdbd3;
    width: 130px;
    border-radius: 3px;
    line-height: 25px;
    height: 25px;
    margin-right: 10px;
        text-indent:5px;
        padding: 1px 2px;
        outline: none;
  }

    #widget_my_zzk #q:-webkit-autofill{
        -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
        -webkit-text-fill-color:#333;
    }
  #widget_my_zzk #btnZzk {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: none;
    padding: 0px 10px;
    border-radius: 2px;
    background-color: #666d7b;
    color: #d8e4c9;
    font-size: 12px;
    text-indent: 0px;
    letter-spacing: 1px;
  }
    #widget_my_zzk #btnZzk:foucs{
        outline: none;
    }
    #sidebar_categories>div{
            background-color: #fff;
            border: 1px solid #b6d1d7;
            border-radius: 4px;
            margin-bottom: 24px;
    }
    #sidebar_categories ul{
    padding: 0px;
    }
    #sidebar_categories>div .catListTitle{
        margin-bottom: 0px;
    }
    #sidebar_categories ul li{
      padding:10px 0px 10px 10px;
        margin: 0px;
    }
    #sidebar_categories ul li:nth-child(2n){
        background-color: #f8f8f8;
    }
    #topics .postTitle{
        padding: 10px 0px 20px;
            border: none;
            border-bottom: 1px solid #e7ddc5;
            text-align: center;
            letter-spacing: 4px;
    }
#topics .postTitle a{
    color: #333;
}
#cnblogs_post_body{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7ddc5;
}
#cnblogs_post_body >p{
    text-indent: 2em;
    text-align: justify;
}
#cnblogs_post_body >p.padding{
  text-indent: 0px;
  margin: 0px 5px !important;
  padding-left: 20px;
  text-align: left;
}
#topics .postBody{
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

/*点赞*/

#div_digg {
  margin: 0px 30px 0px 0px;
  padding: 8px 10px;
  width: auto;
}

  #div_digg .diggit, #div_digg .buryit {
    width: 70px;
    height: auto;
    padding: 4px 5px 4px 30px;
    margin-top: 0px;
    background-image: url("https://images.cnblogs.com/cnblogs_com/myniu/1572734/o_good.png");
    background-size: 28px 28px;
    background-position: 1px 0px;
    background-repeat: no-repeat;
  }

    #div_digg .diggit span, #div_digg .buryit span {
      display: inline-block;
      width: 100%;
      background-color: #667d79;
      color: white;
      border-radius: 3px;
    }

  #div_digg .buryit {
    background-image: url("https://images.cnblogs.com/cnblogs_com/myniu/1572734/o_nogood.png");
    margin-left: 10px;
  }
    
    
    /*好文要顶*/
    #green_channel {
      float: left;
      border: none;
      margin: 0px;
    }
    
      #green_channel #green_channel_digg, #green_channel #green_channel_follow, #green_channel #green_channel_favorite {
        padding: 5px 10px;
        background: none;
        box-shadow: none;
        background-color: #667d79;
        border-radius: 3px;
        font-weight: 400;
      }
    
      #green_channel #green_channel_follow {
        background-color: #b58c8c;
      }
    
      #green_channel #green_channel_favorite {
        background-color: #667d79;
      }
        
        #author_profile {
          display: none;
        }
        
        
        #mainContent .entrylist{
            margin: 0px;
            padding: 0px 20px;
            background-color: white;
            border: 1px solid #b6d1d7;
            border-radius: 4px;
        }
        
        
        .entrylistPosttitle {
          margin-bottom: 10px;
            border: none;
        }
        .entrylistTitle{
            border-bottom:none;
        }
          .entrylistPosttitle .entrylistItemTitle {
            color: #3c93a7;
            text-decoration: none;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            margin: 0px 3px;
            letter-spacing: 1px;
          }
            .entrylist div.entrylistItem{
                margin-bottom: 25px;
                padding-bottom: 15px;
                border-bottom: 1px solid #e0e0e0;
            }
            
            .entrylist div.entrylistItem:nth-last-child(2){
                border-bottom:none;
            }

            
            .forFlow>div{
                border: 1px solid #b6d1d7;
                border-radius: 4px;
                margin-bottom: 28px;
                background:#fff;
            }
            .gallery{
                padding: 10px;
            }
            #footer{
                color: wheat;
            }
            
            #backTop{
                height: 40px;
                width: 40px;
                border-radius: 50%;
                background-color: #fff;
                border: 1px solid #dcbc5b;
                position: fixed;
                left: 20px;
                bottom: 60px;
                cursor: pointer;
            }
            #backTop:hover{
                 border: 1px solid #FFC107;
            }
            #backTop:hover::after{
                    border-bottom: 10px solid #ff825a;
            }
            #backTop::after{
                content: "";
                position:absolute;
                box-sizing: border-box;
                left: 50%;
                top:48%;
                transform: translate(-50%,-50%);
                height: 0px;
                width: 0px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #c5d958;
            }
            .day{
                margin: 0px;
                padding: 10px 10px 5px 10px;
            }
            .day .dayTitle{
                top: 10px;
                right: 10px;
            }
            .day .dayTitle a{
                color: #4c5558;
            }
            .day .postTitle{
                border: none;
                
            }
            .day .postDesc{
                padding-bottom: 15px;
                border-bottom: 1px solid #f2ebdd;
            }
            .day div.postDesc:nth-last-child(2){
                border-bottom:none;
            }
            .day .postSeparator{
                margin-bottom: 20px;
            }
            .topicListFooter{
                margin: 0px;
                margin-top: 30px;
                border: none !important;
                background: none !important;
            }
            #nav_next_page{
                margin: 10px 20px;
            }

            #nav_next_page a{
                color:#3c93a7;
                font-weight: bold;
            }
            .forFlow>#homepage_top_pager:first-child{
                display: none;
            }
            #homepage_bottom_pager.topicListFooter{
                border: 1px solid #b6d1d7 !important;
                background-color: #fff !important;
            }
            #homepage_bottom_pager .pager{
                color: #FF5722;
                font-size: 14px;
            }
            #homepage_bottom_pager .pager a{
                font-size: 12px;
                color: #3c93a7 !important;
                border:none;
            }
            .galleryTitle {
              text-align: center;
              padding: 10px;
              font-size: 20px;
              border-bottom: 1px solid #b6d1d7;
            }