

/*2025-05-13，主题为UnlimitedSunlight*/
/*博客标题*/
#blogTitle a {
    color: #000000;
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
}
/*博客小标题*/
#blogTitle h2 {
    float: left;
    width: 740px;
    margin: 0;
    border: none;
    padding: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
/*导航栏*/
#navList a {
    float: left;
    margin: 0;
    border-right: #ccc 1px dashed;
    padding: 0 10px 0 10px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
/*文章标题*/
.postTitle a {
    color: #000000;
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
}
/*阅读全文*/
.postCon a {
    color: #BEBEBE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}

/*文章点进去后的文章标题*/
#topics .postTitle a {
    color: #000000;
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

/*博客内容页面的大小重新设计*/
#header {
    width: 1200px;
}
#main {
    width: 1200px;
}
#mainContent {
    width: 950px;
}
#mainContent .forFlow {
    width: 950px;
}
#topics {
    width: 950px;
}
#topics .postTitle {
    width: 900px;
}
.postBody {
    width: 900px;
}

/*博客文章列表页宽度设计*/
.day {
    width: 900px;
    margin-top: 10px;
}
.postTitle {
    width: 900px;
}
.postCon {
    width: 900px;
}
.postDesc {
    width: 900px;
} 
/*点合集后的页面宽度设计*/
.entrylistTitle .category-crumb-item, .entrylistTitle a.category-crumb-item:visited
{
    font-weight: bold;
}
.entrylistTitle, .PostListTitle {
    color: #000000;
    width: 900px;
}
.entrylistPosttitle a {
    color: #000000;
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
    font-size: 22px;
}
.entrylistDescription {
    width: 900px;
}
.entrylistItem {
    width: 900px;
}
.entrylistPosttitle {
    width: 900px;
}
.entrylistPostSummary {
    width: 900px;
}
.entrylistItemPostDesc {
    width: 900px;
}
/*点合集后的阅读全文*/
.entrylistPostSummary a {
    color: #BEBEBE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}
/*评论区字体颜色*/
.feedbackListSubtitle {
    color: #90C0D8;
}
.feedbackListSubtitle a {
    color: #3060C0;
}
.feedbackCon {
    color: #494949;
}
.blog_comment_body {
    font-size: 16px;
}

/*2025-05-13之前注释*/
/*背景图片*/
/* #home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background-color: #e2ddc7;
    background-image: url(images/banner.jpg);
    background-position: top center;
    background-repeat: no-repeat
} */
