/*博客统计*/
.blogStats {
    float: right;
    font-size:10px;
    color: #757575;
    margin-right: 2px;
    text-align: right;
}
/*博文编辑显示位置改变*/
#topics .postDesc {text-align:left;}
/*****h标题**************************/
#cnblogs_post_body
    {
        color: black;      
        font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
        font-size: 16px;
    }
    #cnblogs_post_body h1    {
        background: #2B6695;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 17px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 18px 0 !important;
        padding: 8px 0 5px 5px;
        text-shadow: 2px 2px 3px #222222;
    }
 #cnblogs_post_body h2{
        background: #2B6600;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        color: #FFFFFF;
        font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        line-height: 23px;
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        text-shadow: 2px 2px 3px #222222;
    }

/********************************************/






.code
{
    background: #fbedbb;
    border: #c0c0c0 1px solid;
    padding: 5px;
    margin: 0 40px 0 20px;
    font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;
}
#navigator {
  background-color: black;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  clear: both;
}
#div_digg {background-color: rgb(255, 255, 255);
border-bottom-color: rgb(111, 168, 51);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(111, 168, 51);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(111, 168, 51);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(111, 168, 51);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 2px;
bottom: 10px;
box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.498039) 1px 1px 6px 1px;
color: rgb(0, 0, 0);
display: block;
float: none;
font-family: 微软雅黑, 宋体, 黑体, Arial;
font-size: 12px;
height: 85px;
line-height: 21.6000003814697px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 30px;
margin-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
position: fixed;
right: 10px;
text-align: center;
width: 140px;}

div.commentform textarea {
  width: 100%;
  height: 100px;
  font-size: 13px;}


#under_post_kb{position: fixed;}
#under_post_news{position: fixed;}
#profile_block{border: 1px dotted #000; margin: 20px;color: #39716B;}
body{onload= "javascript:document.body.style.zoom= '80% '; "}

/* 博客签名 */
#MySignature {
	background:
		url("https://images.cnblogs.com/cnblogs_com/ooip/725410/o_bo.png")
		no-repeat 20px 40%;
	margin-top: 20px;
	padding: 10px 10px 10px 120px;
	box-shadow: 0px 0px 15px #aaa;
	border-radius: 25px;
	border: 1px dotted #FFD596;
}
#MySignature a {
	color: #FB9400;
}
/* 屏蔽广告 */
#site_nav_under,#ad_under_post_holder,#google_ad_c2,#google_ad_c1 {
	display: none;
}
.c_ad_block{display: none;}