body {
    margin: 0;

    background-color: #FFFDFA;
    background-repeat: repeat;
    background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%); 
    background-size: 20px 20px; 
    background-position: center center;
}

#newsSideBar .headImage img {
    border: 3px solid #fff9e3;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    display: block;
}
#blogTitle h1 a:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 60px;
    left: 350px;
    background-image: url(https://blog-static.cnblogs.com/files/jklixin/hi-dog-lit.gif);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .9;
}
#blogTitle1 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: url(https://blog-static.cnblogs.com/files/jklixin/title-bg.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .5;
}

.postBody blockquote {
    line-height: 1.2em;
    background: #fafafa;
    
    border: 0;
    border-left: #cfe8fc solid 5px;
}
strong {
    color: #e74e3e;
}
code {
    color: #e96900;
}
#cnblogs_post_body ul ul li {
    list-style-type: none;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
