/* ============================================================
   forum.css — 槐川七中校园BBS(旧论坛)
   无相校规 · 2000 年代 BBS 风格(Discuz 式)
   阶段:PHASE 04
   规格:920px 居中 / 帖子正文 12px / 用户区 150px
   配色:延续旧站深蓝 #003c8f 系
   动画:无特殊动画,仅链接 hover 与极轻加载
   ============================================================ */

body.forum-site {
    background-color: #e8e5dc;
    font-size: 12px;
}

table.forum-wrap {
    width: 920px;
    margin: 10px auto 16px auto;
    border: 1px solid #999999;
    background-color: #ffffff;
}

table.forum-wrap td {
    border: 0;
    padding: 0;
}

/* ---- 论坛顶栏 ---- */
.f-topbar {
    background-color: #003c8f;
    color: #ffffff;
    padding: 8px 12px;
    border-bottom: 2px solid #00265c;
}

.f-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.f-sub {
    font-size: 11px;
    color: #c9daf5;
    margin-top: 2px;
}

/* ---- 论坛导航 ---- */
.f-nav {
    background-color: #eef2f8;
    border-bottom: 1px solid #999999;
    padding: 5px 10px;
    font-size: 12px;
}

.f-nav a {
    color: #003c8f;
    text-decoration: none;
}

.f-nav a:hover {
    text-decoration: underline;
}

/* ---- 版块列表 / 帖子列表 ---- */
table.f-board {
    width: 100%;
    border-collapse: collapse;
}

table.f-board th,
table.f-board td {
    border: 1px solid #999999;
    padding: 5px 8px;
    font-size: 12px;
}

table.f-board th {
    background-color: #d9e2ef;
    color: #003c8f;
}

.f-board a {
    color: #003c8f;
    text-decoration: none;
}

.f-board a:hover {
    text-decoration: underline;
}

.f-hot {
    font-weight: bold;
}

.f-muted {
    color: #888888;
}

.f-del {
    color: #999999;
}

/* ---- 帖子页 ---- */
.f-post-head {
    background-color: #eef2f8;
    border-bottom: 1px solid #999999;
    padding: 8px 12px;
}

.f-post-title {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.f-post-meta {
    font-size: 11px;
    color: #666666;
    margin-top: 3px;
}

/* 楼层 */
table.f-post {
    width: 100%;
    border-collapse: collapse;
}

table.f-post td {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    font-size: 12px;
}

.f-user {
    width: 150px;
    background-color: #f4f4f0;
    border-right: 1px solid #cccccc;
    vertical-align: top;
    padding: 10px 8px;
    text-align: center;
}

.f-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 6px auto;
    border: 1px solid #999999;
    background-color: #ffffff;
    font-size: 26px;
    line-height: 58px;
    color: #666666;
}

.f-username {
    font-size: 13px;
    font-weight: bold;
    color: #003c8f;
}

.f-userinfo {
    font-size: 11px;
    color: #666666;
    margin-top: 4px;
}

.f-body {
    vertical-align: top;
    padding: 8px 12px;
}

.f-floor {
    float: right;
    font-size: 11px;
    color: #999999;
}

.f-post-time {
    font-size: 11px;
    color: #666666;
    margin-bottom: 6px;
}

.f-content {
    font-size: 12px;
    line-height: 1.7;
    color: #222222;
}

/* 编辑记录 */
.f-edit-note {
    margin-top: 8px;
    font-size: 11px;
    color: #999999;
}

/* 被删除回复 */
.f-deleted {
    color: #999999;
    font-style: italic;
}

/* 提示页(帖子不存在等,禁止白屏) */
.f-notice {
    padding: 40px 20px;
    text-align: center;
}

.f-notice .big {
    font-size: 18px;
    font-weight: bold;
    color: #003c8f;
    margin-bottom: 10px;
}

.f-notice p {
    margin: 6px 0;
    font-size: 12px;
}

.f-notice a {
    color: #003c8f;
    text-decoration: none;
}

.f-notice a:hover {
    text-decoration: underline;
}

/* ---- 论坛页脚 ---- */
.f-footer {
    background-color: #efece4;
    border-top: 1px solid #999999;
    padding: 8px 6px;
    text-align: center;
    font-size: 11px;
    line-height: 1.9;
    color: #555555;
}

.f-footer a {
    color: #003c8f;
}
