body
{
    background-color: #eee;
}

/* 卡片消除圆角 */
.newsItem, #blog-calendar,
.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory,
.catListTitle,
.day
{
    border-radius: 0;
}

/* 博客介绍 */
#blogTitle h2
{
    font-size: .9em;
}

/* 顶部导航栏 */
#navList a
{
    font-size: 1em;
}

.blogStats
{
    font-size: 13px;
}

/* 主体宽度 */
#main
{
    max-width: 1200px;
    margin: 0 auto;
}

/* 侧边栏 个人信息+日期 卡片 */
.newsItem, #blog-calendar
{
    background-color: #fff;
}

/* 侧边栏 个人信息 */
#profile_block
{
    line-height: 2em;
}

/* 侧边栏 日期导航 每行 */
#blog-calendar tr
{
    height: 2em;
}

/* 侧边栏 日期导航 年月 */
.CalTitle
{
    border: none;
}

/* 日历 */
.Cal
{
    color: #000;
}

/* 发表过内容的日 */
#blog-calendar td a,
#blog-calendar td u
{
    display: block;
    height: 2em;
    line-height: 2em;
    color: blue;
}
#blog-calendar a u
{
    text-decoration: none;
}
#blog-calendar a:hover
{
    text-decoration: none;
    transition: all .2s;
}
#blog-calendar u:hover
{
    transition: all .2s;
    background-color: #000;
    color: #fff;
}

/* 日 今天*/
#blog-calendar .CalTodayDay u
{
    color: #fff;
    background-color: #000000b3;
}

/* 侧边栏 搜索 卡片 */
#sidebar_search
{
    background-color: #fff;
}

/* 侧边栏小标题 */
.catListTitle
{
    background-color: #fff;
    color: #000;
    font-size: 1em;
    text-shadow: none;
    font-weight: 600;
}

/* 侧边栏内容 */
#sideBarMain ul
{
    background-color: #fff;
}


/* 首页文章列表不显示日期 */
.dayTitle
{
    display: none;
}

/* 首页文章列表标题 */
.postTitle a:link, .postTitle a:visited, .postTitle a:active
{
    color: #000;
}

/* 首页文章列表 摘要 */
.postCon
{
    padding: 30px 0;
}
.c_b_p_desc
{
    line-height: 2em;
}

/* 首页文章列表 操作 */
.postDesc
{
    font-size: 13px;
}

/* 文章详情页 */
/* 文章详情页文章标题+内容 */
.post
{
    font-size: 1rem;
}

/* 文章详情页文章标题 */
#topics .post .postTitle
{
    font-size: 180%;
}

/* 文章详情页内容+信息 */
.post .postBody
{
    line-height: 1.7rem;
}

.red-abc
{
    color: red;
    font-family:courier;
}

/* 文章详情页内容 不加信息 */
.post #cnblogs_post_body
{
    margin-bottom: 100px;
    margin-top: 30px;
}

.post #cnblogs_post_body blockquote
{
    background: none;
    padding: 5px 10px;
    line-height: 1rem;
    color: #ccc;
}