Remember that old leak of 4chan's secret janitor board? This is a theme based off that.
4chan Yotsuba Janitor Edition by mothman
![Screenshot of 4chan Yotsuba Janitor Edition](https://userstyles.world/preview/19032/0.jpeg)
Details
Authormothman
LicenseNo License
Category4chan
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 4chan Yotsuba Janitor Edition
@namespace 4chan
@description Remember that old leak of 4chan's secret janitor board? This is a theme based off that.
@version 2024no1
==/UserStyle== */
@-moz-document url-prefix("https://boards.4chan.org/") {
body {
background: #FFF1EE url('https://files.catbox.moe/zf02ip.png') repeat-x 50% 0%;
color: black;
}
hr {
border-top: 1px solid #D0BBB6;
}
div.boardBanner {
text-align: center;
color: blue;
}
div#boardNavDesktop {
color: #B18777;
}
div#boardNavDesktop a{
color: #700000;
}
table.postForm > tbody > tr > td:first-child {
background-color: #EE8798;
}
div.post div.postInfo span.subject {
color: #621A1E;
}
div.post div.postInfo span.nameBlock span.name {
color: #F60B84;
}
div.reply {
background-color: #EFDAD5;
border-color: #D0BBB6;
}
a, a:visited {
color: blue;
text-decoration: underline;
}
a, .button {
color: blue;
}
a.replylink:not(:hover), div#absbot a:not(:hover) {
color: blue !important;
}
div.pagelist {
background: #F3DED9;
border-right: 1px solid #D4BFBC;
border-bottom: 1px solid #D4BFBC;
color: #B18777;
}
div#boardNavDesktopFoot {
color: #B18777;
}
div#boardNavDesktopFoot a{
color: #700000;
}
.reply:target, .reply.highlight {
background: #fdd2ca !important;
border-color: #D0BBB6 !important;
}
div.closed {
color: blue;
}
#blotter{
display: none;
}
.middlead{
display: none;
}
.aboveMidAd {
display: none;
}
#bannerCnt {
border: 0px;
}
}