body { background: #f0eef5;}
#blogTitle{
    background: url(https://www.cnblogs.com/images/cnblogs_com/ddkei/1322329/o_18.jpg) no-repeat 50% 32%/cover;
    width: 100%;
}
#blogTitle h1{left: 900px;top: 30px;}
#navigator {
    background-color: #1fd2d6;
    border: 1px solid #1fd2a6;
}
.dayTitle {
    background-color: #1fd2d6;}
.dayTitle:hover {
    background-color: #1fd2a6;
}
.day:hover {
    border: 1px solid #1fd2d6;
}
#navList a:hover {
    color: #1fd2d6;
}
.catListTitle,.sidebar-block h3{background-color: #1fd2d6;border: 1px solid #1fd2d6;}
#profile_block:hover {
    border: 1px solid #1fd4a6;
}

#blog-calendar{background: #fff;}
#blogCalendar tr:nth-child(1){
    background: #1fd2d6;
    color: #fff;
    height: 40px;
}
.CalTitle .CalNextPrev{text-align: center;}

#blogCalendar .CalNextPrev a:link{color: #fff}
#blogCalendar td a:hover { color: #1fd4a6;}
#blogCalendar td a{color: #1fd2d6}
#myFooter{
position: relative;
    top: -44px;    margin-left: 209px;
    text-align: center;color: #333;
}
#footer{margin-left: -200px;}
.inputTransition{box-shadow: 10px 10px 5px inset #1fd2d6;transition: all .2s linear;}
@media only screen and (max-width: 767px) {
#blogTitle {
    background-position: -234px 0px !important;
}}