body{
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/howey/1382506/o_6110be1296e1750452c1d264ac6fbe2b.jpg') fixed no-repeat;
    /*background-size:100% 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#navigator {
    background-color: #746161;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #7b2c5d;
}
.dayTitle a:link, .dayTitle a:visited, .dayTitle a:active {
    color: #885b77;
}
a:hover {
    color: #576930;
    text-decoration: none;
}
a:link, a:active {
    color: #576930;
}
a:visited {
    color: #576930;
}
.CalTodayDay {
    color: #e2b0c6;
}
.snowfall-flakes{
    animation:sakura 1s linear 0s infinite;
}
@keyframes sakura{
    0% {transform:rotate3d(0, 0, 0, 0deg);}
    25%{transform:rotate3d(1, 1, 0, 60deg);}
    50%{transform:rotate3d(1, 1, 0, 0deg);}
    75%{transform:rotate3d(1, 0, 0, 60deg);}
    100% {transform:rotate3d(1, 0, 0, 0deg);}
}
.day {
    background: rgba(255, 255, 255, 0.7);
}
#leftcontent, #mytopmenu, div.commentform textarea {
    background: rgba(255, 255, 255, 0.5);
}
.header {
    background: rgba(0, 0, 0, 0);
}
.post {
    background: rgba(255, 255, 255, 0.8);
}
.post, #mytopmenu, .header, #leftcontent, .day, .gallery{
    border-style:none;
}
.cnblogs_code {
    background: rgba(255, 255, 255, 0.3);
}