From 46c5f17db8422cad889c80738bb22684ee002772 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:08:19 +0200 Subject: [PATCH 1/6] dark_red.css: change catalog hover color --- stylesheets/dark_red.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/dark_red.css b/stylesheets/dark_red.css index 4ffe4eeb..71ca26e0 100644 --- a/stylesheets/dark_red.css +++ b/stylesheets/dark_red.css @@ -194,6 +194,10 @@ div.boardlist:not(.bottom) { div.report { color: #666666; } +.theme-catalog div.thread:hover { + background: #4f4f4f; + border-color: transparent; +} #options_div, #alert_div { background: #333333; } From f58010012177dda7232aa605664dad2677416b84 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:10:39 +0200 Subject: [PATCH 2/6] dark.css: change catalog hover color --- stylesheets/dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 9f3df691..c6d338f2 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -203,6 +203,10 @@ div.boardlist:not(.bottom) { div.report { color: #666666; } +theme-catalog div.thread:hover { + background: #555; + border-color: transparent; +} /* options.js */ #options_div, #alert_div { From 34bf9b2261b2f4b3472ec43dd91d01cd8b9b25ef Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:12:38 +0200 Subject: [PATCH 3/6] dark_spook.css: change catalog hover color --- stylesheets/dark_spook.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/dark_spook.css b/stylesheets/dark_spook.css index 2ca55a20..e667cc01 100644 --- a/stylesheets/dark_spook.css +++ b/stylesheets/dark_spook.css @@ -209,6 +209,11 @@ div.boardlist:not(.bottom) { background-color: #1E1E1E; } +.theme-catalog div.thread:hover { + background: #555; + border-color: transparent; +} + div.report { color: #666666; } From d4bc625c053c9cbf2e5e28029792d4635e25dd1a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:16:29 +0200 Subject: [PATCH 4/6] szalet.css: change catalog hover color --- stylesheets/szalet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/szalet.css b/stylesheets/szalet.css index a766416e..6feb4939 100644 --- a/stylesheets/szalet.css +++ b/stylesheets/szalet.css @@ -206,3 +206,8 @@ div.pages { border: 0; background: none !important; } + +.theme-catalog div.thread:hover { + background: #583E28; + border-color: transparent; +} From ee84baf87dcc4b7c8868b19c2985eada89aac279 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:19:34 +0200 Subject: [PATCH 5/6] tsuki.css: remove duplicated css --- stylesheets/tsuki.css | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/stylesheets/tsuki.css b/stylesheets/tsuki.css index 523bdb71..17547509 100644 --- a/stylesheets/tsuki.css +++ b/stylesheets/tsuki.css @@ -303,10 +303,6 @@ div.post.reply div.body { padding-bottom: 0.3em; } -div.post.reply.highlighted { - background: #D6BAD0; -} - div.post.reply div.body a { color: #D00; } @@ -322,6 +318,8 @@ div.post div.body { div.post.reply { background: #D6DAF0; + border: #555555 1px solid; + box-shadow: 4px 4px #555; margin: 0.2em 4px; padding: 0.2em 0.3em 0.5em 0.6em; border-width: 1px; @@ -1359,18 +1357,8 @@ a.post_no:hover { color: #32DD72 !important; text-decoration: underline overline; } -div.post.reply { - background: #111; - border: #555555 1px solid; - box-shadow: 4px 4px #555; - - @media (max-width: 48em) { - border-left-style: none; - border-right-style: none; - } -} div.post.reply.highlighted { - background: #555; + background: #D6BAD0; border: transparent 1px solid; @media (max-width: 48em) { From ca25c85984745448156fef6de13119b4b6093e48 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:21:13 +0200 Subject: [PATCH 6/6] tsuki.css: change hover color --- stylesheets/tsuki.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/tsuki.css b/stylesheets/tsuki.css index 17547509..9995889d 100644 --- a/stylesheets/tsuki.css +++ b/stylesheets/tsuki.css @@ -690,8 +690,8 @@ pre { } .theme-catalog div.thread:hover { - background: #D6DAF0; - border-color: #B7C5D9; + background: #927C8E; + border-color: transparent; } .theme-catalog div.grid-size-vsmall img { @@ -1358,7 +1358,7 @@ a.post_no:hover { text-decoration: underline overline; } div.post.reply.highlighted { - background: #D6BAD0; + background: #927C8E; border: transparent 1px solid; @media (max-width: 48em) {