Skip to content

Muted Chadnet by g-gundam

Screenshot of Muted Chadnet

Details

Authorg-gundam

LicenseNo License

Categorychadnet

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a light theme for the Chadnet Forum that uses colors based on the Muted theme from the OneeChan userscript for 4chan.

Notes

This is my first attempt at creating a userstyle, and I'm probably going to make something more configurable in the future for the Chadnet Forum.

Source code

/* ==UserStyle==
@name         Muted Chadnet
@version      20220218.01.19
@namespace    userstyles.world/user/g-gundam
@description  This is a light theme for the Chadnet Forum that uses colors based on the Muted theme from the OneeChan userscript for 4chan.
@author       g-gundam
@license      No License
==/UserStyle== */

@-moz-document domain("forum.chadnet.org") {
body {
    background-color: #fff;
    color: rgb(57, 55, 33);
    font-family: "Trebuchet MS", sans-serif;
    max-width: 700px;
}

hr {
    display: none;
}

a {
    color: rgb(188, 49, 42);
}

div.thread {
    background-color: rgb(245, 242, 233);
    padding: 0.1em 1em;
    border-radius: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgb(57, 55, 33);
}
    
div.thread:target {
    background-color: rgb(229, 222, 199);  
}

div.thread > p > strong {
    font-size: 1.5em;
    line-height: 1.75em;
}
    
div.thread.me {
  border-left: 4px dotted red;
}

div.thread.reply {
  border-left: 4px solid red;
}

.gt {
    color: rgb(50, 147, 111)
}
    
/* credit: https://nik.bot.nu/brws.html#view/id:1214819 */
body {
  background-image: url(https://files.catbox.moe/8st9bk.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
}

Reviews

No reviews yet.