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

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

    color: #23431d;

    position: relative;
    z-index: 1;

    font-family: "Pixel Operator";
/*    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -0.15px;
*/
}

a {
    color: #3569d8;
    text-decoration: none;
}

a:hover {
    color: #ffd54d;
    text-shadow: 1px 1px #5a4b00;
}

hr {
    border: none;
    height: 2px;
    background:
        repeating-linear-gradient(
            90deg,
            #4ca53f 0 8px,
            #356f2b 8px 16px
        );
}

.logo {
    color: #348d32;
    font-weight: bold;
}

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

.replymode,
.catalogmode,
.manageinfo,
.passvalid,
.postblock {
    color: #fff;
    padding: 4px 8px;
    border: 2px solid #214d1d;

    box-shadow:
        inset 2px 2px #8fe274,
        inset -2px -2px #2b6b26;

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

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

.catalogmode {
    background: #4d87e8;
}

.errormessage {
    background: #fff1ad;
    color: #574100;

    border: 2px solid #a17600;

    box-shadow:
        inset 2px 2px #fff9d6,
        inset -2px -2px #d8ba43;

    padding: 6px;
}

.globe {
    color: #348d32;
}

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

    background: #f9fff0;

    border: 2px solid #356d2c;

    box-shadow:
        inset 2px 2px #ffffff,
        inset -2px -2px #cde6b0,
        2px 2px #24481f;

    padding: 8px;

    line-height: 1.25;
}

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

.replyhl {
    background: #fff4aa;

    border: 2px solid #d0aa29;

    box-shadow:
        inset 2px 2px #fff9d2,
        inset -2px -2px #d7bf55;
}

.forumpost:target,
.reply:target {

    border-color: #4b84ff;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #cde6b0,
        0 0 0 2px #4b84ff;
}

.row1 {
    background: #f8fff2;
}

.row2 {
    background: #e7f7d4;
}

.postername,
.commentpostername {
    color: #2d8b45;
    font-weight: bold;
}

.postertrip {
    color: #66b86c;
}

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

.thumbnailmsg {
    color: #23431d;
}

.filesize {
    text-decoration: none;
}

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

.unkfunc {
    color: #669944;
}

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

input,
textarea,
select,
button {

    background: #fff;

    color: #23431d;

    border: 2px solid #3a742d;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #d3eab8;

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

textarea {
    resize: vertical;
}

button,
input[type="submit"] {

    background: #58b84c;

    color: #fff;

    border: 2px solid #275f22;

    box-shadow:
        inset 2px 2px #94eb7b,
        inset -2px -2px #2a6825;

    font-weight: bold;

    cursor: pointer;

    padding: 4px 10px;

    letter-spacing: .5px;
}

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

    background: #69ca5a;
}

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

    background: #45983b;

    box-shadow:
        inset -2px -2px #94eb7b,
        inset 2px 2px #2a6825;

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

img,
.thumbnail {

    border: 2px solid #356d2c;

    box-shadow:
        2px 2px #24481f;
}

.dellist {

    text-align: center;

    font-weight: bold;
}

.delbuttons {

    text-align: center;

    padding-bottom: 4px;
}

.dejiko {

    position: fixed;

    right: 0;

    bottom: 0;

    width: 300px;

    height: 300px;

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

    background-size: contain;

    opacity: .95;

    pointer-events: none;

    z-index: -1;
}
