From 64c4220df7881180cb9c715cc3ca47695ec7603b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 18 Nov 2020 16:13:47 +0000 Subject: [PATCH] Button header background color --- epicyon-profile.css | 5 +++-- theme/blue/theme.json | 1 + theme/hacker/theme.json | 1 + theme/henge/theme.json | 1 + theme/indymediaclassic/theme.json | 1 + theme/indymediamodern/theme.json | 15 ++++++++------- 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 + 14 files changed, 23 insertions(+), 9 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index fe92bbb7..0c01b2ff 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1,6 +1,7 @@ @charset "UTF-8"; :root { + --header-bg-color: #282c37; --main-bg-color: #282c37; --column-left-color: #282c37; --link-bg-color: #282c37; @@ -940,7 +941,7 @@ div.container { } .containerHeader { border: var(--border-width-header) solid var(--border-color); - background-color: var(--main-bg-color); + background-color: var(--header-bg-color); border-radius: var(--timeline-border-radius); padding: var(--header-button-padding); margin: var(--vertical-between-posts-header); @@ -1572,7 +1573,7 @@ div.container { } .containerHeader { border: var(--border-width-header) solid var(--border-color); - background-color: var(--main-bg-color); + background-color: var(--header-bg-color); border-radius: var(--timeline-border-radius); padding: var(--header-button-padding); margin: var(--vertical-between-posts-header); diff --git a/theme/blue/theme.json b/theme/blue/theme.json index e47b8242..54f1ead0 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", + "header-bg-color": "#002365", "column-left-color": "#002365", "text-entry-background": "#002365", "link-bg-color": "#002365", diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 14adc6f5..249a7b2a 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", + "header-bg-color": "black", "column-left-color": "black", "link-bg-color": "black", "main-bg-color-dm": "#0b0a0a", diff --git a/theme/henge/theme.json b/theme/henge/theme.json index 7d5bae9f..7bebf737 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", + "header-bg-color": "#383335", "column-left-color": "#383335", "text-entry-background": "#383335", "link-bg-color": "#383335", diff --git a/theme/indymediaclassic/theme.json b/theme/indymediaclassic/theme.json index 04cf161f..53ed186c 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", + "header-bg-color": "black", "column-left-header-color": "#fff", "column-left-header-background": "#555", "column-left-header-size": "20px", diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 3c754d4a..51a7ec86 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -1,5 +1,6 @@ { - "verticals-width": "3px", + "header-bg-color": "#efefef", + "verticals-width": "0px", "newswire-publish-icon": "False", "full-width-timeline-buttons": "False", "icons-as-buttons": "True", @@ -37,7 +38,7 @@ "column-right-border-width": "0px", "column-left-border-color": "black", "column-left-header-color": "black", - "column-left-header-background": "white", + "column-left-header-background": "#efefef", "column-left-header-style": "none", "search-banner-height": "15vh", "search-banner-height-mobile": "10vh", @@ -49,7 +50,7 @@ "icon-brightness-change": "70%", "border-width": "0px", "border-width-header": "0px", - "tab-border-width": "3px", + "tab-border-width": "0px", "tab-border-color": "grey", "button-corner-radius": "0px", "login-button-color": "#25408f", @@ -63,12 +64,12 @@ "newswire-date-moderated-color": "red", "newswire-date-color": "grey", "timeline-border-radius": "0px", - "button-background": "#767674", + "button-background": "#dedede", "button-background-hover": "#555", "button-text-hover": "white", "button-selected": "white", "button-selected-text": "black", - "button-text": "white", + "button-text": "black", "hashtag-fg-color": "white", "publish-button-background": "#25408f", "publish-button-text": "white", @@ -77,10 +78,10 @@ "font-size-button-mobile": "26px", "font-size-publish-button": "14px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", - "column-left-color": "white", + "column-left-color": "#efefef", "main-bg-color": "white", "main-bg-color-dm": "white", - "link-bg-color": "white", + "link-bg-color": "#efefef", "main-bg-color-reply": "white", "main-bg-color-report": "white", "main-header-color-roles": "#ebebf0", diff --git a/theme/lcd/theme.json b/theme/lcd/theme.json index d17864ec..5e8819ca 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", + "header-bg-color": "#9fb42b", "column-left-color": "#33390d", "column-left-fg-color": "#9fb42b", "link-bg-color": "#33390d", diff --git a/theme/light/theme.json b/theme/light/theme.json index 76fe70ba..191968ce 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", + "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", "link-bg-color": "#e6ebf0", "main-bg-color-reply": "#e0dbf0", diff --git a/theme/night/theme.json b/theme/night/theme.json index 32b61aa9..5d3b9b9b 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", + "header-bg-color": "#0f0d10", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", diff --git a/theme/purple/theme.json b/theme/purple/theme.json index 8e3c6456..7717eaac 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", + "header-bg-color": "#1f152d", "column-left-color": "#1f152d", "link-bg-color": "#1f152d", "main-bg-color-reply": "#1a142d", diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 08edd84e..45a6886f 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", + "header-bg-color": "#100e23", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", diff --git a/theme/solidaric/theme.json b/theme/solidaric/theme.json index 8e59a2b3..efebf803 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", + "header-bg-color": "white", "column-left-color": "white", "main-bg-color-dm": "white", "link-bg-color": "white", diff --git a/theme/starlight/theme.json b/theme/starlight/theme.json index 33eb6a09..a71d3c65 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", + "header-bg-color": "#0f0d10", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", diff --git a/theme/zen/theme.json b/theme/zen/theme.json index c3384573..d2bff111 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", + "header-bg-color": "#5c4e41", "column-left-color": "#5c4e41", "text-entry-background": "#5c4e41", "link-bg-color": "#5c4e41",