a {
    color:#0090d2 !important;
  }
  .title a {
    display:none;
  }
  
  div.title::before {
    content:"浮云"
  }
  
  .newsItem {
    display:none;
  }
  
  #navigator {
    background: #0090d2;
    border: none;
    color: #fff;
    height: 45px;
    line-height: 45px;
    width:80%;
    margin:0 auto;
    bottom:0;
    margin-top:39px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding:0;
  }
  
  #navigator a {
    color:#fff !important;
    font-size:14px;
    padding:0 10px;
  }
  
  #navigator a:hover {
    text-decoration: underline;
  }
  
  #header {
     background: #0063a6 none repeat scroll 0 0;
     height: 150px;
     width: 100%;
    position:relative;
    overflow: hidden;
  }
  
  #blogTitle {
    width:80%;;
    margin:0 auto;
    color:#fff;
  }
  
  #main {
    width:80%;
    margin:0 auto;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  #main > * {
    float:none;
  }
  
  .blogStats {
    color:#fff;
  }
  
  #sideBar {
    position:relative;
    width:100%;
    display:block !important;
    top:0;
    padding:10px 0 50px;
    border:0 none;
    border-top:1px solid #fff;
    background-color:#f6f6f6;
  }
  
  #mainContent {
    margin-right: 0;
    border-bottom:1px solid #eee;
  }
  
  .forFlow {
    padding-bottom:30px;
    overflow: hidden;
  }
  
  #post_detail {
    border-top:1px solid #fff;
  }
  
  .postTitle a {
    font-size:22px;
    color:#0090d2;
  }
  
  #footer {
    height:60px;
    line-height: 60px;
  }

#navList {
padding-left:40px;
}
  #under_post_news,#google_ad_c2,#HistoryToday,#under_post_kb,#calendar,#sidebar_search,#sidebar_recentcomments,#sidebar_topcommentedposts,#sidebar_topdiggedposts {
    display:none;
  }
  
  #blog-sidecolumn > * {
    float:left;
    width:20%;
    margin-left:4%;
  }

.postTitle {
padding-bottom:20px;
margin-bottom:20px;
}

#cnblogs_post_body p {
text-indent:2em;
margin:15px 0 !important;
}

code {
    -moz-tab-size: 2;
    border: 1px solid #777;
    padding: 3px 4px;
  background1: linear-gradient(to bottom,  #fff 0%,#eee 100%); /* W3C */
  background-color:#fff !important;
}
pre, code, var, kbd, samp {
    font-family: Monaco,Lucida Console,monospace;
    font-size: 12px;
  background-color:#f6f6f6;
  border-radius:2px;
}
  
*::-moz-selection {
    background: #007cd6 none repeat scroll 0 0;
    color: #fff;
}


#cnblogs_post_body h3 {
    font-family: arial,"microsoft yahei";
    font-weight: bold;
    text-shadow: 1px 1px #f6f6f6;
}
  .note, #about {
    background: #fff4cc url("https://developer.cdn.mozilla.net/static/img/blueprint-dark.png") repeat scroll 0 0;
    padding: 0.5em;
    border-left: 5px solid #ffe070;
}
  
  
pre {
    background: #666 none repeat scroll 0 0;
    color: #e6e1dc;
    padding: 10px;
}

.cnblogs_code pre {
background: #fff;
    color: #444;
}

table td pre,table td pre * {
border:0 none !important;
background:#fff !important;
color:#333 !important;
padding:0 !important;
font-size:12px !important;
}
table td{
padding:2px 10px !important;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
  
  pre code {
    color:#fff;
    background-color:#666 !important;
    border:0 none;
  }
  
  .mytip {
    background: #fafbfc url("https://developer.cdn.mozilla.net/static/img/blueprint-dark.png") repeat scroll 0 0;
    padding: 0.5em;
    border-left: 5px solid #558abb;
  }

table {
margin:20px;
}

table thead td {
font-weight:bold;
}

table tr td:first-child {
font-weight:bold;
}