/*自定义格式*/
.cnblogs-markdown code, .cnblogs-post-body code {
	background-color: #e3f9f9 !important;
	border: 1px solid #aad5cf !important;
}
#main h2 {
	font-size: 30px;
}
#top {
	background: #4a934e;
}
body {
	background: #caecb2;
        background-color:whitesmoke;
}
#main {
	background: #f6fff4;
}
div.post {
	background: #fafbff;
}
#cnblogs_post_body p {
    margin: 18px auto;
    color: #000;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 16px;
    text-indent: 0;
    margin-right: 45px;
	margin-left: 20px;
}
#rightmenu {
	padding-left: 5px;
}
div.commentform textarea {
	width: 900px;
	height: 120px;
}
div.commentform input.author, div.commentform input.email, div.commentform input.url {
	width: 150px;
}
.c_ad_block {
	display: none;
}
#ad_t2 {
	display: none;
}
body {
	cursor: url('https://somethingothers.oss-cn-beijing.aliyuncs.com/busy%202.cur'), default;
}
    /*markdown 代码样式*/
    tt, code, kbd, samp {
    font-family: consolas;
    }
    .prettyprint, pre.prettyprint {
    background-color:#272822;
    border:1px solid #272822;
    overflow: hidden;
    margin:10px0;
    font-family:Helvetica,"Hiragino Sans GB","微软雅黑","Microsoft YaHei UI",SimSun,SimHei, arial, sans-serif;
    }
    .prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    }
    .prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left:28px!important;
    margin:0000px;
    }
    .prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left:12px;
    color:#bebec5;
    line-height:20px;
    margin-left:0;
    margin:5px;
    list-style:decimal;
    }
    .prettyprint .com {
    color:#93a1a1;
    }
    .prettyprint .lit {
    color:#AE81FF;
    }
    .prettyprint .pun,.prettyprint .opn,.prettyprint .clo {
    color:#F8F8F2;
    }
    .prettyprint .fun {
    color:#dc322f;
    }
    .prettyprint .str,.prettyprint .atv {
    color:#E6DB74;
    }
    .prettyprint .kwd,.prettyprint .tag {
    color:#F92659;
    }
    .prettyprint .typ,.prettyprint .atn,.prettyprint .dec,.prettyprint .var{
    color:#A6E22E;
    }
    .prettyprint .pln {
    color:#66D9EF;
}
#cnblogs_post_body p {
	font-size: 14px;
}
}