@font-face {
    font-family: "Pixel Operator";
    src: url("/static/css/PixelOperator.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    background-color: #f2df9b;
    background-image:
        linear-gradient(0deg, rgba(255,255,255,.10) 50%, transparent 50%),
        linear-gradient(90deg, rgba(255,255,255,.10) 50%, transparent 50%);
    background-size: 8px 8px;

    color: #4b3313;

    position: relative;
    z-index: 1;

    font-family: "Pixel Operator";
}

a {
    color: #8b5a2b;
    text-decoration: none;
}

a:hover {
    color: #ffe07a;
    text-shadow: 1px 1px #5c3a00;
}

hr {
    border: none;
    height: 2px;
    background:
        repeating-linear-gradient(
            90deg,
            #b9852d 0 8px,
            #7c5522 8px 16px
        );
}

.logo {
    color: #8b5a2b;
    font-weight: bold;
}

.reflink a:hover {
    font-weight: bold;
}

.replymode,
.catalogmode,
.manageinfo,
.passvalid,
.postblock {
    color: #fff8e5;
    padding: 4px 8px;
    border: 2px solid #5a3d18;

    box-shadow:
        inset 2px 2px #f5d27b,
        inset -2px -2px #805421;

    font-weight: bold;
    letter-spacing: .5px;
}

.replymode,
.manageinfo,
.passvalid,
.postblock {
    background: #b57a2d;
}

.catalogmode {
    background: #9b6a25;
}

.errormessage {
    background: #fff2be;
    color: #654200;

    border: 2px solid #b7861d;

    box-shadow:
        inset 2px 2px #fff9df,
        inset -2px -2px #e0bc54;

    padding: 6px;
}

.globe {
    color: #8b5a2b;
}

.postarea table,
.hoverpost,
.message .touchreflink,
.postlists,
.reply {

    background: #fff8e5;

    border: 2px solid #8a6228;

    box-shadow:
        inset 2px 2px #ffffff,
        inset -2px -2px #ead6a4,
        2px 2px #5d4018;

    padding: 8px;

    line-height: 1.25;
}

.reply {
    background-image:
        linear-gradient(
            rgba(255,255,255,.08),
            rgba(0,0,0,.03)
        );
}

.replyhl {
    background: #ffe8a0;

    border: 2px solid #d2a437;

    box-shadow:
        inset 2px 2px #fff8d8,
        inset -2px -2px #e0c064;
}

.forumpost:target,
.reply:target {

    border-color: #d49b2d;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #ead6a4,
        0 0 0 2px #d49b2d;
}

.row1 {
    background: #fff9e9;
}

.row2 {
    background: #f7e7bd;
}

.postername,
.commentpostername {
    color: #7b4f1f;
    font-weight: bold;
}

.postertrip {
    color: #b18443;
}

.filetitle,
.oldpost {
    color: #d48714;
    font-weight: bold;
}

.thumbnailmsg {
    color: #4b3313;
}

.filesize {
    text-decoration: none;
}

.omittedposts,
.abbrev {
    color: #6d6558;
    font-size: 14px;
}

.unkfunc {
    color: #9d7b39;
}

.reflink,
.postertrip {
    font-size: 14px;
}

input,
textarea,
select,
button {

    background: #fffdf7;

    color: #4b3313;

    border: 2px solid #8a6228;

    box-shadow:
        inset 2px 2px #ffffff,
        inset -2px -2px #ead6a4;

    font-family: inherit;
    font-size: 15px;
}

textarea {
    resize: vertical;
}

button,
input[type="submit"] {

    background: #b57a2d;

    color: #fff9ec;

    border: 2px solid #5a3d18;

    box-shadow:
        inset 2px 2px #f3cf78,
        inset -2px -2px #805421;

    font-weight: bold;

    cursor: pointer;

    padding: 4px 10px;

    letter-spacing: .5px;
}

button:hover,
input[type="submit"]:hover {

    background: #c98b36;
}

button:active,
input[type="submit"]:active {

    background: #976321;

    box-shadow:
        inset -2px -2px #f3cf78,
        inset 2px 2px #805421;

    transform: translate(1px,1px);
}

img,
.thumbnail {

    border: 2px solid #8a6228;

    box-shadow:
        2px 2px #5d4018;
}

.dellist {

    text-align: center;

    font-weight: bold;
}

.delbuttons {

    text-align: center;

    padding-bottom: 4px;
}

.backlink {
    color: #8b5a2b;

}

.dejiko {

    position: fixed;

    right: 0;

    bottom: 0;

    width: 300px;

    height: 300px;

    background:
        url("../img/puchiko.png")
        no-repeat
        bottom right;

    background-size: contain;

    opacity: .95;

    pointer-events: none;

    z-index: -1;

    filter: sepia(.55) saturate(1.2) hue-rotate(-10deg);
}
