#home{
    background-image: url(https://images.cnblogs.com/cnblogs_com/oceanicstar/1244444/o_timg.jpg);
    background-repeat: repeat;
    background-position: top left;
}

#blogTitle{
    top: 80px;
    left: 150px;
}

#blogTitle h2{
    color: #FFFF78;
}

#navigator{
    top: 80px;
    left: 90px;
    height: 150px;
}

#navList{
    height: 120px;
}

#blog_stats{
    background-color: transparent;
}

#blog_stats span{
    color: #FFEC8B;
}

#header #blogTitle a{
    color: #fff !important;
    text-decoration: none;
    font-family: "KaiTi","楷体";
    font-size: 30px;
}

#header #blogTitle a:hover{
    color: #FFFF00 !important;
    font-weight: 900;
    transition: color .5s;
}

#navList a{
    color: #FFDEAD !important;
    text-decoration: none;
}

#navList a:hover{
    color: #EEAD0E !important;
}

div{
    background-color: #E0FFFF;
}

.postTitle a.postTitle2{
    text-decoration: none !important;
    font-weight: 700 !important;
}

.postTitle a.postTitle2:hover{
    color: orange !important;
    font-weight: 900 !important;
}

div#footer{
    color: #ccffff;
}