@charset "utf-8";

/* === YOTSUBA B (blue board) === */

/* === BODY === */
body {
    background: #EEF2FF linear-gradient(to bottom, #B7C5D9 0%, #EEF2FF 200px) top center no-repeat;
    background-size: 100% 200px;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 5px 0 0;
    padding: 0 5px;
}

/* === LINKS === */
a, a:visited {
    color: #34345C;
}

a:hover {
    color: red !important;
}

/* === BOARD NAVIGATION (header + footer) === */
#boardNavDesktop,
#boardNavDesktopFoot {
    font-size: 9pt;
    color: #7585A8;
    display: block;
}

#boardNavDesktopFoot {
    clear: both;
    padding-top: 10px;
    padding-bottom: 3px;
}

#boardNavDesktop a,
#boardNavDesktopFoot a {
    font-weight: normal;
    padding: 1px;
    text-decoration: none;
    color: #34345C;
}

/* === BOARD BANNER === */
.boardBanner {
    text-align: center;
    clear: both;
}

.boardBanner img.title {
    border: 1px solid #34345C;
    margin: 5px 0;
    width: 300px;
    height: 100px;
    max-width: 100%;
}

.boardBanner > .boardTitle {
    font-family: Tahoma, sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-top: 0;
}

.boardBanner > .boardSubtitle {
    font-size: x-small;
}

/* === HR === */
hr {
    border: none;
    border-top: 1px solid #B7C5D9;
    height: 0;
}

/* === POSTS (general) === */
.post {
    margin: 4px 0;
    overflow: hidden;
}

.postInfo {
    display: block;
}

.postInfo input[type="checkbox"] {
    margin: 0 2px;
}

.name {
    color: #117743;
    font-weight: bold;
}

.subject {
    color: #0F0C5D;
    font-weight: bold;
}

.dateTime {
    color: inherit;
}

.postNum a {
    text-decoration: none;
    color: #34345C;
}

.postNum a:hover {
    color: red !important;
}

/* === REPLY CARDS === */
.post.reply {
    background-color: #D6DAF0;
    border: 1px solid #B7C5D9;
    border-left: none;
    border-top: none;
    display: table;
    padding: 2px;
}

.post.reply .postInfo {
    padding: 2px;
}

.post.reply blockquote {
    margin: 4px 8px 4px 16px;
}

/* === BLOCKQUOTE === */
blockquote {
    margin: 1em 1em 1em 2em;
    padding: 0;
    color: inherit;
}

/* === GREEN TEXT === */
.quote {
    color: #789922;
}

/* === QUOTELINKS === */
.quotelink {
    color: #34345C !important;
    text-decoration: none;
}

.quotelink:hover {
    color: red !important;
    text-decoration: underline;
}

/* === FILE / THUMBNAIL === */
.file {
    display: block;
}

.fileThumb {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.fileThumb img {
    border: none;
    max-width: 150px;
    max-height: 150px;
}

.post.reply .fileThumb {
    float: none;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.post.reply .fileThumb img {
    max-width: 125px;
    max-height: 125px;
}

/* === EMBED === */
.embedLink {
    font-size: x-small;
    vertical-align: middle;
    cursor: pointer;
    color: #34345C;
    text-decoration: none;
}

.embedLink:hover {
    color: red;
}

.embedContainer {
    display: none;
    margin: 8px 0;
    clear: both;
}

.embedContainer.visible {
    display: block;
}

.embedContainer iframe {
    border: none;
    max-width: 100%;
}

/* === ABSBOT (footer disclaimer) === */
#absbot {
    text-align: center;
    font-size: x-small !important;
    padding-bottom: 4px;
    padding-top: 10px;
    color: #34345C;
    clear: both;
}

.absBotDisclaimer {
    color: #34345C;
}

/* === THEME SWITCHER === */
.themeSwitcher {
    float: right;
}

.themeSwitcher select {
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #34345C;
    background-color: #EEF2FF;
    border: 1px solid #B7C5D9;
}

/* === MOBILE === */
@media only screen and (max-width: 480px) {
    .boardBanner img.title {
        width: 150px;
        height: 50px;
    }

    .boardBanner > .boardTitle {
        font-size: 22px;
    }

    .post.reply {
        display: block;
    }

    blockquote {
        margin: 10px !important;
    }

    .fileThumb {
        margin-left: 5px !important;
        margin-right: 10px !important;
    }

    .fileThumb img {
        max-width: 100px !important;
        max-height: 100px !important;
    }
}
