/*全局*/
body {
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    background-image: url(https://images.cnblogs.com/cnblogs_com/melonPada/2021159/o_21082706005101.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-color: #fffdfa;
}
#header {
    background-color: #001b31;
}
#navList li a {
    background-color: #001b31;
    padding: 8px;
}
a:link,a:visited{
    color: #6ab4ca;
}

/*博客列表页（首页）*/
#mainContent {
    background: none;
    border-radius: 0px;
    box-shadow: none;
}
.day {
    border-radius: 6px;
    box-shadow: 0 0 4px #999;
    margin-bottom: 16px;
}
.dayTitle {
    border: none;
    
}
.dayTitle a{
    color:#999;
}

/*博客内容页*/
//@编辑框
div.commentform textarea {
    height: 200px;
}
#main {
    background-color: #ffffff;
    box-shadow: 0 0 8px #999;
}
.post {
    background-color: #ffffff;
}
#blog_post_info_block{
    margin-top: 160px;
}