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

body {
min-height: 101%;
font-size:17px;
}

body { 
     background-color: #efefef;
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
     padding-top:0px;
}

.postTitle, .entrylistPosttitle, .feedback_area_title{
font-size:18px;
}

pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    background: #000000 !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
    padding: 10px 15px !important;
    font-size: 15px!important;
    max-height: 720px;
}