Skip to content

Komica + Zawarudo Night Theme by nostam

Details

Authornostam

LicenseCC0-1.0

Categorykomica, Zawarudo, 2cat

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

added support for zawarudo

based on this script by from41

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Komica Night Theme
@namespace      USO Archive
@author         from41
@description    `僅支援部分版面`
@version        20210724.01
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("komica.org"),
domain("gzone-anime.info"),
domain("2cat.cf"),
domain("2cat.tk"),
domain("komica2.net"),
domain("komica.yucie.net"),
domain("zawarudo.org") {
   /* Content */
   html,
   body,
   .Form_bg,
   .ListRow1_bg,
   .ListRow2_bg,
   .popup_area div,
   #quickreply-form {
      background: #111 !important;
      background-color: #111;
      color: #a5a5a5;
   }
   .post:target,
   .reply.reply_hl,
   .threadpost.reply_hl,
   div.blueTable,
   div.post-hover {
      background: #262626 !important;
      background-color: #262626;
   }
   div.post.highlighted {
      background: #262626 !important;
      border: 1px solid white;
   }
   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;
   }
   .subject {
      color: #b66d24 !important;
   }
   input,
   textarea,
   select {
      background-color: #202020;
      color: #d7d7d7;
   }
}

@-moz-document url("https://www.komica.org/bbsmenu.html") {
   /* Menu */
   h3,
   .category {
      color: #bb2121;
   }
   a {
      text-decoration: none;
      font-size: 14px;
   }
   a:hover {
      color: #638ba2 !important;
      text-decoration: underline;
   }
   small {
      color: #B65C92;
   }
   .bookmark-excluded a {
      text-decoration: line-through;
   }
}

Reviews

No reviews yet.