body {
    color: #000;
    //background: url('//images.cnblogs.com/cnblogs_com/liubilan/1262395/o_315540.jpg')   fixed;
    //backgroung-size: cover;
    background-color: #000;
    background-style-width: 100%;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    //min-height: 100%;
}

#home {
opacity: 0.80;
margin: 0 auto;
width: 80%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 80px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.6);
}

.cnblogs_code pre {
    font-family: Courier New!important;
    font-size: 14px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-weight: bold;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    font-family: "Comic Sans MS";
}