From 0979569a98b81aad986cff2316e6d82a710f2f38 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 22 Aug 2025 01:28:00 +0200 Subject: [PATCH 01/27] Create fiedback.de.css --- websites/fiedback.de.css | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 websites/fiedback.de.css diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css new file mode 100644 index 00000000..6ec47125 --- /dev/null +++ b/websites/fiedback.de.css @@ -0,0 +1,49 @@ +/* transparency */ +html, body, +.app-navigation, /* @ sidebar in files */ +.content-list__search, .text-menubar, .text-menubar--ready, +.app-content.no-snapper, /* @ body of tasks app*/ +.header /* @ header of tasks app*/ { + background: none !important; + --color-main-background: transparent !important; + + /* @ sidebar for music app */ + --color-main-background-blur: transparent !important; +} + +/* @ popup menus, right-click, contacts, notifications, settings */ +.v-popper__popper, +.modal-container, +.account-menu__list, +.notification-container, +.contactsmenu__menu { + background: rgba(23, 23, 23, 0.8) !important; + background-color: rgba(23, 23, 23, 0.8) !important; + border-radius: 12px !important; +} + +/* @ darker area of calender, */ +.fc-day, /* @ darker calender area */ +.sm2-bar-ui, /* @ music app header*/ +.frontmatter /* @ markdown properties header in notes*/ { + --color-main-background: rgba(23, 23, 23, 0.5) !important; + --color-background-dark: rgba(23, 23, 23, 0.15) !important; +} + +/* @ volume slider for music app */ +.volume-slider { + background: rgba(23, 23, 23, 0.2) !important; + border-radius: 100px !important; + padding-left: 10px !important; + padding-right: 10px !important; +} + +/* @ volume slider knob */ +.volume-slider::-moz-range-thumb { + background: rgba(32, 32, 32, 0.9) !important; +} + +/* @ memories app sidebar solid color */ +aside#app-sidebar-vue.app-sidebar.app-sidebar--full { + --color-main-background: rgb(23, 23, 23); +} From 6d8996db25857f7f498565da5deb8d20a2a8a296 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 22 Aug 2025 01:30:23 +0200 Subject: [PATCH 02/27] Update fiedback.de.css --- websites/fiedback.de.css | 67 +++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 25 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 6ec47125..9edffa5d 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -3,12 +3,13 @@ html, body, .app-navigation, /* @ sidebar in files */ .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, /* @ body of tasks app*/ -.header /* @ header of tasks app*/ { - background: none !important; - --color-main-background: transparent !important; - - /* @ sidebar for music app */ - --color-main-background-blur: transparent !important; +.header /* @ header of tasks app*/ +{ + background: none !important; + --color-main-background: transparent !important; + + /* @ sidebar for music app */ + --color-main-background-blur: transparent !important; } /* @ popup menus, right-click, contacts, notifications, settings */ @@ -17,33 +18,49 @@ html, body, .account-menu__list, .notification-container, .contactsmenu__menu { - background: rgba(23, 23, 23, 0.8) !important; - background-color: rgba(23, 23, 23, 0.8) !important; - border-radius: 12px !important; + background: rgba(23, 23, 23, .8) !important; + background-color: rgba(23, 23, 23, .8) !important; + border-radius: 12px !important; } /* @ darker area of calender, */ .fc-day, /* @ darker calender area */ -.sm2-bar-ui, /* @ music app header*/ -.frontmatter /* @ markdown properties header in notes*/ { - --color-main-background: rgba(23, 23, 23, 0.5) !important; - --color-background-dark: rgba(23, 23, 23, 0.15) !important; +.frontmatter /* @ markdown properties header in notes*/ +{ + --color-main-background: rgba(23,23,23, 0.5) !important; + --color-background-dark: rgba(23,23,23,0.15) !important; } -/* @ volume slider for music app */ -.volume-slider { - background: rgba(23, 23, 23, 0.2) !important; - border-radius: 100px !important; - padding-left: 10px !important; - padding-right: 10px !important; + +/* @ memories app sidebar solid color */ +aside#app-sidebar-vue.app-sidebar.app-sidebar--full { + --color-main-background: rgb(35, 37, 45); } -/* @ volume slider knob */ -.volume-slider::-moz-range-thumb { - background: rgba(32, 32, 32, 0.9) !important; + +.sm2-bar-ui { /* @ music app header */ + --color-main-background: rgba(23,23,23, 0.5) !important; + --color-background-dark: rgba(23,23,23,0.15) !important; + border-radius: 12px !important; } -/* @ memories app sidebar solid color */ -aside#app-sidebar-vue.app-sidebar.app-sidebar--full { - --color-main-background: rgb(23, 23, 23); +.songcontainer{ /* @ music app open album */ + background-color: rgba(32, 32, 32, 1) !important; + color: rgb(255, 255, 255) !important; +} + +.songcontainer > div > h2 /* @ music app open album title */{ + color: rgb(255, 255, 255) !important; +} +/* @ volume slider for music app */ +.volume-slider{ + background: rgba(23,23,23, 0.2) !important; + border-radius: 100px !important; + padding-left: 10px !important; + padding-right: 10px !important; +} + +/* @ volume slider knob */ + .volume-slider::-moz-range-thumb{ + background: rgba(32, 32, 32, 1) !important; } From 8e46d6e28466d95b7d32d8bc9de0dad06233aab5 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Thu, 21 Aug 2025 23:31:30 +0000 Subject: [PATCH 03/27] gh-actions: format code --- websites/fiedback.de.css | 64 +++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 9edffa5d..708a830f 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -3,13 +3,12 @@ html, body, .app-navigation, /* @ sidebar in files */ .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, /* @ body of tasks app*/ -.header /* @ header of tasks app*/ -{ - background: none !important; - --color-main-background: transparent !important; - - /* @ sidebar for music app */ - --color-main-background-blur: transparent !important; +.header /* @ header of tasks app*/ { + background: none !important; + --color-main-background: transparent !important; + + /* @ sidebar for music app */ + --color-main-background-blur: transparent !important; } /* @ popup menus, right-click, contacts, notifications, settings */ @@ -18,49 +17,48 @@ html, body, .account-menu__list, .notification-container, .contactsmenu__menu { - background: rgba(23, 23, 23, .8) !important; - background-color: rgba(23, 23, 23, .8) !important; - border-radius: 12px !important; + background: rgba(23, 23, 23, 0.8) !important; + background-color: rgba(23, 23, 23, 0.8) !important; + border-radius: 12px !important; } /* @ darker area of calender, */ .fc-day, /* @ darker calender area */ -.frontmatter /* @ markdown properties header in notes*/ -{ - --color-main-background: rgba(23,23,23, 0.5) !important; - --color-background-dark: rgba(23,23,23,0.15) !important; +.frontmatter /* @ markdown properties header in notes*/ { + --color-main-background: rgba(23, 23, 23, 0.5) !important; + --color-background-dark: rgba(23, 23, 23, 0.15) !important; } - /* @ memories app sidebar solid color */ aside#app-sidebar-vue.app-sidebar.app-sidebar--full { - --color-main-background: rgb(35, 37, 45); + --color-main-background: rgb(35, 37, 45); } - -.sm2-bar-ui { /* @ music app header */ - --color-main-background: rgba(23,23,23, 0.5) !important; - --color-background-dark: rgba(23,23,23,0.15) !important; - border-radius: 12px !important; +.sm2-bar-ui { + /* @ music app header */ + --color-main-background: rgba(23, 23, 23, 0.5) !important; + --color-background-dark: rgba(23, 23, 23, 0.15) !important; + border-radius: 12px !important; } -.songcontainer{ /* @ music app open album */ - background-color: rgba(32, 32, 32, 1) !important; - color: rgb(255, 255, 255) !important; +.songcontainer { + /* @ music app open album */ + background-color: rgba(32, 32, 32, 1) !important; + color: rgb(255, 255, 255) !important; } -.songcontainer > div > h2 /* @ music app open album title */{ - color: rgb(255, 255, 255) !important; +.songcontainer > div > h2 /* @ music app open album title */ { + color: rgb(255, 255, 255) !important; } /* @ volume slider for music app */ -.volume-slider{ - background: rgba(23,23,23, 0.2) !important; - border-radius: 100px !important; - padding-left: 10px !important; - padding-right: 10px !important; +.volume-slider { + background: rgba(23, 23, 23, 0.2) !important; + border-radius: 100px !important; + padding-left: 10px !important; + padding-right: 10px !important; } /* @ volume slider knob */ - .volume-slider::-moz-range-thumb{ - background: rgba(32, 32, 32, 1) !important; +.volume-slider::-moz-range-thumb { + background: rgba(32, 32, 32, 1) !important; } From 7549324b15d381b902dfd72c59102204e154db7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Aug 2025 23:31:32 +0000 Subject: [PATCH 04/27] Update styles.json --- styles.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.json b/styles.json index a0a19951..6dbbadac 100644 --- a/styles.json +++ b/styles.json @@ -1162,6 +1162,9 @@ "feedly-Transparency": "html, body, nav, header, .FeedlyChrome, #feedlyFrame, #headerBarFX, .TopHeaderBar, .LeftnavEmptySpace {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}", "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, + "fiedback.de.css": { + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu {\n background: rgba(23, 23, 23, 0.8) !important;\n background-color: rgba(23, 23, 23, 0.8) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ music app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}" + }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", "figma-overlay fix": ".toolbelt--root--jwHGa {\n background-color: var(--color-bg-secondary) !important;\n}" From 308340152f1af1c9df2a37f4f135d2c52860ecaf Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Tue, 26 Aug 2025 00:27:32 +0200 Subject: [PATCH 05/27] Fixes several smaller issues, adjusted theming for Nextcloud Music app --- websites/fiedback.de.css | 76 ++++++++++++++++++++++++++++++++++------ 1 file changed, 66 insertions(+), 10 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 708a830f..23351c6d 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -16,12 +16,13 @@ html, body, .modal-container, .account-menu__list, .notification-container, -.contactsmenu__menu { - background: rgba(23, 23, 23, 0.8) !important; - background-color: rgba(23, 23, 23, 0.8) !important; +.contactsmenu__menu, .input-field__label { + background: rgba(23, 23, 23, 0.9) !important; + background-color: rgba(23, 23, 23, 0.9) !important; border-radius: 12px !important; } + /* @ darker area of calender, */ .fc-day, /* @ darker calender area */ .frontmatter /* @ markdown properties header in notes*/ { @@ -29,36 +30,91 @@ html, body, --color-background-dark: rgba(23, 23, 23, 0.15) !important; } +/* @ files transparency +.files-list__table, .files-list__tbody{ + --color-main-background: rgba(23, 23, 23, 0.00) !important; + background: rgba(23, 23, 23, 0.0) !important; +} +*/ + +/* @ tasks transparency */ +.task-list { + --color-main-background: rgba(23, 23, 23, 0.2) !important; + /* background: rgba(23,23,23, 0.4) !important; */ +} + /* @ memories app sidebar solid color */ aside#app-sidebar-vue.app-sidebar.app-sidebar--full { --color-main-background: rgb(35, 37, 45); } +/* @ music app header */ .sm2-bar-ui { - /* @ music app header */ --color-main-background: rgba(23, 23, 23, 0.5) !important; --color-background-dark: rgba(23, 23, 23, 0.15) !important; border-radius: 12px !important; } +/* @ audio-player app open album */ .songcontainer { - /* @ music app open album */ background-color: rgba(32, 32, 32, 1) !important; color: rgb(255, 255, 255) !important; } -.songcontainer > div > h2 /* @ music app open album title */ { +.songcontainer > div > h2 /* @ audio-player app open album title */ { color: rgb(255, 255, 255) !important; } -/* @ volume slider for music app */ -.volume-slider { +/* @ audio-player volume slider */ +#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider { background: rgba(23, 23, 23, 0.2) !important; border-radius: 100px !important; padding-left: 10px !important; padding-right: 10px !important; } -/* @ volume slider knob */ -.volume-slider::-moz-range-thumb { +/* @ audio-player volume slider knob */ +#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb { background: rgba(32, 32, 32, 1) !important; } + + +/* @ music app top bar and volume slider */ +#controls.started { + background: rgba(80, 80, 80, .2) !important; + backdrop-filter: blur(10px) !important; + border-radius: 1em !important; + box-shadow: #00000040 0 0 20px !important; +} + + +/* @ add outline to artist and album text */ +#controls.started div.song-info.clickable span.title, span.artist{ + text-shadow: + 1px 1px 2px rgba(23, 23, 23, .5), + -1px 1px 2px rgba(23, 23, 23, .5), + -1px -1px 2px rgba(23, 23, 23, .5), + 1px -1px 2px rgba(23, 23, 23, .5); +} + +/* @ music app: add background to popups */ +.popovermenu { + background-color: rgba(32,32,32,0.8) !important; +} + +/* @ music app: adjust volume slider style */ +#controls .volume-control input[type="range"] { + background: rgba(255, 255, 255, .5) !important; + + /* @ move the slider around a bit */ + height: 7px !important; + width: 47px !important; + left: 31px !important; + top: 28px !important; + border-radius: 4px; +} + +/* @ music app album and artist highlight background */ +.album-area.highlight, .artist-area.highlight { + background-color: rgba(23,23,23,0.2) !important; + border-radius: 20px !important; +} \ No newline at end of file From d20952a2ce1c07c65ffaa63e31310ee8beacde00 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Mon, 25 Aug 2025 22:27:53 +0000 Subject: [PATCH 06/27] gh-actions: format code --- websites/fiedback.de.css | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 23351c6d..398827db 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -16,13 +16,13 @@ html, body, .modal-container, .account-menu__list, .notification-container, -.contactsmenu__menu, .input-field__label { +.contactsmenu__menu, +.input-field__label { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; border-radius: 12px !important; } - /* @ darker area of calender, */ .fc-day, /* @ darker calender area */ .frontmatter /* @ markdown properties header in notes*/ { @@ -40,7 +40,7 @@ html, body, /* @ tasks transparency */ .task-list { --color-main-background: rgba(23, 23, 23, 0.2) !important; - /* background: rgba(23,23,23, 0.4) !important; */ + /* background: rgba(23,23,23, 0.4) !important; */ } /* @ memories app sidebar solid color */ @@ -77,44 +77,44 @@ aside#app-sidebar-vue.app-sidebar.app-sidebar--full { background: rgba(32, 32, 32, 1) !important; } - /* @ music app top bar and volume slider */ #controls.started { - background: rgba(80, 80, 80, .2) !important; - backdrop-filter: blur(10px) !important; - border-radius: 1em !important; - box-shadow: #00000040 0 0 20px !important; + background: rgba(80, 80, 80, 0.2) !important; + backdrop-filter: blur(10px) !important; + border-radius: 1em !important; + box-shadow: #00000040 0 0 20px !important; } - /* @ add outline to artist and album text */ -#controls.started div.song-info.clickable span.title, span.artist{ - text-shadow: - 1px 1px 2px rgba(23, 23, 23, .5), - -1px 1px 2px rgba(23, 23, 23, .5), - -1px -1px 2px rgba(23, 23, 23, .5), - 1px -1px 2px rgba(23, 23, 23, .5); +#controls.started div.song-info.clickable span.title, +span.artist { + text-shadow: + 1px 1px 2px rgba(23, 23, 23, 0.5), + -1px 1px 2px rgba(23, 23, 23, 0.5), + -1px -1px 2px rgba(23, 23, 23, 0.5), + 1px -1px 2px rgba(23, 23, 23, 0.5); } /* @ music app: add background to popups */ .popovermenu { - background-color: rgba(32,32,32,0.8) !important; + background-color: rgba(32, 32, 32, 0.8) !important; } /* @ music app: adjust volume slider style */ #controls .volume-control input[type="range"] { - background: rgba(255, 255, 255, .5) !important; - - /* @ move the slider around a bit */ - height: 7px !important; - width: 47px !important; - left: 31px !important; - top: 28px !important; - border-radius: 4px; + background: rgba(255, 255, 255, 0.5) !important; + + /* @ move the slider around a bit */ + height: 7px !important; + width: 47px !important; + left: 31px !important; + top: 28px !important; + border-radius: 4px; } /* @ music app album and artist highlight background */ -.album-area.highlight, .artist-area.highlight { - background-color: rgba(23,23,23,0.2) !important; - border-radius: 20px !important; -} \ No newline at end of file +.album-area.highlight, +.artist-area.highlight { + background-color: rgba(23, 23, 23, 0.2) !important; + border-radius: 20px !important; +} From 58d4cb95b4133d6ce6b6073f3fa7a6d612b53491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Aug 2025 22:27:54 +0000 Subject: [PATCH 07/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index 6dbbadac..9f85f59b 100644 --- a/styles.json +++ b/styles.json @@ -1163,7 +1163,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu {\n background: rgba(23, 23, 23, 0.8) !important;\n background-color: rgba(23, 23, 23, 0.8) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ music app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(80, 80, 80, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", From ea1fe049baa3953cd6f5068aa5cb8d1d3f4125a0 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Tue, 26 Aug 2025 00:35:24 +0200 Subject: [PATCH 08/27] Update fiedback.de.css --- websites/fiedback.de.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 23351c6d..898a8ccc 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -80,7 +80,7 @@ aside#app-sidebar-vue.app-sidebar.app-sidebar--full { /* @ music app top bar and volume slider */ #controls.started { - background: rgba(80, 80, 80, .2) !important; + background: rgba(32, 32, 32, .2) !important; backdrop-filter: blur(10px) !important; border-radius: 1em !important; box-shadow: #00000040 0 0 20px !important; From 839e80b620a72d2e697bb8b205028ba876d27c63 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Mon, 25 Aug 2025 22:38:28 +0000 Subject: [PATCH 09/27] gh-actions: format code --- websites/fiedback.de.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 020b9f83..63a6101b 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -79,10 +79,10 @@ aside#app-sidebar-vue.app-sidebar.app-sidebar--full { /* @ music app top bar and volume slider */ #controls.started { - background: rgba(32, 32, 32, .2) !important; - backdrop-filter: blur(10px) !important; - border-radius: 1em !important; - box-shadow: #00000040 0 0 20px !important; + background: rgba(32, 32, 32, 0.2) !important; + backdrop-filter: blur(10px) !important; + border-radius: 1em !important; + box-shadow: #00000040 0 0 20px !important; } /* @ add outline to artist and album text */ From bb96fbdbba4f50517655cd90649a7f462e59bed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Aug 2025 22:38:30 +0000 Subject: [PATCH 10/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index 9f85f59b..cf94452d 100644 --- a/styles.json +++ b/styles.json @@ -1163,7 +1163,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(80, 80, 80, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", From f17291833e4ef6ed381e5e82ea1ac64f1cc7277a Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz <50417119+LeonardFiedrowicz@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:11:08 +0200 Subject: [PATCH 11/27] Fixed popup menu carret/arrow --- websites/fiedback.de.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 63a6101b..a366f8a9 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -12,7 +12,7 @@ html, body, } /* @ popup menus, right-click, contacts, notifications, settings */ -.v-popper__popper, +.v-popper__inner, /* @ memories app */ .modal-container, .account-menu__list, .notification-container, @@ -20,7 +20,12 @@ html, body, .input-field__label { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; - border-radius: 12px !important; + /* border-radius: 12px !important; */ +} + +/* @ popup menu carret */ +.header-menu__carret, .v-popper__arrow-container { + border-bottom-color: rgba(23,23,23, 0.9) !important; } /* @ darker area of calender, */ From 49dba4d7c4ec14e27c21e7b9d72a1f11ae37f48f Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Tue, 26 Aug 2025 14:11:31 +0000 Subject: [PATCH 12/27] gh-actions: format code --- websites/fiedback.de.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index a366f8a9..3e32d6a0 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -24,8 +24,9 @@ html, body, } /* @ popup menu carret */ -.header-menu__carret, .v-popper__arrow-container { - border-bottom-color: rgba(23,23,23, 0.9) !important; +.header-menu__carret, +.v-popper__arrow-container { + border-bottom-color: rgba(23, 23, 23, 0.9) !important; } /* @ darker area of calender, */ From ee58417005d97265ee136d4167d7382264259ac1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Aug 2025 14:11:32 +0000 Subject: [PATCH 13/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index cf94452d..2d05beeb 100644 --- a/styles.json +++ b/styles.json @@ -1163,7 +1163,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__popper, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", From 60fff1874291e399e74700f54662effde5bcd4d3 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Tue, 26 Aug 2025 21:20:48 +0200 Subject: [PATCH 14/27] Fixed memories app popup. --- websites/fiedback.de.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 3e32d6a0..9a733008 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -17,7 +17,8 @@ html, body, .account-menu__list, .notification-container, .contactsmenu__menu, -.input-field__label { +.input-field__label, +.memories-top-bar { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; /* border-radius: 12px !important; */ From 3172366fceff2e1ca93afd8354070cdce3b0fbe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Aug 2025 19:21:12 +0000 Subject: [PATCH 15/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index 2d05beeb..65cb16ef 100644 --- a/styles.json +++ b/styles.json @@ -1163,7 +1163,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", From f9a3dc6adf132e06c6bebdf6fb41079b943c1a7c Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 12 Sep 2025 14:10:55 +0200 Subject: [PATCH 16/27] Added transparency to file list border, calendar border --- websites/fiedback.de.css | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index 9a733008..d121247c 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -9,6 +9,9 @@ html, body, /* @ sidebar for music app */ --color-main-background-blur: transparent !important; + + /* @ border color for calendar, maybe change to be more selective */ + --color-border: rgba(125, 125, 125, .1) !important; } /* @ popup menus, right-click, contacts, notifications, settings */ @@ -30,20 +33,27 @@ html, body, border-bottom-color: rgba(23, 23, 23, 0.9) !important; } +/* @ files table border */ +.files-list__table { + --color-border: transparent !important; +} + /* @ darker area of calender, */ .fc-day, /* @ darker calender area */ .frontmatter /* @ markdown properties header in notes*/ { --color-main-background: rgba(23, 23, 23, 0.5) !important; --color-background-dark: rgba(23, 23, 23, 0.15) !important; + + /* @ background for calendar yearly view days outside of month + --fc-neutral-bg-color: transparent !important; } -/* @ files transparency -.files-list__table, .files-list__tbody{ - --color-main-background: rgba(23, 23, 23, 0.00) !important; - background: rgba(23, 23, 23, 0.0) !important; +/* @ calendar menu toggle button */ +.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper { + background: rgba(23,23,23, 0.5) !important ; + border-radius: 10px !important; } -*/ - + /* @ tasks transparency */ .task-list { --color-main-background: rgba(23, 23, 23, 0.2) !important; From 800bd0ccf3c15b607db52217326ab3226d8ab87c Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 12 Sep 2025 14:16:09 +0200 Subject: [PATCH 17/27] Update fiedback.de.css --- websites/fiedback.de.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index d121247c..ae0dfe14 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -24,7 +24,6 @@ html, body, .memories-top-bar { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; - /* border-radius: 12px !important; */ } /* @ popup menu carret */ @@ -39,12 +38,12 @@ html, body, } /* @ darker area of calender, */ -.fc-day, /* @ darker calender area */ +.fc-day, .frontmatter /* @ markdown properties header in notes*/ { --color-main-background: rgba(23, 23, 23, 0.5) !important; --color-background-dark: rgba(23, 23, 23, 0.15) !important; - /* @ background for calendar yearly view days outside of month + /* @ background for calendar yearly view days outside of month */ --fc-neutral-bg-color: transparent !important; } From 2b7960cebf52a97233b50dc77859c720e77ce610 Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 12 Sep 2025 12:16:28 +0000 Subject: [PATCH 18/27] gh-actions: format code --- websites/fiedback.de.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index ae0dfe14..f24b2e63 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -10,8 +10,8 @@ html, body, /* @ sidebar for music app */ --color-main-background-blur: transparent !important; - /* @ border color for calendar, maybe change to be more selective */ - --color-border: rgba(125, 125, 125, .1) !important; + /* @ border color for calendar, maybe change to be more selective */ + --color-border: rgba(125, 125, 125, 0.1) !important; } /* @ popup menus, right-click, contacts, notifications, settings */ @@ -34,7 +34,7 @@ html, body, /* @ files table border */ .files-list__table { - --color-border: transparent !important; + --color-border: transparent !important; } /* @ darker area of calender, */ @@ -42,17 +42,17 @@ html, body, .frontmatter /* @ markdown properties header in notes*/ { --color-main-background: rgba(23, 23, 23, 0.5) !important; --color-background-dark: rgba(23, 23, 23, 0.15) !important; - + /* @ background for calendar yearly view days outside of month */ --fc-neutral-bg-color: transparent !important; } /* @ calendar menu toggle button */ .content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper { - background: rgba(23,23,23, 0.5) !important ; - border-radius: 10px !important; + background: rgba(23, 23, 23, 0.5) !important ; + border-radius: 10px !important; } - + /* @ tasks transparency */ .task-list { --color-main-background: rgba(23, 23, 23, 0.2) !important; From ca21788fb24f4c3d43fb429791313eb07de5015b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Sep 2025 12:16:30 +0000 Subject: [PATCH 19/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index 0bf4629e..484fd3eb 100644 --- a/styles.json +++ b/styles.json @@ -1163,7 +1163,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", From c62b90607106dba4313eced46711358e6b71edcc Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz <50417119+LeonardFiedrowicz@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:29:26 +0200 Subject: [PATCH 20/27] Changed filename for general Nextcloud instances --- websites/{fiedback.de.css => nextcloud.localhost.css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename websites/{fiedback.de.css => nextcloud.localhost.css} (100%) diff --git a/websites/fiedback.de.css b/websites/nextcloud.localhost.css similarity index 100% rename from websites/fiedback.de.css rename to websites/nextcloud.localhost.css From 586053e58fb7c5572a94b049fbd6aaa7a1be07b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Sep 2025 13:29:48 +0000 Subject: [PATCH 21/27] Update styles.json --- styles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.json b/styles.json index 6ee7fb22..0d5bf378 100644 --- a/styles.json +++ b/styles.json @@ -1186,9 +1186,6 @@ "feedly-Transparency": "html, body, nav, header, .FeedlyChrome, #feedlyFrame, #headerBarFX, .TopHeaderBar, .LeftnavEmptySpace {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}", "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, - "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" - }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", "figma-overlay fix": ".toolbelt--root--jwHGa {\n background-color: var(--color-bg-secondary) !important;\n}" @@ -1941,6 +1938,9 @@ "news.ycombinator.com.css": { "ycom-transparency": ":root {\n --darkreader-background-ffffff: transparent !important;\n}\ntable {\n background-color: transparent !important;\n}" }, + "nextcloud.localhost.css": { + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + }, "nexusmods.com.css": { "nexusmods-transparency": "html, body, nav, header, header > div, ::before, .home-intro, .collections-banner-wrapper, .static .wrap, .modtabs, .to-surface-base, section > div, .info-details, .tabcontent {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n}\n#mainContent > .relative > div img.w-screen {\n display: none !important;\n}", "no footer": "footer {\n display: none !important;\n}" From ef5c3ce543aee14b8997bc46fecf56443b96416c Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Fri, 19 Sep 2025 13:22:33 +0200 Subject: [PATCH 22/27] Create fiedback.de.css --- websites/fiedback.de.css | 136 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 websites/fiedback.de.css diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css new file mode 100644 index 00000000..f24b2e63 --- /dev/null +++ b/websites/fiedback.de.css @@ -0,0 +1,136 @@ +/* transparency */ +html, body, +.app-navigation, /* @ sidebar in files */ +.content-list__search, .text-menubar, .text-menubar--ready, +.app-content.no-snapper, /* @ body of tasks app*/ +.header /* @ header of tasks app*/ { + background: none !important; + --color-main-background: transparent !important; + + /* @ sidebar for music app */ + --color-main-background-blur: transparent !important; + + /* @ border color for calendar, maybe change to be more selective */ + --color-border: rgba(125, 125, 125, 0.1) !important; +} + +/* @ popup menus, right-click, contacts, notifications, settings */ +.v-popper__inner, /* @ memories app */ +.modal-container, +.account-menu__list, +.notification-container, +.contactsmenu__menu, +.input-field__label, +.memories-top-bar { + background: rgba(23, 23, 23, 0.9) !important; + background-color: rgba(23, 23, 23, 0.9) !important; +} + +/* @ popup menu carret */ +.header-menu__carret, +.v-popper__arrow-container { + border-bottom-color: rgba(23, 23, 23, 0.9) !important; +} + +/* @ files table border */ +.files-list__table { + --color-border: transparent !important; +} + +/* @ darker area of calender, */ +.fc-day, +.frontmatter /* @ markdown properties header in notes*/ { + --color-main-background: rgba(23, 23, 23, 0.5) !important; + --color-background-dark: rgba(23, 23, 23, 0.15) !important; + + /* @ background for calendar yearly view days outside of month */ + --fc-neutral-bg-color: transparent !important; +} + +/* @ calendar menu toggle button */ +.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper { + background: rgba(23, 23, 23, 0.5) !important ; + border-radius: 10px !important; +} + +/* @ tasks transparency */ +.task-list { + --color-main-background: rgba(23, 23, 23, 0.2) !important; + /* background: rgba(23,23,23, 0.4) !important; */ +} + +/* @ memories app sidebar solid color */ +aside#app-sidebar-vue.app-sidebar.app-sidebar--full { + --color-main-background: rgb(35, 37, 45); +} + +/* @ music app header */ +.sm2-bar-ui { + --color-main-background: rgba(23, 23, 23, 0.5) !important; + --color-background-dark: rgba(23, 23, 23, 0.15) !important; + border-radius: 12px !important; +} + +/* @ audio-player app open album */ +.songcontainer { + background-color: rgba(32, 32, 32, 1) !important; + color: rgb(255, 255, 255) !important; +} + +.songcontainer > div > h2 /* @ audio-player app open album title */ { + color: rgb(255, 255, 255) !important; +} +/* @ audio-player volume slider */ +#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider { + background: rgba(23, 23, 23, 0.2) !important; + border-radius: 100px !important; + padding-left: 10px !important; + padding-right: 10px !important; +} + +/* @ audio-player volume slider knob */ +#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb { + background: rgba(32, 32, 32, 1) !important; +} + +/* @ music app top bar and volume slider */ +#controls.started { + background: rgba(32, 32, 32, 0.2) !important; + backdrop-filter: blur(10px) !important; + border-radius: 1em !important; + box-shadow: #00000040 0 0 20px !important; +} + +/* @ add outline to artist and album text */ +#controls.started div.song-info.clickable span.title, +span.artist { + text-shadow: + 1px 1px 2px rgba(23, 23, 23, 0.5), + -1px 1px 2px rgba(23, 23, 23, 0.5), + -1px -1px 2px rgba(23, 23, 23, 0.5), + 1px -1px 2px rgba(23, 23, 23, 0.5); +} + +/* @ music app: add background to popups */ +.popovermenu { + background-color: rgba(32, 32, 32, 0.8) !important; +} + +/* @ music app: adjust volume slider style */ +#controls .volume-control input[type="range"] { + background: rgba(255, 255, 255, 0.5) !important; + + /* @ move the slider around a bit */ + height: 7px !important; + width: 47px !important; + left: 31px !important; + top: 28px !important; + border-radius: 4px; +} + +/* @ music app album and artist highlight background */ +.album-area.highlight, +.artist-area.highlight { + background-color: rgba(23, 23, 23, 0.2) !important; + border-radius: 20px !important; +} From cfb482bda5ee9bb9aad453bfd9407098a3096db6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Sep 2025 11:22:58 +0000 Subject: [PATCH 23/27] Update styles.json --- styles.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.json b/styles.json index 0d5bf378..cdfdd4a7 100644 --- a/styles.json +++ b/styles.json @@ -1186,6 +1186,9 @@ "feedly-Transparency": "html, body, nav, header, .FeedlyChrome, #feedlyFrame, #headerBarFX, .TopHeaderBar, .LeftnavEmptySpace {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}", "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, + "fiedback.de.css": { + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", "figma-overlay fix": ".toolbelt--root--jwHGa {\n background-color: var(--color-bg-secondary) !important;\n}" From a874c31c65d8dcc9a2cdd695a94df59be93a81fa Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz <50417119+LeonardFiedrowicz@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:25:29 +0200 Subject: [PATCH 24/27] Minor change to pop-up menus --- websites/nextcloud.localhost.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websites/nextcloud.localhost.css b/websites/nextcloud.localhost.css index f24b2e63..ca24487b 100644 --- a/websites/nextcloud.localhost.css +++ b/websites/nextcloud.localhost.css @@ -1,4 +1,4 @@ -/* transparency */ +/* nc-transparency */ html, body, .app-navigation, /* @ sidebar in files */ .content-list__search, .text-menubar, .text-menubar--ready, @@ -24,6 +24,7 @@ html, body, .memories-top-bar { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; + border-radius: 12px !important; } /* @ popup menu carret */ From d2f118512a26742bb1b98b17d327de64c901b7da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Sep 2025 09:25:51 +0000 Subject: [PATCH 25/27] Update styles.json --- styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.json b/styles.json index 3e904a0e..2fbf528c 100644 --- a/styles.json +++ b/styles.json @@ -1958,7 +1958,7 @@ "ycom-transparency": ":root {\n --darkreader-background-ffffff: transparent !important;\n}\ntable {\n background-color: transparent !important;\n}" }, "nextcloud.localhost.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "nc-transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "nexusmods.com.css": { "nexusmods-transparency": "html, body, nav, header, header > div, ::before, .home-intro, .collections-banner-wrapper, .static .wrap, .modtabs, .to-surface-base, section > div, .info-details, .tabcontent {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n}\n#mainContent > .relative > div img.w-screen {\n display: none !important;\n}", From b4af9d8a2fb86e2af980f2a62ed829a13035335d Mon Sep 17 00:00:00 2001 From: LeonardFiedrowicz Date: Mon, 29 Sep 2025 21:10:41 +0200 Subject: [PATCH 26/27] Added login screen adjustment --- websites/fiedback.de.css | 4 +++- websites/nextcloud.localhost.css | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/websites/fiedback.de.css b/websites/fiedback.de.css index f24b2e63..fb2c9f0f 100644 --- a/websites/fiedback.de.css +++ b/websites/fiedback.de.css @@ -21,9 +21,11 @@ html, body, .notification-container, .contactsmenu__menu, .input-field__label, -.memories-top-bar { +.memories-top-bar, +.login-box { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; + border-radius: 12px !important; } /* @ popup menu carret */ diff --git a/websites/nextcloud.localhost.css b/websites/nextcloud.localhost.css index ca24487b..afe1d5f5 100644 --- a/websites/nextcloud.localhost.css +++ b/websites/nextcloud.localhost.css @@ -21,7 +21,8 @@ html, body, .notification-container, .contactsmenu__menu, .input-field__label, -.memories-top-bar { +.memories-top-bar, +.login-box { background: rgba(23, 23, 23, 0.9) !important; background-color: rgba(23, 23, 23, 0.9) !important; border-radius: 12px !important; From 0339e46f97b0ff660ee076eef5ca2f2ea5fc2fde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Sep 2025 19:11:07 +0000 Subject: [PATCH 27/27] Update styles.json --- styles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.json b/styles.json index 2fbf528c..82cdee65 100644 --- a/styles.json +++ b/styles.json @@ -1203,7 +1203,7 @@ "feedly-No thanks": ".TZCVJGAQJfvz8bV8MrrA {\n display: none !important;\n}" }, "fiedback.de.css": { - "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar, .login-box {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "figma.com.css": { "figma-transparency": "html, body, .objects_panel_container--container--jBz9j, .sidebar--navDefault--pYuzm, #left-panel-container > div, [data-testid=\"layer-row-with-children\"], .x1n5zjp5, [aria-label=\"Right sidebar\"] > div, [aria-label=\"Left sidebar\"] > div, .properties_panel--propertiesPanel--BQ7Lw, #fullscreen-root .gpu-view-content canvas {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n transition:\n background-color 0.5s ease-in-out,\n background 0.5s ease-in-out,\n border 0.5s ease-in-out,\n box-shadow 0.5s ease-in-out !important;\n}\n:root, [data-preferred-theme=\"dark\"], [data-preferred-theme=\"light\"] {\n --color-border: transparent !important;\n}", @@ -1958,7 +1958,7 @@ "ycom-transparency": ":root {\n --darkreader-background-ffffff: transparent !important;\n}\ntable {\n background-color: transparent !important;\n}" }, "nextcloud.localhost.css": { - "nc-transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" + "nc-transparency": "html, body, .app-navigation, .content-list__search, .text-menubar, .text-menubar--ready, .app-content.no-snapper, .header /* @ header of tasks app*/ {\n background: none !important;\n --color-main-background: transparent !important;\n --color-main-background-blur: transparent !important;\n --color-border: rgba(125, 125, 125, 0.1) !important;\n}\n.v-popper__inner, .modal-container, .account-menu__list, .notification-container, .contactsmenu__menu, .input-field__label, .memories-top-bar, .login-box {\n background: rgba(23, 23, 23, 0.9) !important;\n background-color: rgba(23, 23, 23, 0.9) !important;\n border-radius: 12px !important;\n}\n.header-menu__carret, .v-popper__arrow-container {\n border-bottom-color: rgba(23, 23, 23, 0.9) !important;\n}\n.files-list__table {\n --color-border: transparent !important;\n}\n.fc-day, .frontmatter /* @ markdown properties header in notes*/ {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n --fc-neutral-bg-color: transparent !important;\n}\n.content.app-calendar div.app-navigation div.app-navigation-toggle-wrapper {\n background: rgba(23, 23, 23, 0.5) !important ;\n border-radius: 10px !important;\n}\n.task-list {\n --color-main-background: rgba(23, 23, 23, 0.2) !important;\n}\naside#app-sidebar-vue.app-sidebar.app-sidebar--full {\n --color-main-background: rgb(35, 37, 45);\n}\n.sm2-bar-ui {\n --color-main-background: rgba(23, 23, 23, 0.5) !important;\n --color-background-dark: rgba(23, 23, 23, 0.15) !important;\n border-radius: 12px !important;\n}\n.songcontainer {\n background-color: rgba(32, 32, 32, 1) !important;\n color: rgb(255, 255, 255) !important;\n}\n.songcontainer > div > h2 /* @ audio-player app open album title */ {\n color: rgb(255, 255, 255) !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider {\n background: rgba(23, 23, 23, 0.2) !important;\n border-radius: 100px !important;\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n#playerVolume.sm2-button-bd.sm2-inline-button.volume-slider::-moz-range-thumb {\n background: rgba(32, 32, 32, 1) !important;\n}\n#controls.started {\n background: rgba(32, 32, 32, 0.2) !important;\n backdrop-filter: blur(10px) !important;\n border-radius: 1em !important;\n box-shadow: #00000040 0 0 20px !important;\n}\n#controls.started div.song-info.clickable span.title, span.artist {\n text-shadow:\n 1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px 1px 2px rgba(23, 23, 23, 0.5),\n -1px -1px 2px rgba(23, 23, 23, 0.5),\n 1px -1px 2px rgba(23, 23, 23, 0.5);\n}\n.popovermenu {\n background-color: rgba(32, 32, 32, 0.8) !important;\n}\n#controls .volume-control input[type=\"range\"] {\n background: rgba(255, 255, 255, 0.5) !important;\n height: 7px !important;\n width: 47px !important;\n left: 31px !important;\n top: 28px !important;\n border-radius: 4px;\n}\n.album-area.highlight, .artist-area.highlight {\n background-color: rgba(23, 23, 23, 0.2) !important;\n border-radius: 20px !important;\n}" }, "nexusmods.com.css": { "nexusmods-transparency": "html, body, nav, header, header > div, ::before, .home-intro, .collections-banner-wrapper, .static .wrap, .modtabs, .to-surface-base, section > div, .info-details, .tabcontent {\n background-color: transparent !important;\n background: none !important;\n border: none !important;\n box-shadow: none !important;\n}\n#mainContent > .relative > div img.w-screen {\n display: none !important;\n}",