/*-------------------------------- 页尾的广告 ----------------------------------------*/
/*隐藏广告*/
/*
#ad_c1,#ad_t2,#under_post_news,#ad_c2,#under_post_kb,#HistoryToday{
	display:none;
}
#cnblogs_c1, #cnblogs_c2{
    display:none;
}
*/
/*------------------------------- 2016-10-9 18:54:58 ---------------------------------------------------------*/
/* 评论框 */
.blog_comment_body {
    word-wrap: break-word;
    overflow: hidden;
    color: #222;
}
/*------------------------------- 2016-10-23 00:32:12; ---------------------------------------------------------*/
/*显示头像*/
.avatar{
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:50%;
	background-image:url("https://pic.cnblogs.com/avatar/784924/20160819200820.png");
	background-size:contain;
	float:left;
}

/*修改代码框*/
.cnblogs_code span{
    font-size:1.3em !important
}

/*修改默认的语法高亮样式，让code不自动换行*/
.syntaxhighlighter code{
	white-space: nowrap;
}

/* 设置博文详情下面的点赞图标 */
.diggit {
	background: url('https://images.cnblogs.com/cnblogs_com/cc11001100/898804/o_voteBackgroundImage.png') no-repeat;
	background-position:16px 43px;
	width: 150px;
	height: 120px;
        margin-left: -150px;
        margin-top: -80px;
}

.buryit {
	display: none;
}

.diggnum {
	font-size: 25px;
	color: #999999;
	font-family: 'Microsoft Yahei';
}

/*------------------------------- 2018-5-20 01:25:19 ---------------------------------------------------------*/
/* 选中区域高亮 */
::selection{
	background: #262a30 !important;
	color: #fff !important;
}

/* 基础样式 */
* {
	font-family: "微软雅黑", "Avenir Next", "Avenir", 'Monda', "PingFang SC", "Microsoft YaHei", sans-serif !important;	
	color: #555 !important;
	text-align: justify !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: '微软雅黑', 'Roboto Slab', 'Monda', "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* 更好的阅读体验 */
.post {
	font-size: 16px;
	line-height: 2;
}
#cnblogs_post_body {
    font-size: 1.2em;
}
#cnblogs_post_body a {
	border-bottom: 1px solid #999 !important;
}
#cnblogs_post_body img {
    max-width: 100% !important;
}

#navigator {
	background-color: #FCFCFC !important;
}
.postDesc, .entrylistItemPostDesc {
	text-align: right !important;
}
.diggit {
	text-align: center !important;
}
.post img {
    margin: auto;
    border: 1px solid #ddd !important;
    cursor: pointer;
}
#sideBar {
	border: 1px solid #ddd !important;
}
/* 详情页标题居中 */
h1.postTitle {
    text-align: center !important;
}

/* 代码框大小 */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 13px !important;
}

/* 底部博文分类 */
#BlogPostCategory a {
    padding-left: 10px;
    padding-right: 10px;
}

#top_nav {
    display: none;
}

/* 导航栏上右侧的 */
.blogStats {
    margin-right: 50px;
}
#stats_article_count {
    display: none; 
}