@font-face {
    font-family: cubic;
    src: url(/font/Cubic_11_1.010_R.woff);
}

html, body {
    overflow-x: hidden;
}

body {
    background-image: url('/image/library-bg.jpg');
    background-size: 20%;
}

h1 {
    text-align: left;
    font-family: 'cubic';
}

.vine {
    top: -60px
}

/* 同 help 頁版型:bg.jpg 背景 + vine(help.css)+ 黑色圓角面板盛裝內容。
   內容純 SSR、永遠可見(不套 help-container 的 display:none 漸進顯示)。 */
.board-panel {
    background-color: rgba(0, 0, 0, 0.88);
    border-radius: 15px;
    max-width: 820px;
    margin: 60px auto 20px;
    padding: 30px 40px 40px;
    position: relative;
    overflow-wrap: break-word;
    font-family: 'en', 'cubic';
}

.board-panel a {
    color: #abcdef;
    text-decoration: none;
}

.board-panel a:hover {
    color: #ffffff;
}

.board-crumb {
    font-size: 14px;
    margin: 0 0 20px;
    color: #999;
}

.board-crumb a {
    text-decoration: none;
}

.board-meta {
    color: #999;
    font-size: 14px;
    margin: 4px 0 20px;
    text-align: left;
}

.board-msg p {
    line-height: 1.7;
    margin: 0.8em 0;
    white-space: break-spaces
}

.board-msg blockquote {
    margin: 0.8em 0;
    padding: 2px 12px;
    border-left: 3px solid #666;
    color: #00ac00;
    line-height: 1.6;
}

table.board-list {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
}

table.board-list th, table.board-list td {
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #3a3a3a;
    vertical-align: top;
    font-weight: 'cubic';
}

table.board-list th {
    color: #aaa;
    font-weight: normal;
    font-family: 'cubic';
}

table.board-list th:nth-child(3) {
    text-align: right;
}

table.board-list td.bl-date {
    white-space: nowrap;
    color: #888;
    font-size: 13px;
}

table.board-list td.bl-author {
    white-space: nowrap;
    color: #888;
    font-size: 13px;
    text-align: right;
}

.board-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0px 0 8px;
    font-size: 14px;
}

.board-nav a {
    text-decoration: none;
}

.board-cards a.board-card {
    display: block;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 12px 0;
    text-decoration: none;
}

.board-cards a.board-card:hover {
    border-color: #888;
}

.board-cards .bc-name {
    font-size: 20px;
    font-weight: bold;
}

.board-cards .bc-info {
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}

.board-msg {
    font-size: 17px;
}

@media (max-width:700px) {
    .board-panel {
        margin-top: 40px;
        padding: 18px 14px 24px;
        border-radius: 0;
    }

}

article {
    margin-top: 40px;
}

.post-link a {
    color: #666;
}

.post-link {
    margin-top: 40px;
    color: #666;
}
