From 4dd61ff96dd3fc4ce4367d6fa3ff9af66aa5db8f Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 9 Jul 2021 09:57:13 -0200 Subject: [PATCH] Update Demain themes --- stylesheets/demain_dark.css | 39 ++++++++++++++++++++++++------------ stylesheets/demain_light.css | 22 +++++++++++++++++--- 2 files changed, 45 insertions(+), 16 deletions(-) diff --git a/stylesheets/demain_dark.css b/stylesheets/demain_dark.css index cfa60f78..057cb40e 100644 --- a/stylesheets/demain_dark.css +++ b/stylesheets/demain_dark.css @@ -1,9 +1,9 @@ -/* Demain_light theme for leftypol.org adapted from Seaweed theme for 4chan*/ +/* Demain_light theme for leftypol.org adapted from "Tomorrow" theme for 4chan*/ /* Work in progress*/ /* General */ /* Main page */ legend { - background: indianred + color: indianred } div.module, div.ban { background: #1d1f21;; @@ -154,6 +154,7 @@ table.modlog tr th { /* Red text */ span.heading { color: indianred; + font-size: 14pt; } /* Buggy shit */ div.post.reply div.body a { @@ -172,10 +173,6 @@ div.post.reply div.body a { .desktop-style div.boardlist:nth-child(1) { background-color: #151515; } -/* Red text */ -span.heading { - color: indianred; -} /* Upper part of a post */ div.post p { display: block; @@ -189,12 +186,28 @@ div.post.reply div.body a { color: #5f89ac; text-decoration: none; } -/* OP */ -/* Subject */ -.intro span.subject { - color: #b294bb; +/* Watchlist options */ +#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts { + color: indianred } -/* name */ -.intro span.name { - color: #5f89ac; +/* Mod things */ +div.report { + color: grey; +} +.banlist-opts .checkboxes label { + display: block; + color: grey; +} +tr.tblhead > th { + color: grey; +} +.desktop-style div.boardlist:not(.bottom) { + background-color: #151515; +} +.banlist-opts .checkboxes label { + display: block; + color: grey; +} +tr.tblhead > th { + color: indianred } diff --git a/stylesheets/demain_light.css b/stylesheets/demain_light.css index 793fa94b..bd4516d8 100644 --- a/stylesheets/demain_light.css +++ b/stylesheets/demain_light.css @@ -3,7 +3,7 @@ /* General */ /* Main page */ legend { - background: #477085 + color: #477085 } div.module, div.ban { background: #e9eced; @@ -86,7 +86,7 @@ span.quote { } /* Orangetext */ orangeText { - color: #ffb854 + color: ##bb8359 } * Catalog grids */ /* Background color and green border */ @@ -177,13 +177,14 @@ table.modlog tr th { /* Red text */ span.heading { color: #d93f42; + font-size: 14pt; } /* OP */ /* Subject */ .intro span.subject { color: #617d6f; } -/* name */ +/* Name */ .intro span.name { color: #4c4c4c; } @@ -205,3 +206,18 @@ div.post.reply div.body a { color: #477085; text-decoration: none; } +/* WatchList options */ +#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts { + color: #617d6f +} +/* Mod tools */ +div.report { + color: black; +} +.banlist-opts .checkboxes label { + display: block; + color: black; +} +.desktop-style div.boardlist:not(.bottom) { + background-color: #e9eced; +}