/*推荐框 浮动*/
#div_digg { 
    background-color: white; 
    border: 1px solid #CCCCCC; 
    bottom: 0; 
    padding: 10px; 
    margin-right: 20px;
    margin-bottom: 5px;  
    position: fixed; 
    right: 0; 
    text-align: center; 
    z-index: 1000; 
} 

 /*绿色通道 浮动*/
#green_channel{ 
    background-color: white; 
    border: 1px solid #CCCCCC; 
    bottom: 0; 
    left: 0;
    padding: 10px; 
    margin-left: 10px;
    margin-bottom:5px; 
    position: fixed; 
    text-align: center; 
    z-index: 1000; 
} 

 /*签名，版权信息*/
#MySignature {
    background: url("https://www.cnblogs.com/images/cnblogs_com/nsky/449967/t_520.jpg") no-repeat scroll 1% 50% #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 10px 10px 10px 80px;
   }
#MySignature {
    margin-top: 0px;
}
/*页面代码的宽度*/
.cnblogs_code pre {
    max-width: 100%;
}

/*51la统计信息图片样式*/
.la51{
position: absolute; top: 5px;;line-height:12px;
}

/*CNZZ统计信息图片样式*/
.cnzz img{
position: fixed; right: 2px; bottom: 3px
}
/*顶部：代码改变世界 字体*/
a.minyx{
margin-left:16px;
}
/*标题的高度：Game Boy*/
div#header h1{
line-height:21px;
}
/*子标题内容间距*/
div#header h1 small{
letter-spacing:1px;
}
/*博客列表右边显示宽度*/
/*div#sidebar {
    float: right;
    padding-bottom: 0;
    position: static;
    right: 0;
    top: 0;
}
	
	/*div#content {
    float: left;
    margin-right: 0;
    min-height: 0;
    overflow: hidden;
    width:800px;
    margin-right: 465px;
    min-height: 600px;
}
*/

/*用于显示code效果*/
#cnblogs_post_body .cnblogs_code{
    background: #fdfefd none repeat scroll 0 0 !important;
    color:#e96900;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    display: inline-block;
    font-family: "Courier New",sans-serif !important;
    font-size: 12px !important;
    line-height: 1.8;
    margin: 1px 5px;
    padding: 0 5px !important;
    vertical-align: middle;
    font-family: monospace,monospace;
    font-size: 1em;
}

/*博客h1标题*/
#cnblogs_post_body h1{
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
 border-bottom: medium none;
 border-radius: 7px;
/* line-height:2em;*/
/*background:#55895b;*/
background:#47505f;
color:#fff;
padding-left:10px
}
.cnblogs_code
{
border:1px dashed #cccccc;
}
/*#cnblogs_post_body h1 ::before
{
  content:"☂   ";
}*/