@font-face {
    font-family: "Pixel Operator";
    src: url("/static/css/PixelOperator.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html,
body {
    background-color: #f0c6d6;
    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: #4a1728;

    position: relative;
    z-index: 1;

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

a {
    color: #5b3fd6;
    text-decoration: none;
}

a:hover {
    color: #ff5c8a;
    text-shadow: 1px 1px #5c172d;
}

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

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

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

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

    box-shadow:
        inset 2px 2px #f08aaa,
        inset -2px -2px #6d1535;

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

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

.catalogmode {
    background: #8b3fa5;
}

.errormessage {
    background: #f5d1dc;
    color: #5a182d;

    border: 2px solid #a44b66;

    box-shadow:
        inset 2px 2px #fff5f8,
        inset -2px -2px #d19aaa;

    padding: 6px;
}

.globe {
    color: #9b1748;
}

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

    background: #fff3f7;

    border: 2px solid #9b4b68;

    box-shadow:
        inset 2px 2px #ffffff,
        inset -2px -2px #dfb4c4,
        2px 2px #4d1a2b;

    padding: 8px;

    line-height: 1.25;
}

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

.replyhl {
    background: #f4b4c7;

    border: 2px solid #b15a75;

    box-shadow:
        inset 2px 2px #ffe9ef,
        inset -2px -2px #d08aa1;
}

.forumpost:target,
.reply:target {

    border-color: #ff4f91;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #dfb4c4,
        0 0 0 2px #ff4f91;
}

.row1 {
    background: #fff0f5;
}

.row2 {
    background: #f8dce7;
}

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

.postertrip {
    color: #4da36f;
}

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

.thumbnailmsg {
    color: #4a1728;
}

.filesize {
    text-decoration: none;
}

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

.unkfunc {
    color: #778844;
}

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

input,
textarea,
select,
button {

    background: #fff;

    color: #4a1728;

    border: 2px solid #8f3b58;

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

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

textarea {
    resize: vertical;
}

button,
input[type="submit"] {

    background: #b52f62;

    color: #fff;

    border: 2px solid #541026;

    box-shadow:
        inset 2px 2px #f08aaa,
        inset -2px -2px #6d1535;

    font-weight: bold;

    cursor: pointer;

    padding: 4px 10px;

    letter-spacing: .5px;
}

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

    background: #d14378;
}

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

    background: #8e214c;

    box-shadow:
        inset -2px -2px #f08aaa,
        inset 2px 2px #6d1535;

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

img,
.thumbnail {

    border: 2px solid #9b4b68;

    box-shadow:
        2px 2px #4d1a2b;
}

.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;
    transform: scaleX(-1);
    background:
        url("../img/burypink.gif")
        no-repeat
        bottom right;

    background-size: contain;

    opacity: .95;

    pointer-events: none;

    z-index: -1;
}
