-
-
Notifications
You must be signed in to change notification settings - Fork 96
Added stylesheet for Nextcloud instances #1893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LeonardFiedrowicz
wants to merge
31
commits into
sameerasw:main
Choose a base branch
from
LeonardFiedrowicz:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0979569
Create fiedback.de.css
LeonardFiedrowicz 6d8996d
Update fiedback.de.css
LeonardFiedrowicz 8e46d6e
gh-actions: format code
LeonardFiedrowicz 7549324
Update styles.json
github-actions[bot] 3083401
Fixes several smaller issues, adjusted theming for Nextcloud Music app
LeonardFiedrowicz d20952a
gh-actions: format code
LeonardFiedrowicz 58d4cb9
Update styles.json
github-actions[bot] ea1fe04
Update fiedback.de.css
LeonardFiedrowicz 9b6cf7e
Merge branch 'main' of https://github.com/LeonardFiedrowicz/my-internet
LeonardFiedrowicz 839e80b
gh-actions: format code
LeonardFiedrowicz bb96fbd
Update styles.json
github-actions[bot] f172918
Fixed popup menu carret/arrow
LeonardFiedrowicz 49dba4d
gh-actions: format code
LeonardFiedrowicz ee58417
Update styles.json
github-actions[bot] 60fff18
Fixed memories app popup.
LeonardFiedrowicz 3172366
Update styles.json
github-actions[bot] dc9b1b1
Merge branch 'sameerasw:main' into main
LeonardFiedrowicz f9a3dc6
Added transparency to file list border, calendar border
LeonardFiedrowicz 800bd0c
Update fiedback.de.css
LeonardFiedrowicz 2b7960c
gh-actions: format code
LeonardFiedrowicz ca21788
Update styles.json
github-actions[bot] 2c63edb
Merge branch 'sameerasw:main' into main
LeonardFiedrowicz c62b906
Changed filename for general Nextcloud instances
LeonardFiedrowicz 586053e
Update styles.json
github-actions[bot] ef5c3ce
Create fiedback.de.css
LeonardFiedrowicz cfb482b
Update styles.json
github-actions[bot] 49b271c
Merge branch 'sameerasw:main' into main
LeonardFiedrowicz a874c31
Minor change to pop-up menus
LeonardFiedrowicz d2f1185
Update styles.json
github-actions[bot] b4af9d8
Added login screen adjustment
LeonardFiedrowicz 0339e46
Update styles.json
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,136 @@ | ||
| /* transparency */ | ||
sameerasw marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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; | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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; | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that you have your personal website in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that wasn't intentional. I wouldn't mind keeping it in, although that makes testing the style transfer harder.