summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css6
-rw-r--r--themes/compact_night.css32
-rw-r--r--themes/light.css6
-rw-r--r--themes/light/tt-rss.less1
-rw-r--r--themes/light/utility.less4
-rw-r--r--themes/light/zoom.less1
-rw-r--r--themes/night.css32
-rw-r--r--themes/night_base.less23
-rw-r--r--themes/night_blue.css32
9 files changed, 72 insertions, 65 deletions
diff --git a/themes/compact.css b/themes/compact.css
index c2828c587..9e936befa 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -343,6 +343,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #555;
@@ -1646,6 +1647,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;
@@ -1880,6 +1885,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
/* rules specific to compact.css */
body.ttrss_main.ttrss_index.flat #feedTree.dijitTree .dijitTreeLabel {
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 6666787b0..0e56dc5cc 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -343,6 +343,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #ccc;
@@ -1800,6 +1801,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;
@@ -1871,6 +1876,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.flat.ttrss_main.ttrss_prefs #main,
body.flat.ttrss_main.ttrss_prefs #footer {
@@ -1886,23 +1892,6 @@ body.flat.ttrss_main.ttrss_prefs div.prefHelp {
body.flat.ttrss_main.ttrss_prefs hr {
border-color: #666;
}
-body.flat.ttrss_main {
- /*
- .post .content img,
- .cdm .content-inner img,
- .post .content video,
- .cdm .content-inner video {
- transition : opacity 0.2s linear, filter 0.2s linear;
- }
-
- .post .content img:not(:hover),
- .cdm .content-inner img:not(:hover),
- .post .content video:not(:hover),
- .cdm .content-inner video:not(:hover) {
- opacity : 0.5;
- filter: grayscale(80%);
- } */
-}
body.flat.ttrss_main img[src*='indicator_white.gif'] {
filter: invert(1);
}
@@ -2027,6 +2016,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
@@ -2080,6 +2072,12 @@ body.flat.ttrss_main ul#filterDlg_Actions {
background: #222;
border-color: #666;
}
+body.flat.ttrss_main .post .content img,
+body.flat.ttrss_main .cdm .content-inner img,
+body.flat.ttrss_main .post .content video,
+body.flat.ttrss_main .cdm .content-inner video {
+ filter: saturate(0.9) brightness(0.8);
+}
body.flat.ttrss_main .article-note {
background: #b87d2c;
border-color: #b87d2c;
diff --git a/themes/light.css b/themes/light.css
index d2f5aa4ee..8467c346f 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -343,6 +343,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #555;
@@ -1646,6 +1647,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;
@@ -1880,4 +1885,5 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 5a0f8542d..835585fe6 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -394,6 +394,7 @@ body.ttrss_main {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
div.prefHelp {
diff --git a/themes/light/utility.less b/themes/light/utility.less
index 087c4ced3..1c30c77ab 100644
--- a/themes/light/utility.less
+++ b/themes/light/utility.less
@@ -101,6 +101,10 @@ body.ttrss_utility.ttrss_login {
body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin : 2em;
+
+ pre {
+ white-space : pre-wrap;
+ }
}
body.ttrss_utility.share_popup {
diff --git a/themes/light/zoom.less b/themes/light/zoom.less
index e06939ac2..e599bc447 100644
--- a/themes/light/zoom.less
+++ b/themes/light/zoom.less
@@ -64,6 +64,7 @@ body.ttrss_zoom {
display : block;
max-width : 98%;
overflow : auto;
+ white-space: pre-wrap;
}
}
}
diff --git a/themes/night.css b/themes/night.css
index face01932..86e8f0a0f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -344,6 +344,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #ccc;
@@ -1801,6 +1802,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;
@@ -1872,6 +1877,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.flat.ttrss_main.ttrss_prefs #main,
body.flat.ttrss_main.ttrss_prefs #footer {
@@ -1887,23 +1893,6 @@ body.flat.ttrss_main.ttrss_prefs div.prefHelp {
body.flat.ttrss_main.ttrss_prefs hr {
border-color: #666;
}
-body.flat.ttrss_main {
- /*
- .post .content img,
- .cdm .content-inner img,
- .post .content video,
- .cdm .content-inner video {
- transition : opacity 0.2s linear, filter 0.2s linear;
- }
-
- .post .content img:not(:hover),
- .cdm .content-inner img:not(:hover),
- .post .content video:not(:hover),
- .cdm .content-inner video:not(:hover) {
- opacity : 0.5;
- filter: grayscale(80%);
- } */
-}
body.flat.ttrss_main img[src*='indicator_white.gif'] {
filter: invert(1);
}
@@ -2028,6 +2017,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
@@ -2081,6 +2073,12 @@ body.flat.ttrss_main ul#filterDlg_Actions {
background: #222;
border-color: #666;
}
+body.flat.ttrss_main .post .content img,
+body.flat.ttrss_main .cdm .content-inner img,
+body.flat.ttrss_main .post .content video,
+body.flat.ttrss_main .cdm .content-inner video {
+ filter: saturate(0.9) brightness(0.8);
+}
body.flat.ttrss_main .article-note {
background: #b87d2c;
border-color: #b87d2c;
diff --git a/themes/night_base.less b/themes/night_base.less
index 0dff7d191..76ea04a7f 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -200,6 +200,10 @@ body.flat.ttrss_main {
}
}
+ .dijitSplitterHover {
+ background-color : rgba(255, 255, 255, 0.25);
+ }
+
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-text-muted;
background: @color-panel-bg;
@@ -267,22 +271,13 @@ body.flat.ttrss_main {
border-color : @border-light;
}
- /*
- .post .content img,
- .cdm .content-inner img,
- .post .content video,
- .cdm .content-inner video {
- transition : opacity 0.2s linear, filter 0.2s linear;
+ .post .content,
+ .cdm .content-inner {
+ img, video {
+ filter: saturate(0.9) brightness(0.8);
+ }
}
- .post .content img:not(:hover),
- .cdm .content-inner img:not(:hover),
- .post .content video:not(:hover),
- .cdm .content-inner video:not(:hover) {
- opacity : 0.5;
- filter: grayscale(80%);
- } */
-
.article-note {
background : @color-accent;
border-color : @color-accent;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index d5cda927f..51c12baa3 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -344,6 +344,7 @@ body.ttrss_main .dijitContentPane pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.ttrss_main div.prefHelp {
color: #ccc;
@@ -1801,6 +1802,10 @@ body.ttrss_utility.installer,
body.ttrss_utility.feed_debugger {
margin: 2em;
}
+body.ttrss_utility.installer pre,
+body.ttrss_utility.feed_debugger pre {
+ white-space: pre-wrap;
+}
body.ttrss_utility.share_popup {
margin: 0;
padding: 0;
@@ -1872,6 +1877,7 @@ body.ttrss_zoom div.post div.content pre {
display: block;
max-width: 98%;
overflow: auto;
+ white-space: pre-wrap;
}
body.flat.ttrss_main.ttrss_prefs #main,
body.flat.ttrss_main.ttrss_prefs #footer {
@@ -1887,23 +1893,6 @@ body.flat.ttrss_main.ttrss_prefs div.prefHelp {
body.flat.ttrss_main.ttrss_prefs hr {
border-color: #666;
}
-body.flat.ttrss_main {
- /*
- .post .content img,
- .cdm .content-inner img,
- .post .content video,
- .cdm .content-inner video {
- transition : opacity 0.2s linear, filter 0.2s linear;
- }
-
- .post .content img:not(:hover),
- .cdm .content-inner img:not(:hover),
- .post .content video:not(:hover),
- .cdm .content-inner video:not(:hover) {
- opacity : 0.5;
- filter: grayscale(80%);
- } */
-}
body.flat.ttrss_main img[src*='indicator_white.gif'] {
filter: invert(1);
}
@@ -2028,6 +2017,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
@@ -2081,6 +2073,12 @@ body.flat.ttrss_main ul#filterDlg_Actions {
background: #222;
border-color: #666;
}
+body.flat.ttrss_main .post .content img,
+body.flat.ttrss_main .cdm .content-inner img,
+body.flat.ttrss_main .post .content video,
+body.flat.ttrss_main .cdm .content-inner video {
+ filter: saturate(0.9) brightness(0.8);
+}
body.flat.ttrss_main .article-note {
background: #257aa7;
border-color: #257aa7;