pre {
            background: url("https://developer.cdn.mozilla.net/static/img/blueprint-dark.fd85a7a074ae.png") top center #fafbfc;
            border-left: 5px solid #558abb;
            font-family: consolas, monaco, "Andale Mono", monospace;
            white-space: pre;
            word-wrap: normal;
        }
body{
consolas, monaco, "Andale Mono", monospace;
font-size:15px;
}

#navigator, #blogTitle, #main, #footer{width:1200px;}
#mainContent{width:965px;}

div[id^="postlist_postbody"] h2,#cnblogs_post_body h2{
background: DodgerBlue   !important;
border-radius: 4px 4px 4px 4px !important;
padding: 5px 0px 5px 20px;
color: #FFFFFF;
}

#canvas{
    position: absolute;
    top: 0;
    left: -80px;
}
div[id^="postlist_postbody"] li,#cnblogs_post_body li{
   list-style-type: circle;
   margin:10px 0; 
}