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

html,
body {
    background-color: #d9ffff;
    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: #11363b;

    position: relative;
    z-index: 1;

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

a {
    color: #00b8d4;
    text-decoration: none;
}

a:hover {
    color: #ff67b5;
    text-shadow: 1px 1px #8d2f63;
}

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

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

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

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

    box-shadow:
        inset 2px 2px #a3ffff,
        inset -2px -2px #1c8e96;

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

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

.catalogmode {
    background: #ff67b5;
}

.errormessage {
    background: #ffe4f3;
    color: #7b2457;

    border: 2px solid #de5298;

    box-shadow:
        inset 2px 2px #fff8fc,
        inset -2px -2px #f6aad0;

    padding: 6px;
}

.globe {
    color: #00d3cf;
}

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

    /* Much stronger teal */
    background: #c6f9fb;

    border: 2px solid #1aa7ae;

    box-shadow:
        inset 2px 2px #f7ffff,
        inset -2px -2px #8beef2,
        2px 2px #17676d;

    padding: 8px;

    line-height: 1.25;
}

.reply {
    background-image:
        linear-gradient(
            rgba(255,255,255,.12),
            rgba(0,120,130,.05)
        );
}

.replyhl {
    background: #ffd6eb;

    border: 2px solid #ff67b5;

    box-shadow:
        inset 2px 2px #fff4fa,
        inset -2px -2px #f5a8cf;
}

.forumpost:target,
.reply:target {

    border-color: #00f2ff;

    box-shadow:
        inset 2px 2px #fff,
        inset -2px -2px #8beef2,
        0 0 0 2px #00f2ff;
}

.row1 {
    background: #d5fcfd;
}

.row2 {
    background: #b8f4f7;
}

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

.postertrip {
    color: #45d7df;
}

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

.thumbnailmsg {
    color: #11363b;
}

.filesize {
    text-decoration: none;
}

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

.unkfunc {
    color: #2dbdc5;
}

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

input,
textarea,
select,
button {

    background: #efffff;

    color: #11363b;

    border: 2px solid #1aa7ae;

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

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

textarea {
    resize: vertical;
}

button,
input[type="submit"] {

    background: #2fd7db;

    color: #fff;

    border: 2px solid #12757d;

    box-shadow:
        inset 2px 2px #a0ffff,
        inset -2px -2px #178890;

    font-weight: bold;

    cursor: pointer;

    padding: 4px 10px;

    letter-spacing: .5px;
}

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

    background: #48e5e8;
}

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

    background: #20b9bd;

    box-shadow:
        inset -2px -2px #a0ffff,
        inset 2px 2px #178890;

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

img,
.thumbnail {

    border: 2px solid #1aa7ae;

    box-shadow:
        2px 2px #17676d;
}

.dellist {

    text-align: center;

    font-weight: bold;
}

.delbuttons {

    text-align: center;

    padding-bottom: 4px;
}

.backlink {
    color: #00b8d4;

}

.dejiko {

    position: fixed;

    right: -5px;

    bottom: -12px;


    width: 300px;

    height: 300px;

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

    background-size: contain;

    opacity: .95;

    pointer-events: none;

    z-index: -1;
}
