/*设置代码块儿的字体 start*/
.cnblogs_code pre {
font-family: Courier New!important;
font-size: 14px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 14px!important;
line-height: 1.5!important;
}
/*设置代码块儿的字体 end*/

/*标题背景色带代码 start*/
#cnblogs_post_body h1 {
     background: gray !important;
     background: yellow !important;
     border-radius: 4px 4px 4px 4px !important;
     box-shadow: 0 0 0 1px ##1d1626, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);  //5F5A4B
     color: #1d1626; //#FFFFF0
     font-family: "微软雅黑", "宋体", "黑体", Arial;
     font-size: 17px;
     font-weight: bold;
     margin: 10px 5px 15px 0px;
     padding: 5px 0 5px 30px;
}
#cnblogs_post_body h2 {
     background: gray !important;
     background: #406CA4 !important;
     border-radius: 4px 4px 4px 4px !important;
     box-shadow: 0 0 0 1px ##1d1626, 1px 1px 6px 1px rgba(10, 10, 0, 0.5); //5F5A4B
     color: #11264f; //#FFFFF0
     font-family: "微软雅黑", "宋体", "黑体", Arial;
     font-size: 17px;
     font-weight: bold;
     margin: 15px 0 !important;
     padding: 5px 0 5px 20px;
}

h1 a:visited, 
h1 a:link {  
   color : green;  
} 
#top   
{  
  color : red;  
}

/*标题背景色带代码 end*/