Skip to content

thelchat.net - Dark Mode - v1 by ssirdi

Details

Authorssirdi

LicenseNo License

Categorythelchat.net

Created

Updated

Code size879 B

Code checksum42c4d19f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode expirement for thelchat.net

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       thelchat.net - Dark Mode - v1
@version    20241230.08.56
@namespace  ?
==/UserStyle== */

@-moz-document domain("thelchat.net") {
html, body {
    color: #e7e9ea;
    background-color: #000;
}

.wrap, .navbar, .pagination li a,.button, .postbody,.content,blockquote  blockquote,ul.topiclist li,.inputbox  {
    background: #000;
    border-color: #536471;
    color: #e7e9ea;
}
.post{
    background: #000;
    color: #e7e9ea;
    border: 1px solid #536471;
}

.headerbar,.forumbg{
    background-image: none;
    background-color: #111;
}
blockquote,blockquote blockquote blockquote {
    background-color: #111;
    border-color: #536471;
}
ul.navlinks {
    border-top-color: #536471;
}

a {
    color: #e7e9ea;
}
a:hover{
    color: #bd91c5;
}
li.row:hover {
    background-color: #111;
}
.panel {
    background: #181818;
    color: #f3f3f3;
}
}

Reviews

No reviews yet.