
/*博客皮肤：simplememory*/
#google_ad_c1, #google_ad_c2{display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter             table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
font-size: 14px!important;
}

::-webkit-scrollbar {
  width:3px; /* 竖向滚动条宽度 */
  height: 4px; /* 横向滚动条宽度 */
  background-color: #ccc;
}

/* #top_nav{
    display:none;
} */

#header{
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

#navigator{
    display: flex;
    flex-direction: column;
    border: 0;
    margin-top: 0;
    /* margin-right: 245px; */
    font-family: "Comic Sans MS";
    font-size: 16px;
}

#navList{
    display: flex;
    float: none;
}

#navList li{
    margin: 0;
    float: none;
    align-items:flex-end;
}

#navList li a{
    text-align: right;
}

#navigator .blogStats{
   font-size: 12px;   
}

body{
    width: 100%;
    height: 100%;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/693260/galleries/2321076/o_230626023156_bg.JPEG) fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}

#homepage_top_pager{
    display: none;
}

#home{
    box-sizing: border-box;
    margin-top: 260px;
    padding: 20px 130px 0;
    width: 100%;
}

#header{
    display:flex;
    -ms-flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50%;
    margin-top: 0;
}


#blogTitle h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
}

#footer{
    height: 50px;
}

#sidebar_shortcut{
    display: none;
}

#sidebar_imagecategory{
    display: none;
}

#blog-calendar{
    display: none!important;
}





