/* WINDOWS 9X THEME 1.1 */
@font-face {
    font-family: "W95Font";
    src: url("https://files.catbox.moe/re06jz.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: url("https://files.catbox.moe/tffy35.png");
    background-attachment: fixed;
    background-size: cover;
    font-family: "W95Font", monospace;
    font-size: 14px;
    color: black;
    margin: 0;
    padding: 4px;
    image-rendering: pixelated;
}

.reply, .postarea textarea, .postarea input[type="text"] {
    font-family: "W95Font", monospace !important;
    font-size: 14px;
}

div.post.reply {
    background-color: #c0c0c0;
    margin: 4px;
    padding: 4px;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    max-width: 94% !important;
}

a, a:visited {
    text-decoration: underline;
    color: #000080;
}

input[type="text"], input[type="password"], textarea {
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    background-color: #dfdfdf;
    box-shadow: none;
    border-radius: 0;
    color: black;
    font-family: "W95Font", monospace;
}

img.banner, img.board_image {
    display: block;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    margin: 12px auto 0 auto;
    box-shadow: none;
    border-radius: 0;
}

.desktop-style div.boardlist:nth-child(1) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 30;
    background-color: #c0c0c0;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
}

div.pages {
    display: inline-block;
    padding: 4px;
    margin: 8px 0 4px 0;
    background-color: #c0c0c0;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
}

form table tr th {
    background-color: #000080;
    color: white;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.file:not(.multifile) .post-image {
    float: left;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.intro span.name {
    color: #000080;
    font-weight: bold;
}

.box.middle h2,
.box.left h2,
.box.right h2 {
    background-color: #000080;
    color: white;
    padding: 2px 4px;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.box.middle,
.box.left,
.box.right {
    background-color: #c0c0c0;
    color: black;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    width: inherit;
    float: none;
    border-radius: 0;
}

.box ul {
    padding: 2px 10px;
    background-color: #dfdfdf;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
}

.box ul li {
    list-style: none;
    margin: 0;
    padding: 2px;
    background-color: #dfdfdf;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 0;
}

input[type="submit"], input[type="button"], button {
    background-color: #c0c0c0;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    color: black;
    font-family: "W95Font", monospace;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
    image-rendering: pixelated;
}

input[type="submit"]:active, input[type="button"]:active, button:active {
    border: 2px solid #000;
    border-left-color: #fff;
    border-top-color: #fff;
    border-right-color: #404040;
    border-bottom-color: #404040;
    background-color: #a0a0a0;
}

.post-menu > ul {
    background-color: #c0c0c0;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    padding: 4px;
    font-family: "W95Font", monospace;
    font-size: 13px;
    color: black;
    border-radius: 0;
    list-style: none;
}

.post-menu > ul li {
    padding: 2px 6px;
    cursor: default;
}

.post-menu > ul li:hover {
    background-color: #000080;
    color: white;
}

input[type="checkbox"], input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: #dfdfdf;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    margin: 2px;
    vertical-align: middle;
    cursor: default;
    position: relative;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 6px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="radio"] {
    border-radius: 7px;
}

input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
}

select {
    background-color: #dfdfdf;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    font-family: "W95Font", monospace;
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 12px;
    padding-right: 20px;
}

input[type="file"] {
    background-color: #dfdfdf;
    border: 2px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    font-family: "W95Font", monospace;
    font-size: 13px;
    padding: 2px;
    border-radius: 0;
}

.quote, .body .quote {
    color: #00a000 !important; /* brighter green, less ugly */
    font-family: "W95Font", monospace !important;
    font-size: 14px;
    line-height: 1.3;
    white-space: pre-wrap;
    display: block;
    padding-left: 6px;
    text-shadow: none;
    background: transparent;
    word-break: break-word;
    unicode-bidi: isolate; /* prevents emoji shifts */
}

div.post.reply blockquote {
    margin: 0;
    padding: 0;
}
