.postTitle a:hover {
    margin-left: 30px;
    color: #91eeff;
    text-decoration: none;
}

body {
    color: #FFF;
    font-size: 12px;
    min-height: 101%;
   background-image: url("https://cdn.luogu.com.cn/upload/image_hosting/vpzw1af6.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
}
#cnblogs_ch{
  display: none;
}
#under_post_card2{
  display: none;
}
#under_post_card1{
  display: none;
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 850px;
    background-color: #000000;
    padding: 30px;
    transition: all .5s ease;
    margin-top: 100px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .0)!important;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .35) !important;
    backdrop-filter: blur(10px) !important;
    background-color:rgba(0, 0, 0, .30) !important
}
#home:hover{
    backdrop-filter: blur(40px) !important;
        transition: all .5s ease;
        background: rgba(0, 0, 0, .30) !important;
    box-shadow: 3px 3px 50px #1f1f1f !important;
}
#blogTitle {
    height: 60px;
    clear: both;
}
#blogTitle h1 a {
    color: #FFF;
}
#sideBar{
    display: none;
}
.postBody {
    color: #FFF !important;
    line-height: 1.8;
    font-size: 14px;
}
#green_channel{
    display: none;
}
.postBody blockquote {
    background: url(images/comment.gif) no-repeat 25px 0;
    min-height: 35px;
    _height: 35px;
    line-height: 1.6em;
    color: #FFF !important;
    font-family: Smart Quotes, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    font-style: oblique !important;
}
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /* float: left; */
    margin-left: -22em;
    width: 100%;
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    height: 60px;
    margin-top: 50px;
    /* display: none; */
}
#blogTitle h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: Comic Sans MS;
    margin-left: 300px;
    line-height: 1.5em;
    margin-top: 20px;
}
#commentbox_main comment_textarea{
    background-color:rgba(0, 0, 0, .0) !important
}
#blogTitle h2 {
    font-weight: bold;
    font-size: 20px;
    margin-left: 450px;
    font-family: Comic Sans MS;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}
.postTitle{
    font-size: 25px !important; 
}
