From e28a9939557e3dedde344a393737831e1abbd006 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 10:00:41 +0300 Subject: replace a few more hardcoded colors with less variables --- themes/night.css | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 848f748a2..826783a34 100644 --- a/themes/night.css +++ b/themes/night.css @@ -10,7 +10,7 @@ body.ttrss_prefs, margin: 0; } body.ttrss_main { - background: white; + background: #333333; color: #cccccc; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; @@ -28,7 +28,7 @@ body.ttrss_main div.post div.header { color: #909090; border: 0px solid #222222; border-bottom-width: 1px; - background: #f0f0f0; + background: #222222; } body.ttrss_main div.post div.header .left, body.ttrss_main div.post div.header .right { @@ -394,12 +394,12 @@ body.ttrss_main span.preview { } body.ttrss_main .hl.Selected .hlLabelRef, body.ttrss_main .hl.active .hlLabelRef { - color: #063064; + color: #cccccc; } body.ttrss_main span.hlLabelRef { background-color: #fff7d5; font-size: 8px; - color: #063064; + color: #cccccc; font-weight: normal; margin-left: 2px; padding: 1px 4px 1px 4px; @@ -453,7 +453,7 @@ body.ttrss_main .noborder { border-width: 0px; } body.ttrss_main #overlay { - background: white; + background: #333333; left: 0; top: 0; height: 100%; @@ -481,8 +481,8 @@ body.ttrss_main div.whiteBox { body.ttrss_main div.autocomplete { position: absolute; width: 250px; - background-color: white; - border: 1px solid #778899; + background-color: #333333; + border: 1px solid #222222; margin: 0px; padding: 0px; } @@ -492,7 +492,7 @@ body.ttrss_main div.autocomplete ul { padding: 0px; } body.ttrss_main div.autocomplete ul li.selected { - background-color: #fff7d5; + background-color: #1a1a1a; } body.ttrss_main div.autocomplete ul li { list-style-type: none; @@ -557,7 +557,7 @@ body.ttrss_main div#cmdline { font-size: 11px; color: #cccccc; font-weight: bold; - background-color: white; + background-color: #333333; border: 1px solid #b87d2c; padding: 3px 5px 3px 5px; z-index: 5; @@ -597,9 +597,9 @@ body.ttrss_main #feeds-holder #feedTree { font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif; } body.ttrss_main #feeds-holder #feedTree .counterNode.aux { - background: #f0f0f0; - color: #999; - border-color: #f0f0f0; + background: #222222; + color: #e6e6e6; + border-color: #080808; } body.ttrss_main #feeds-holder #feedTree .counterNode { font-weight: bold; @@ -637,7 +637,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow { body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected { box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1); border-color: #222222 transparent; - background: white; + background: #333333; color: #333; } body.ttrss_main #feeds-holder #feedTree .icon { @@ -806,14 +806,14 @@ body.ttrss_main .player { margin: 0px 2px 0px 2px; width: 50px; text-align: center; - background: white; + background: #333333; } body.ttrss_main .player.playing { color: #00c000; border-color: #00c000; } body.ttrss_main .player:hover { - background: #f0f0f0; + background: #222222; cursor: pointer; } body.ttrss_main #headlines-spacer { @@ -841,7 +841,7 @@ body.ttrss_main ul#filterDlg_Actions { border-style: solid; border-color: #222222; border-width: 1px 1px 1px 1px; - background-color: white; + background-color: #333333; margin: 0px 0px 5px 0px; padding: 4px; min-height: 16px; @@ -1007,7 +1007,7 @@ body.ttrss_main .panel { padding: 4px; } body.ttrss_main .dijitDialog .panel { - background: white; + background: #333333; } body.ttrss_main .panel-scrollable { overflow: auto; @@ -1024,7 +1024,7 @@ body.ttrss_main ul.list-unstyled { } ::selection { background: #b87d2c; - color: white; + color: #333333; } ::-webkit-scrollbar { width: 4px; @@ -2000,9 +2000,6 @@ body.flat.ttrss_main #headlines-frame .left i.material-icons, body.flat.ttrss_main #headlines-frame .left .dijitCheckBox { opacity: 0.7; } -body.flat.ttrss_main #content-insert .post .header { - background: #222222; -} body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonContents, body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonNode { transition: background-color 0.3s linear; @@ -2065,8 +2062,12 @@ body.flat.ttrss_main ul#filterDlg_Actions { border-color: #666666; } body.flat.ttrss_main .article-note { - background: #222222; - border-color: #9a8c59; + background: #b87d2c; + border-color: #b87d2c; + color: #333333; +} +body.flat.ttrss_main .article-note i.material-icons { + color: #333333; } body.flat.ttrss_main ::-webkit-scrollbar { width: 4px; -- cgit v1.2.3