/************************************************************ 统一设置 开始 ************************************************************/

/** 文字颜色 */
a:hover, /* 所有 a 标签鼠标悬停 */
#blogTitle h2:hover, /* 子标题 */
#sideBar .catListTitle, /* 左侧栏 -- 公共,搜索,常用链接,随笔分类,随笔档案 */
#blogCalendar td[align="center"] a, /* 左侧栏 -- 日历:发表过文章的日期 */
#des, /* 左侧栏 -- 记录,总结自己所遇到的问题 */
#daodil:hover, /* 底部 -- 到底儿啦 */
#mainContent .day .postTitle a, /* 首页 -- 文章标题 */
#mainContent .day .postCon .c_b_p_desc a, /* 首页 -- 文章标题 -- 阅读全文 */
#topics .postTitle2, /* 阅读全文 -- 标题 */
.entrylistTitle, /* 随笔分类 -- 随笔分类标题 */
.entrylistPosttitle a, /* 随笔分类 -- 文章标题 */
.entrylist .c_b_p_desc_readmore /* 随笔分类 -- 文章 -- 阅读全文 */
{
    color: #23b2dd !important;
}

/** 边框颜色 */
#q:hover, /* 左侧栏 -- 搜索 */
#q:focus, /* 左侧栏 -- 搜索 */
#mainContent .day .postTitle, /* 首页 -- 文章标题 */
.entrylistPosttitle
{
    border-color: #23b2dd;
}
/* 评论框 */
#tbCommentBody:hover {
    border-color: #23b2dd !important;
}

/** 背景颜色 */
.CalTodayDay  /* 左侧栏 -- 日历:今天 */
{
    background: #23b2dd !important;
}
/* 提交评论 */
.comment_btn {
    background: #23b2dd;
}

/* 其它 */
body {
    font-size: 13px;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(https://images.cnblogs.com/cnblogs_com/ping-hor/1012513/o_bg.png);
}
#home {
    border-radius: 15px;
}
input {
    outline: none;
}

/************************************************************ 统一设置 结束 ************************************************************/


/************************************************************ 首页 开始 *****************************************************************/
/* 子标题 */

/* 导航 -- 随笔、文章、评论 */
#blog_stats {
    display: none;
}

/* 文章边框 */
#mainContent .day {
    /* border: 1px solid #23b2dd;
    padding: 20px; */
    background: url(https://images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_bg-diag.png) bottom repeat-x;
    padding: 20px;
}

/** 文章标题 */
/* 摘要 */
#mainContent .day .postCon .c_b_p_desc {
    margin-left: 20px;
    color: #555;
}
/* 阅读全文 */
#mainContent .day .postCon .c_b_p_desc a {
    text-decoration: none;
    float: right;
}
/* posted */
#mainContent .day .postDesc {
    width: auto;
    background: none;
    float: right;
    color: #c3c3c3;
}
#mainContent .day .postDesc a {
    color: #c3c3c3;
}

/* 左侧栏 -- 日历 */
#blog-calendar {
    border: 0px;
}
/* 发表过文章的日期 */
#blogCalendar td[align="center"] a u {
    text-decoration: none;
    border: 1px solid;
}
#blogCalendar td[align="center"] a:hover {
    text-decoration: none;
}
/* 下一页 按钮 */
.CalNextPrev[align="right"] a {
    margin-right: 6px;
}

/************************************************************ 首页 结束 *****************************************************************/


/************************************************************ 阅读全文 开始 ************************************************************/

/* 标题 */
#topics .postTitle2:hover {
    margin-left: 0;
}

/* 内容中的 a 标签 */
#cnblogs_post_body a {
    text-decoration: none;
}

/* 头像区域 */
#author_profile {
    display: none;
}

/* 上下篇 a 标签 */
#post_next_prev a {
    text-decoration: none;
    color: #555;
}

/* posted */
#topics .postDesc {
    text-align: right;
    color: #c3c3c3;
}
#topics .postDesc a {
    color: #c3c3c3;
}

/* 底部分隔线 */
#topics {
    background: url(https://images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_bg-diag.png) bottom repeat-x;
    margin-bottom: 30px;
    padding-bottom: 16px;
}

/************************************************************ 阅读全文 结束 ************************************************************/


/************************************************************ 随笔分类 开始 ************************************************************/

/* 随笔分类描述 */
.entrylistDescription {
    color: #555;
}

/* 文章摘要 */
.entrylist .c_b_p_desc {
    margin-left: 20px;
    color: #555;
}
/* 阅读全文 */
.entrylist .c_b_p_desc_readmore {
    text-decoration: none;
    float: right;
}
/* posted */
.entrylist .entrylistItemPostDesc {
    width: auto;
    background: none;
    float: right;
    color: #c3c3c3;
}
.entrylist .entrylistItemPostDesc a {
    color: #c3c3c3;
}

/************************************************************ 随笔分类 结束 ************************************************************/

/** 返回顶部 */
#btnTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
        color: #23b2dd;
        background: #f7f7f7;
	text-decoration: none;
	padding: 3px;
	font-size: 13px;
	transition: all 0.4s;
	display: none;
}
#btnTop:hover {
	color: #fff !important;
        background: #23b2dd;
	right: 20px;
}
#btnTop,
#btnTop:hover {
    border: 1px solid #23b2dd;
}