/* 4chan/Textboard 风格古典画廊样式表 */

body {
    background-color: #ffffee;
    color: #800000;
    font-family: "MS PGothic", "Arial", sans-serif;
    font-size: 10pt;
    padding: 8px;
    margin: 0;
}

a {
    color: #34345c;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

.admin-bar {
    text-align: right;
    font-size: 9pt;
    color: #000000;
}

header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-title {
    color: #af0a0f;
    font-family: Tahoma, sans-serif;
    font-size: 24pt;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 0 5px 0;
}

.page-subtitle {
    font-size: 9pt;
    color: #000000;
    margin: 0;
}

hr {
    border: 0;
    border-top: 1px solid #b7c5d9;
    width: 100%;
    display: block;
    height: 1px;
    margin: 15px 0;
}

.post-hr {
    border-top: 1px dashed #d9bfb7;
    width: 90%;
    margin: 20px 0 20px 20px;
}

/* 画廊列表布局 */
.gallery-board {
    max-width: 1000px;
    margin: 0 auto;
}

.post {
    margin-bottom: 15px;
    padding-left: 20px;
}

.post-info {
    font-size: 9pt;
    color: #444444;
    margin-bottom: 8px;
}

.post-info .subject {
    color: #0f0c5d;
    font-weight: bold;
}

.post-info .poster {
    color: #117743;
    font-weight: bold;
}

.post-info .date {
    color: #000000;
}

.post-info .id {
    color: #444444;
}

.post-body {
    display: block;
    overflow: hidden;
}

/* 缩略图靠左排版 */
.thumbnail {
    float: left;
    border: 1px solid #34345c;
    margin: 5px 20px 10px 0;
    max-width: 250px;
    max-height: 250px;
    background-color: #ffffff;
    padding: 2px;
}

.comment {
    font-size: 10pt;
    color: #000000;
    padding-top: 5px;
    line-height: 1.4;
}

/* 清除浮动，保证下个项目不留白 */
.post::after {
    content: "";
    display: table;
    clear: both;
}

footer {
    text-align: center;
    font-size: 9pt;
    color: #777777;
    margin: 30px 0;
}
