body, html {
    background-color: #ffffff !important;
    color: #000000 !important;
}

a {
    color: #0000EE !important;
    text-decoration: underline !important;
}

a:hover {
    color: #551A8B !important;
}

header, footer, .reply, .boardlist, .intro, .rules, .catalog, .pages, .postarea {
    background-color: #ffffff !important;
    border: none !important;
}

.reply, .thread, .post, .highlight, .op {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

.postInfo, .postNum, .subject, .name, .time, .email, .trip {
    color: #000000 !important;
}

input[type="submit"], input[type="button"], button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

textarea, input[type="text"], select {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

hr {
    border-color: #000000 !important;
}

.quote {
    color: #000000 !important;
    font-weight: bold !important;
}

.spoiler {
    color: #808080 !important;
    background-color: #ffffff !important;
}

.hideThreadLink, .delete {
    color: #ff0000 !important;
}

/* Disable all images */
img, video, .file, .fileThumb {
    display: none !important;
}
/* Optional: Hide specific elements that may still show content */
header, footer, .reply, .boardlist, .intro, .rules, .catalog, .pages, .postarea, .thread, .post, .highlight, .op, .postInfo, .postNum, .subject, .name, .time, .email, .trip, .quote, .spoiler, .hideThreadLink, .delete {
    display: none !important;
}

/* Hide all input fields and buttons */
input, textarea, button, select {
    display: none !important;
}
/* Hide thread creation form */
#postform, .postarea {
    display: none !important;
}
