-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
1,006 additions
and
1,383 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
core/css/.sass-cache | ||
core/css/server.css.map | ||
.directory |
This file contains 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,15 @@ | ||
The icons for this theme are from the following projects: | ||
|
||
* Nextcloud Server - [https://github.com/nextcloud/server](https://github.com/nextcloud/server) | ||
* Nextcloud Serverinfo - [https://github.com/nextcloud/serverinfo](https://github.com/nextcloud/serverinfo) | ||
* Nextcloud News - [https://github.com/nextcloud/news](https://github.com/nextcloud/news) | ||
* Nextcloud Activity - [https://github.com/nextcloud/activity](https://github.com/nextcloud/activity) | ||
* Nextcloud Two Factor TOTP - [https://github.com/nextcloud/twofactor_totp](https://github.com/nextcloud/twofactor_totp) | ||
* Nextcloud Two Factor U2F - [https://github.com/nextcloud/twofactor_u2f](https://github.com/nextcloud/twofactor_u2f) | ||
* Nextcloud Gallery - [https://github.com/nextcloud/gallery](https://github.com/nextcloud/gallery) | ||
* Nextcloud Calendar - [https://github.com/nextcloud/calendar](https://github.com/nextcloud/calendar) | ||
* Nextcloud Announcement Center - [https://github.com/nextcloud/announcementcenter](https://github.com/nextcloud/announcementcenter) | ||
* Nextcloud Social Sharing - [https://github.com/nextcloud/socialsharing](https://github.com/nextcloud/socialsharing) | ||
* Audio Player - [https://github.com/Rello/audioplayer](https://github.com/Rello/audioplayer) | ||
|
||
The colours of the icons have been changed to better fit the style of the theme. |
This file contains 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 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,123 @@ | ||
#app-navigation-toggle_alternative { | ||
background-color: $background-normal; | ||
} | ||
|
||
// Progress Bar | ||
|
||
.sm2-bar-ui { | ||
&, .bd a { | ||
color: $foreground-normal; | ||
} | ||
|
||
.sm2-inline-gradient { | ||
background-color: $background-normal; | ||
} | ||
|
||
.bd .sm2-button-element:hover { | ||
background-color: $background-normal; | ||
} | ||
} | ||
|
||
.sm2-progress { | ||
|
||
.sm2-progress-bar { | ||
background-color: $background-active; | ||
background-image: none; | ||
} | ||
|
||
.sm2-progress-track { | ||
background-color: $background-dark; | ||
background-image: none; | ||
} | ||
|
||
.sm2-progress-ball { | ||
background-color: rgba(242, 242, 242, 1); | ||
} | ||
} | ||
|
||
// Sidebar | ||
|
||
#myCategory li { | ||
|
||
&.activeIndiPlaylist:hover { | ||
font-weight: bold; | ||
} | ||
|
||
&:hover { | ||
background-color: $background-active-hover; | ||
font-weight: normal; | ||
} | ||
} | ||
.sm2-playlist-cover { | ||
background-color: $background-active-hover !important; | ||
} | ||
|
||
// Content | ||
|
||
.albumdescr { | ||
|
||
span.albumname { | ||
color: $foreground-normal; | ||
} | ||
|
||
span.artist { | ||
color: $foreground-inactive; | ||
} | ||
} | ||
|
||
.songcontainer { | ||
background-color: $background-dark !important; | ||
color: $foreground-normal !important; | ||
box-shadow: none; | ||
|
||
.songcontainer-cover { | ||
box-shadow: none; | ||
} | ||
|
||
span.title, span.number, span.time { | ||
color: $foreground-normal !important; | ||
} | ||
} | ||
|
||
#individual-playlist-header { | ||
|
||
span { | ||
color: $foreground-normal; | ||
} | ||
|
||
.header-indi { | ||
border-bottom-color: $decoration-normal; | ||
color: $foreground-normal; | ||
} | ||
} | ||
|
||
#individual-playlist { | ||
|
||
li { | ||
color: $foreground-normal; | ||
|
||
&.dragable:hover { | ||
background-color: $background-active-hover; | ||
} | ||
|
||
span.title, span.interpret, span.album-indi, span.time { | ||
color: $foreground-normal !important; | ||
} | ||
} | ||
|
||
.ioc { | ||
color: $foreground-normal !important; | ||
} | ||
} | ||
|
||
#phototools { | ||
background-color: $background-normal; | ||
border: 1px solid $decoration-normal; | ||
-moz-box-shadow: none; | ||
-webkit-box-shadow: none; | ||
box-shadow: none; | ||
|
||
img { | ||
filter: invert(95%); | ||
} | ||
} |
This file contains 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,52 @@ | ||
#bm_import:hover ~ button#bm_import_submit { | ||
background-color: $background-normal; | ||
color: $foreground-normal; | ||
} | ||
|
||
.bookmark_single { | ||
border-bottom-color: $decoration-normal; | ||
|
||
&:hover { | ||
background-color: $background-active-hover; | ||
} | ||
} | ||
|
||
.bookmark_single_form { | ||
border-bottom-color: $decoration-normal; | ||
|
||
.tagit { | ||
box-shadow: none; | ||
} | ||
} | ||
|
||
ul.tagit { | ||
border-color: $decoration-normal; | ||
|
||
input[type="text"] { | ||
color: $foreground-inactive; | ||
} | ||
|
||
li.tagit-choice { | ||
color: $foreground-normal; | ||
background-color: $background-normal; | ||
border-color: $decoration-normal; | ||
|
||
&:hover, &.remove { | ||
background-color: $background-normal; | ||
border-color: $decoration-active; | ||
} | ||
|
||
.close .text-icon { | ||
color: $foreground-inactive; | ||
} | ||
|
||
a.tagLabel:hover, a.close .text-icon:hover { | ||
color: $foreground-active; | ||
} | ||
} | ||
} | ||
|
||
#tag_filter ul.tagit li.tagit-choice { | ||
background-color: $background-normal; | ||
border: 1px solid $decoration-normal; | ||
} |
This file contains 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
#ldapSettings { | ||
background-color: $background-normal; | ||
|
||
> fieldset { | ||
background-color: $background-normal; | ||
} | ||
|
This file contains 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 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 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 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 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
Oops, something went wrong.