.cnblogs_code pre {
font-family: Courier New!important;
font-size: 16px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 16px!important;
line-height: 1.5!important;
}


.cnblogs_code,.cnblogs_code span{
    font-size:16px!important;
}
.syntaxhighlighter a, .syntaxhighlighter div,
.syntaxhighlighter code, .syntaxhighlighter table,
.syntaxhighlighter table td, .syntaxhighlighter table tr,
.syntaxhighlighter table tbody, .syntaxhighlighter table thead,
.syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 16px!important;
}

body {
    color: #000;
    background: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 101%;
    background: url(https://www.cnblogs.com/skins/BlackLowKey/images/body_bg.jpg) top center no-repeat #000;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 36px;
    text-shadow: 3px 3px 3px #003d44;
}

#blogTitle h2 {
    margin-top: 2em;
    margin-left: 8em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 16px;
}

#home {
    margin: 0 auto;
    width:1150px;
}

#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 900px;
    background: #fff;
}