body{
    font-size: 18px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/c2h5ohlife/1254604/o_1.jpg);
    background-attachment: fixed;
}

/* 博客标题 */
#blogTitle h1{
    font-size: 250%;
    margin-left: 10px;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #39C5BB;
}

/* 博客副标题 */
#blogTitle h2 {
    margin-top: 0em;
    margin-left: 3em;
    font: 微软雅黑;
    font-size: 20px;
    color: #FFC0CB;
    font-weight: bold;
}

#home {
    margin: 8% 0% 5% 10%;
}

#main {
     opacity: 0.85;
}

#navigator {
    background: none;
    margin-top: 20px;
}

/* 导引栏 */
#navList {
    margin-left: 0px;
}
#navList a:link, #navList a:visited, #navList a:active {
    font-weight: 500;
    font-size: 30px;
    color: #7ea4b7;
}

#mainContent .forFlow .day .postTitle {
    padding: 0 100px 0 50px;
    font-size: 25px;
    background: url(https://images.cnblogs.com/cnblogs_com/c2h5ohlife/1254604/o_2.jpg);
    border-left: 5px solid #FFA500;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #165857;
}

#mainContent .forFlow .day .dayTitle {
    top: 44px;
    font-size: 20px;
}

.dayTitle a:link, .dayTitle a:visited, .dayTitle a:active {
    color: #a1bceb;
}