Support only partial boards.
Komica Night Theme by peng-devs
Details
Authorpeng-devs
LicenseNo License
Categorykomica
Created
Updated
Code size1.7 kB
Code checksum3bc6cdfe
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Komica Night Theme
@version 1.0.1
@namespace https://userstyles.world/user/peng-devs
@description Support only partial boards.
@author peng-devs
@license No License
==/UserStyle== */
@-moz-document domain("gzone-anime.info"),
domain("2cat.cf"),
domain("2cat.tk"),
domain("komica2.net"),
domain("komica.yucie.net"),
domain("komica1.org"),
domain("komica2.cc") {
/* Content */
html {
font-size: 17px;
}
html,
body,
.Form_bg,
.ListRow1_bg,
.ListRow2_bg,
.popup_area div,
#quickreply-form {
background-color: #111;
color: #a5a5a5;
}
.post:target,
.reply.reply_hl,
.threadpost.reply_hl,
div.blueTable {
background-color: #262626;
}
a,
.qlink,
.text-button {
color: #3581ac !important;
}
.-del-button a,
.title {
color: #bb2121 !important;
}
.reply {
background-color: #111;
}
.id3 {
color: #2222d0;
}
.id8 {
color: #b66d24;
}
.id9 {
color: #b82d2d;
}
input,
textarea,
select {
background-color: #202020;
color: #d7d7d7;
border-radius: 1px;
border-style: solid;
border-width: 1px;
border-color: gray;
}
.-expanded img {
max-width: 70% !important;
}
video {
max-height: 100vh !important;
}
}
@-moz-document url("https://www.komica2.net/bbsmenu.html"), url("https://komica1.org/bbsmenu.html") {
/* Menu */
body {
font-family: sans-serif;
}
h3,
.category {
color: #bb2121;
}
a {
text-decoration: none;
}
a:hover {
color: #638ba2 !important;
text-decoration: underline;
}
small {
color: #B65C92;
}
.bookmark-excluded a {
text-decoration: line-through;
}
}