/* global */
body {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 50px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
    color: hsl(221, 87%, 60%);
}

a:visited {
    color: hsl(221, 50%, 60%);
}

hr {
    border-top: 0;
    border-left: 0;
}
/* global END */

/* 页面配置 STAET*/


#lnkBlogLogo {
    /* 不知道是啥，有个1x1的图片，先隐藏 */
    display: none;
}

#mainContent, #sideBar {
    /*给顶部一个像素，否则子元素magin会撑开它*/
    padding: 1px 14px;
    max-width: 680px;
    margin: 0 auto;

}
#header {
    display: none;
}

/* 列表 */
#myposts .PostList .postTitl2, 
.day .postTitle, 
.entrylist .entrylistPosttitle {
    margin-top: 15px;
}
#myposts .PostList .postTitl2 a, 
.day .postTitle a , 
.entrylist .entrylistPosttitle a{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.day .postCon, 
.entrylist .entrylistPostSummary{
    margin-top: 5px;
    font-size: 16px;
    color: #3a3a3a;
}
#myposts .PostList .postDesc2, 
.day .postDesc, 
.entrylist .entrylistItemPostDesc{
    margin-top: 5px;
    font-size: 14px;
    color: #aaa;
}

#myposts .PostList {
    font-size: 16px;
}

/* 详情页 */
#post_detail #topics .post .postTitle a {
    color: #000;
    text-decoration: none;
}
#post_detail #topics .post .postBody {
    position: relative;
}

#footer {
    text-align: center;
}
/* 页面配置 END*/


/* 代码配置 STAET */

/* 单个词 */
#post_detail #topics .post .postBody :not(pre)>code {
    font-size: 16px;
    padding: 1.6px 4.8px;
    line-height: normal;
    background-color: rgb(245, 245, 245);
    margin: 0;
    border: 0;
    border-radius: 0.3em;
}
/* 多行 */
#post_detail #topics .post .postBody pre {
    background-color: rgb(245, 245, 245);
}
#post_detail #topics .post .postBody pre>code {
    border: 0;
    border-radius: 0.3em;
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    font-family: "Fira Code","Fira Mono",Menlo,Consolas,"DejaVu Sans Mono",monospace;
}
/* 代码配置 END */
