/* 隐藏顶部导航 */
#top_nav {
    display:none;
}

/* 隐藏页脚 */
.footer {
    display: none;
}

/* 博客标题字体 */
a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

/* 菜单字体 */
.menu {
    font-size: 14px;
    font-weight: bold;
}

/* 正文字体（摘要）*/
body {
    font-size: 14px;
}

/* 段落字体 */
p {
    font-size: 14px;
}

/* 代码字体&背景透明 */
code.hljs {
    font-size: 14px;
    background-color: transparent;
}

/* 文章标题字体&底纹 */
.postTitle {
    background-color: #EFEFEF;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 0px;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}

/* 文章H1标题字体 */
.postTitle h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 文章H1标题字体 去掉左侧间隔 */
h3 {
    padding-left: 0px;
}

/* 博客侧边栏字体 */
li {
    font-size: 14px;
}

/* 积分与排名字体 */
.newsItem {
    font-size: 14px;
}

/* 返回顶部 */
.backToTop {
     border: 1px dashed;
     display: none;
     width: 18px;
     line-height: 1.2;
     padding: 5px 0;
     background-color: #fff;
     color: #000;
     font-size: 12px;
     text-align: center;
     position: fixed;
     _position: absolute;
     right: 10px;
     bottom: 100px;
     _bottom: "auto";
     cursor: pointer;
     opacity: .6;
     filter: Alpha(opacity=60);
}
