@font-face {
    font-family: "Pixel Operator";
    src: url("/static/css/PixelOperator.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html,
body {
    background-color: #f6cccc;

    background-image:
        linear-gradient(45deg, rgba(120,0,0,.07) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(120,0,0,.07) 25%, transparent 25%);

    background-size: 8px 8px;

    color: #4d0000;

    position: relative;
    z-index: 1;

    font-family: "Pixel Operator", "VT323", monospace;
/*    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.15px;
*/
}

a {
    color: #0000cc;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-shadow: 1px 1px #ffaaaa;
}

hr {
    border: none;
    height: 2px;

    background:
        repeating-linear-gradient(
            90deg,
            #a00000 0 8px,
            #d55a5a 8px 16px
        );
}

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

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

.replymode,
.catalogmode,
.manageinfo,
.passvalid,
.postblock {

    color: #fff;

    padding: 4px 8px;

    border: 2px solid #620000;

    box-shadow:
        inset 2px 2px #ff7777,
        inset -2px -2px #850000;

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

.replymode,
.passvalid,
.postblock {
    background: #d00000;
}

.manageinfo {
    background: #009b32;
}

.catalogmode {
    background: #003cff;
}

.errormessage {

    background: #ffd6d6;

    color: #700000;

    border: 2px solid #b33a3a;

    box-shadow:
        inset 2px 2px #fff5f5,
        inset -2px -2px #d88b8b;

    padding: 6px;
}

.globe {
    color: #800000;
}

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

    background: #fff0e8;

    border: 2px solid #b34a4a;

    box-shadow:
        inset 2px 2px #ffffff,
        inset -2px -2px #d89b91,
        2px 2px #6b0000;

    padding: 8px;

    line-height: 1.25;
}

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

.replyhl {

    background: #ffb0a0;

    border: 2px solid #b33b2f;

    box-shadow:
        inset 2px 2px #ffe5df,
        inset -2px -2px #c66a5c;
}

.forumpost:target,
.reply:target {

    border-color: #ff0000;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #d99a9a,
        0 0 0 2px #ff5555;
}

.row1 {
    background: #ffdada;
}

.row2 {
    background: #fff0f0;
}

.postername,
.commentpostername {

    color: #008040;

    font-weight: bold;
}

.postertrip {
    color: #00a050;
}

.filetitle,
.oldpost {

    color: #cc0000;

    font-weight: bold;
}

.thumbnailmsg {
    color: #4d0000;
}

.filesize {
    text-decoration: none;
}

.omittedposts,
.abbrev {

    color: #707070;

    font-size: 14px;
}

.unkfunc {
    color: #778800;
}

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

input,
textarea,
select,
button {

    background: #fff;

    color: #4d0000;

    border: 2px solid #a33a3a;

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

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

textarea {
    resize: vertical;
}

button,
input[type="submit"] {

    background: #d00000;

    color: #fff;

    border: 2px solid #620000;

    box-shadow:
        inset 2px 2px #ff7777,
        inset -2px -2px #850000;

    font-weight: bold;

    cursor: pointer;

    padding: 4px 10px;

    letter-spacing: .5px;
}

button:hover,
input[type="submit"]:hover {
    background: #ef0000;
}

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

    background: #a00000;

    box-shadow:
        inset -2px -2px #ff7777,
        inset 2px 2px #620000;

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

img,
.thumbnail {

    border: 2px solid #a33a3a;

    box-shadow:
        2px 2px #6b0000;
}

.dellist {
    text-align: center;
    font-weight: bold;
}

.delbuttons {
    text-align: center;
    padding-bottom: 4px;
}

.dejiko {

    position: fixed;

    right: -60px;

    bottom: 0;

    width: 250px;

    height: 250px;

    background:
        url("../img/buryebil.gif")
        no-repeat
        bottom right;

    background-size: contain;

    opacity: .95;

    pointer-events: none;
    transform: scaleX(-1);
    z-index: -1;
}
