From ed9be6dfbf24f6da393ea049ea3e9f75693aa48c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 Nov 2020 17:05:39 +0000 Subject: [PATCH] Background color for options screen --- epicyon-options.css | 7 ++++--- theme/blue/theme.json | 1 + theme/debian/theme.json | 1 + theme/hacker/theme.json | 1 + theme/henge/theme.json | 1 + theme/indymediaclassic/theme.json | 1 + theme/indymediamodern/theme.json | 1 + theme/lcd/theme.json | 1 + theme/light/theme.json | 1 + theme/night/theme.json | 1 + theme/purple/theme.json | 1 + theme/rc3/theme.json | 1 + theme/solidaric/theme.json | 1 + theme/starlight/theme.json | 1 + theme/zen/theme.json | 1 + 15 files changed, 18 insertions(+), 3 deletions(-) diff --git a/epicyon-options.css b/epicyon-options.css index 7e67587f..2db3f9fb 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -1,7 +1,7 @@ @charset "UTF-8"; :root { - --main-bg-color: #282c37; + --options-bg-color: #282c37; --link-bg-color: #282c37; --options-fg-color: #dddddd; --main-link-color: #999; @@ -59,7 +59,7 @@ body, html { -moz-background-size: cover; background-repeat: no-repeat; background-position: center; - background-color: var(--main-bg-color); + background-color: var(--options-bg-color); color: var(--options-fg-color); height: 100%; @@ -101,7 +101,7 @@ a:focus { .follow { height: 100%; position: relative; - background-color: var(--main-bg-color); + background-color: var(--options-bg-color); } .followAvatar { @@ -134,6 +134,7 @@ a:focus { } .options img { + background-color: var(--options-bg-color); width: 15%; } diff --git a/theme/blue/theme.json b/theme/blue/theme.json index 8772270d..c4331388 100644 --- a/theme/blue/theme.json +++ b/theme/blue/theme.json @@ -17,6 +17,7 @@ "gallery-font-size": "35px", "gallery-font-size-mobile": "55px", "main-bg-color": "#002365", + "options-bg-color": "#002365", "post-bg-color": "#002365", "timeline-posts-background-color": "#002365", "header-bg-color": "#002365", diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 4b956ecc..02d24ae1 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -25,6 +25,7 @@ "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#e6ebf0", "main-bg-color": "#e6ebf0", + "options-bg-color": "black", "post-bg-color": "#e6ebf0", "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 4e1237c4..019a23cb 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -6,6 +6,7 @@ "publish-button-at-top": "False", "focus-color": "green", "main-bg-color": "black", + "options-bg-color": "black", "post-bg-color": "black", "timeline-posts-background-color": "black", "header-bg-color": "black", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index 1ecd74cb..67619d79 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -14,6 +14,7 @@ "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#383335", + "options-bg-color": "#383335", "post-bg-color": "#383335", "timeline-posts-background-color": "#383335", "header-bg-color": "#383335", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index a5c208ff..f6084e19 100644 --- a/theme/indymediaclassic/theme.json +++ b/theme/indymediaclassic/theme.json @@ -27,6 +27,7 @@ "font-size4": "24px", "font-size5": "22px", "main-bg-color": "black", + "options-bg-color": "black", "post-bg-color": "black", "timeline-posts-background-color": "black", "header-bg-color": "black", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index a272447d..def60450 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -88,6 +88,7 @@ "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#efefef", "main-bg-color": "#efefef", + "options-bg-color": "#efefef", "post-bg-color": "white", "timeline-posts-background-color": "white", "main-bg-color-dm": "white", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index d2faebea..65e73833 100644 --- a/theme/lcd/theme.json +++ b/theme/lcd/theme.json @@ -8,6 +8,7 @@ "column-left-header-background": "#9fb42b", "column-left-header-color": "#33390d", "main-bg-color": "#9fb42b", + "options-bg-color": "#9fb42b", "post-bg-color": "#9fb42b", "timeline-posts-background-color": "#9fb42b", "header-bg-color": "#9fb42b", diff --git a/theme/light/theme.json b/theme/light/theme.json index 1b26c7ae..6ef07101 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -22,6 +22,7 @@ "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#e6ebf0", "main-bg-color": "#e6ebf0", + "options-bg-color": "#e6ebf0", "post-bg-color": "#e6ebf0", "timeline-posts-background-color": "#e6ebf0", "header-bg-color": "#e6ebf0", diff --git a/theme/night/theme.json b/theme/night/theme.json index 6490f71e..fa5becf3 100644 --- a/theme/night/theme.json +++ b/theme/night/theme.json @@ -20,6 +20,7 @@ "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#0f0d10", + "options-bg-color": "#0f0d10", "post-bg-color": "#0f0d10", "timeline-posts-background-color": "#0f0d10", "header-bg-color": "#0f0d10", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index 5686cb31..03e60d14 100644 --- a/theme/purple/theme.json +++ b/theme/purple/theme.json @@ -13,6 +13,7 @@ "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#1f152d", + "options-bg-color": "#1f152d", "post-bg-color": "#1f152d", "timeline-posts-background-color": "#1f152d", "header-bg-color": "#1f152d", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 734d40ea..d33ff790 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -41,6 +41,7 @@ "font-size5": "12px", "font-size-likes": "10px", "main-bg-color": "#100e23", + "options-bg-color": "#100e23", "post-bg-color": "#100e23", "timeline-posts-background-color": "#100e23", "header-bg-color": "#100e23", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index d2a5894a..7c4edde1 100644 --- a/theme/solidaric/theme.json +++ b/theme/solidaric/theme.json @@ -29,6 +29,7 @@ "font-size5": "22px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "main-bg-color": "white", + "options-bg-color": "white", "post-bg-color": "white", "timeline-posts-background-color": "white", "header-bg-color": "#ddd", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index b025f557..3cae855f 100644 --- a/theme/starlight/theme.json +++ b/theme/starlight/theme.json @@ -16,6 +16,7 @@ "font-size4": "24px", "font-size5": "22px", "main-bg-color": "#0f0d10", + "options-bg-color": "#0f0d10", "post-bg-color": "#0f0d10", "timeline-posts-background-color": "#0f0d10", "header-bg-color": "#0f0d10", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index 50524edd..d1440ae7 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -8,6 +8,7 @@ "banner-height-mobile": "10vh", "newswire-date-color": "yellow", "main-bg-color": "#5c4e41", + "options-bg-color": "#5c4e41", "post-bg-color": "#5c4e41", "timeline-posts-background-color": "#5c4e41", "header-bg-color": "#5c4e41",