Skip to content

boards.4chan.org by n-pn

Details

Authorn-pn

LicenseNo License

Category4chan.org

Created

Updated

Code size975 B

Code checksum5799b554

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

cleaner ui with roboto condensed as default font

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         boards.4chan.org
@version      20231016.09.43
@namespace    ?
==/UserStyle== */

@-moz-document domain("boards.4chan.org") {
.sideArrows {
    display: none;
}

body {
    background: #212733 !important;
    color: #f6f6f6 !important;
    font-family: Roboto, Tahoma, san-serif !important;
    font-size: 16px !important;
}
.board {
    margin: 0 auto;
    max-width: 54rem;
}
.reply {
    background: #323844 !important;
    margin-bottom: .5rem !important;
    padding-top: .5rem !important;
}
.reply .file {
    margin-left: 1.25rem;
}
.file .fileThumb {
    margin: .5rem .5rem .5rem 0;
}
.reply blockquote {
    margin: .5rem 1.25rem;
}
.post {
    line-height: 1.5 !important;
    font-size: 17px !important;
}
.post a {
    font-family: Roboto Condensed, SegoeUI, san-serif !important;
}
.postInfo {
    margin: 0 1.25rem;
}
.postInfo input {
    display: none;
}
.postInfo .quotelink {
    font-size: 15px;
    margin-right: .25rem;
}
}

Reviews

No reviews yet.