@import "https://files.cnblogs.com/files/langkye/Blogs.min.css";

#comment_form{
  display: none !important;
}
#comment_form > #under_post_kb  >c_ad_block >br{
  display: none;
}
#under_post_kb .c_ad_block *:not(a){
  display: none;
}

#comment_form_container .comment_textarea{
  width: auto;
}

#blogTitle h2 {
    user-select: none;
    position: absolute;
    font-size: 20px;
    width: 100%;
    text-align: center;
    bottom: -22px;
    opacity: 0.1;
}

/*滚动条样式*/
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #e0e5eb;
}
body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    // -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(99,73,139,1) !important;
}


/*  站内运行HTML代码 Start  */
.can_run_html {
    font-weight: bold;
    background-color: #96b97d;
    color: aliceblue;
    border: 1px solid #F15214;
    resize: none;
    width: 100%;
    height: 180px;
    display: block;
}
.run_html *{text-indent: 0 !impottant;display:inline-block;}
.run_html{
    float: right;
    margin: 10px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.run_html:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
/*  站内运行HTML代码 END  */

/*  上一篇&&下一篇 Start  */
#change-page{
height: 62px;
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#change-page>.page-left{
    display: flex;
    padding-left: 10px;
    align-items: center;
}
#change-page>.page-right{
    display: flex;
    padding-right: 10px;
    align-items: center;
}
#change-page a{
    text-decoration:none;
    cursor:pointer;
}
#change-page a:hover{
    text-decoration: overline !important;
    color: #364149;
}
#change-page a span{
    color: #4A4A4A;
    margin-left: 10px;
}
/*  上一篇&&下一篇 END */



/* loading */

#header{
    max-height: 56px;
}

#navigator{
  overflow: hidden !important;
}
