cleaner ui with roboto condensed as default font
boards.4chan.org by n-pn
Details
Authorn-pn
LicenseNo License
Category4chan.org
Created
Updated
Size975 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}