diff --git a/.gitignore b/.gitignore index 29debe86..ef45ec5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ core/css/.sass-cache +core/css/server.css.map .directory \ No newline at end of file diff --git a/ICONS.md b/ICONS.md new file mode 100644 index 00000000..1dcf254b --- /dev/null +++ b/ICONS.md @@ -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. diff --git a/README.md b/README.md index 0f370550..dda50558 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Nextcloud Breeze Dark Theme This is a Breeze Dark Theme for [Nextcloud](https://nextcloud.com) based on the Breeze Dark theme made by the KDE Project. -The icons are from the default Nextcloud theme, with the colors changed to better fit the theme. +The icons are from the default Nextcloud theme and the individual apps, with the colors changed to better fit the theme. Current stable release: 12.0.0 +![screenshot of theme](screenshot.png) + ## Version number The first number is the Nextcloud version. The second number is the Nextcloud point release version. The third number is the theme version. diff --git a/core/css/apps/_audio-player.scss b/core/css/apps/_audio-player.scss new file mode 100644 index 00000000..dccf43cb --- /dev/null +++ b/core/css/apps/_audio-player.scss @@ -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%); + } +} \ No newline at end of file diff --git a/core/css/apps/_bookmarks.scss b/core/css/apps/_bookmarks.scss new file mode 100644 index 00000000..49dcd83d --- /dev/null +++ b/core/css/apps/_bookmarks.scss @@ -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; +} \ No newline at end of file diff --git a/core/css/apps/_ldap.scss b/core/css/apps/_ldap.scss index 0140b155..13fafaac 100644 --- a/core/css/apps/_ldap.scss +++ b/core/css/apps/_ldap.scss @@ -1,4 +1,6 @@ #ldapSettings { + background-color: $background-normal; + > fieldset { background-color: $background-normal; } diff --git a/core/css/apps/_news.scss b/core/css/apps/_news.scss index d8c27eb4..ccc461aa 100644 --- a/core/css/apps/_news.scss +++ b/core/css/apps/_news.scss @@ -22,22 +22,8 @@ li.folder { border-right: 1px solid $decoration-normal; + background: $background-dark; } - - .app-navigation-entry-menu { - background-color: $background-normal; - color: $foreground-normal; - border: 1px solid $decoration-normal; - -webkit-filter: none; - -moz-filter: none; - -ms-filter: none; - -o-filter: none; - filter: none; - - &::after { - border-bottom-color: $decoration-normal; - } - } } .app-news #app-content { diff --git a/core/css/apps/_notifications.scss b/core/css/apps/_notifications.scss index 98570dd0..73337155 100644 --- a/core/css/apps/_notifications.scss +++ b/core/css/apps/_notifications.scss @@ -4,6 +4,10 @@ background-color: $background-normal; border: 1px solid $decoration-normal; border-top: none; + + a { + color: $foreground-link; + } } .notification-container { diff --git a/core/css/apps/_passman.scss b/core/css/apps/_passman.scss index ac3c85ee..338da648 100644 --- a/core/css/apps/_passman.scss +++ b/core/css/apps/_passman.scss @@ -8,6 +8,7 @@ } #app-content-wrapper { + .credential-table tr td { border-bottom-color: $decoration-normal; } @@ -53,6 +54,12 @@ background-color: inherit; border-bottom: 1px solid $decoration-normal; } + + .searchboxContainer .searchOptions { + background: $background-normal; + border-color: $decoration-normal; + box-shadow: none; + } } .tab_header li.active .indicator { @@ -120,7 +127,7 @@ } #app-navigation li:hover > a, #app-navigation li:active > a { - background-color: $background-normal; + background: none; } } @@ -264,4 +271,9 @@ tags-input { margin-bottom: inherit; padding-bottom: inherit; } +} + +.ui-tabs .ui-tabs-nav li { + background: $background-dark; + border-color: $decoration-normal; } \ No newline at end of file diff --git a/core/css/apps/_tasks.scss b/core/css/apps/_tasks.scss index 595b6844..a362bb27 100644 --- a/core/css/apps/_tasks.scss +++ b/core/css/apps/_tasks.scss @@ -36,6 +36,12 @@ background-color: $background-active; border-bottom: 1px solid $decoration-normal; text-shadow: none; + + textarea { + &:hover, &:active, &:focus { + background: none repeat scroll 0 0 transparent !important; + } + } } #app-sidebar div.content-wrapper .body .section { diff --git a/core/css/core/_apps.scss b/core/css/core/_apps.scss index 946599a5..4fcc00d2 100644 --- a/core/css/core/_apps.scss +++ b/core/css/core/_apps.scss @@ -76,11 +76,11 @@ } input { - background: $background-dark !important; + background-color: $background-dark !important; } select { - background: $background-normal !important; + background-color: $background-normal !important; } } diff --git a/core/css/core/_icons.scss b/core/css/core/_icons.scss index 6e439ec2..f21b2a30 100644 --- a/core/css/core/_icons.scss +++ b/core/css/core/_icons.scss @@ -1,3 +1,84 @@ +/* Social Sharing ----------------------------------------------------------- */ + +.social-facebook, +.icon-social-facebook { + background-image: url('../img/social/facebook.svg'); +} + +.social-twitter, +.icon-social-twitter { + background-image: url('../img/social/twitter.svg'); +} + +.social-googleplus, +.icon-social-googleplus { + background-image: url('../img/social/googleplus.svg'); +} + +.social-diaspora, +.icon-social-diaspora { + background-image: url('../img/social/diaspora.svg'); +} + +.icon-social-email { + background-image: url('../img/email.svg'); +} + +/* Audio player ------------------------------------------------------------- */ + +// Personal Setting sidebar +.nav-icon-audio-player { + background-image: url('../img/places/audioplayer.svg'); +} + +.play-pause, +.play-pause:hover, +.paused .play-pause:hover { + background-image: url('../img/actions/play-big.svg'); +} + +.playing .play-pause { + background-image: url('../img/actions/pause-big.svg'); +} + +.sm2-inline-button.previous { + background-image: url('../img/actions/play-previous.svg'); +} + +.sm2-inline-button.next { + background-image: url('../img/actions/play-next.svg'); +} + +.sm2-inline-button.repeat { + background-image: url('../img/actions/repeat.svg'); +} + +#albenoverview li { + background-image: url('../img/actions/toggle-pictures.svg'); +} + +#albenoverview li i { + color: $foreground-inactive; + + &:hover { + color: $foreground-active; + } +} + +/* Two Factor --------------------------------------------------------------- */ + +.nav-icon-totp-second-factor-auth { + background-image: url('../img/twofactor-totp.svg?v=1'); +} + +.nav-icon-u2f-second-factor-auth, .icon-u2f-device { + background-image: url('../img/twofactor-u2f.svg?v=1'); +} + +.nav-icon-second-factor-backup-codes { + background-image: url('../img/actions/password.svg?v=1'); +} + .icon-link { background-image: url('../img/places/link.svg?v=1'); } @@ -201,7 +282,7 @@ select { } .icon-timezone { - background: url("../img/timezone.svg") center center no-repeat; + background: url("../img/actions/timezone.svg") center center no-repeat; } .glyphicon-chevron-right { @@ -221,7 +302,7 @@ select { } .nav-icon-sessions { - background-image: url('../img/toggle-filelist.svg?v=1'); + background-image: url('../img/actions/toggle-filelist.svg?v=1'); } .nav-icon-apppasswords { @@ -256,48 +337,30 @@ select { background-image: url('../img/actions/toggle.svg?v=1'); } -.nav-icon-second-factor-backup-codes { - background-image: url('../img/actions/password.svg?v=1'); -} - .icon-announcement { background-image: url('../img/places/announcementcenter.svg'); } -.nav-icon-totp-second-factor-auth { - background-image: url('../img/twofactor-totp.svg?v=1'); +#app-navigation .icon-updatemode-unread { + background-image: url('../img/actions/updatemodeunread.svg'); } -.nav-icon-u2f-second-factor-auth, .icon-u2f-device { - background-image: url('../img/twofactor-u2f.svg?v=1'); +#app-navigation .icon-updatemode-default { + background-image: url('../img/actions/updatemodedefault.svg'); } -.social-facebook, -.icon-social-facebook { - background-image: url('../img/social/facebook.svg'); -} +/* CSS tricks to change icon color */ -.social-twitter, -.icon-social-twitter { - background-image: url('../img/social/twitter.svg'); -} +// Audio player -.social-googleplus, -.icon-social-googleplus { - background-image: url('../img/social/googleplus.svg'); -} - -.social-diaspora, -.icon-social-diaspora { - background-image: url('../img/social/diaspora.svg'); +.sm2-volume-control { + filter: invert(95%); } -.icon-social-email { - background-image: url('../img/email.svg'); +.sm2-inline-button.shuffle { + filter: invert(95%); } -/* CSS tricks to change icon color */ - // Change the app icons in the navigation menu to white #navigation .app-icon { filter: none; @@ -314,7 +377,7 @@ img.notification-icon { // Change the button, to gallery app, to white #controls .button.view-switcher img { opacity: 0.6; - filter: invert(100%); + filter: invert(95%); } // Change the, to files app, button to white again since it was change to black with the above @@ -325,12 +388,12 @@ img.notification-icon { // Change home icon to white in the files app, both for .app-files #app-content-files #controls .breadcrumb .crumb a img.svg, .app-files #app-content-trashbin #controls .breadcrumb .crumb a img.svg { - filter: invert(100%); + filter: invert(95%); } // Change home icon in gallery app to white #controls #breadcrumbs .crumb a img { - filter: invert(100%); + filter: invert(95%); } .actions a.button.new img { @@ -339,5 +402,5 @@ img.notification-icon { // Make icon for impersonate in user menu white a.impersonate img.svg { - filter: invert(100%); + filter: invert(95%); } \ No newline at end of file diff --git a/core/css/core/_server.scss b/core/css/core/_server.scss index cab14d16..db13ff1d 100644 --- a/core/css/core/_server.scss +++ b/core/css/core/_server.scss @@ -121,7 +121,7 @@ div.crumb span.icon-shared, div.crumb span.icon-public { } } -.bubble { +.bubble, .app-navigation-entry-menu { background-color: $background-normal; color: $foreground-normal; border: 1px solid $decoration-normal; @@ -531,7 +531,27 @@ ul.multiselectoptions { border: 1px solid $decoration-normal; } -/* Date picker -------------------------------------------------------------- */ +/* UI Widget ---------------------------------------------------------------- */ +// Used by datepicker, timepicker and others + +.ui-dialog { + + .ui-dialog-content { + background-color: $background-normal; + } + + .ui-dialog-buttonpane { + background-color: $background-normal; + } +} + +.ui-dialog-titlebar { + + &.ui-widget-header { + background-color: $background-normal; + color: $foreground-normal; + } +} .ui-widget-content { background: $background-normal; @@ -545,7 +565,17 @@ ul.multiselectoptions { border: none; } -.ui-datepicker table a.ui-state-default, .ui-timepicker table a.ui-state-default { +.ui-datepicker, +.ui-datepicker-title, +.ui-datepicker .ui-widget-header, +.ui-timepicker, +.ui-timepicker-title, +.ui-timepicker .ui-widget-header { + color: $foreground-normal; +} + +.ui-datepicker table a.ui-state-default, +.ui-timepicker table a.ui-state-default { color: $foreground-normal; border-radius: 3px 3px 3px 3px; border: 1px solid $decoration-normal; diff --git a/core/css/server.css b/core/css/server.css index dff2cbbe..f3468e09 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -16,6 +16,65 @@ /* Default white for icons: rgba(242, 242, 242, 1) */ +/* Social Sharing ----------------------------------------------------------- */ +.social-facebook, +.icon-social-facebook { + background-image: url("../img/social/facebook.svg"); } + +.social-twitter, +.icon-social-twitter { + background-image: url("../img/social/twitter.svg"); } + +.social-googleplus, +.icon-social-googleplus { + background-image: url("../img/social/googleplus.svg"); } + +.social-diaspora, +.icon-social-diaspora { + background-image: url("../img/social/diaspora.svg"); } + +.icon-social-email { + background-image: url("../img/email.svg"); } + +/* Audio player ------------------------------------------------------------- */ +.nav-icon-audio-player { + background-image: url("../img/places/audioplayer.svg"); } + +.play-pause, +.play-pause:hover, +.paused .play-pause:hover { + background-image: url("../img/actions/play-big.svg"); } + +.playing .play-pause { + background-image: url("../img/actions/pause-big.svg"); } + +.sm2-inline-button.previous { + background-image: url("../img/actions/play-previous.svg"); } + +.sm2-inline-button.next { + background-image: url("../img/actions/play-next.svg"); } + +.sm2-inline-button.repeat { + background-image: url("../img/actions/repeat.svg"); } + +#albenoverview li { + background-image: url("../img/actions/toggle-pictures.svg"); } + +#albenoverview li i { + color: #bdc3c7; } + #albenoverview li i:hover { + color: #fcfcfc; } + +/* Two Factor --------------------------------------------------------------- */ +.nav-icon-totp-second-factor-auth { + background-image: url("../img/twofactor-totp.svg?v=1"); } + +.nav-icon-u2f-second-factor-auth, .icon-u2f-device { + background-image: url("../img/twofactor-u2f.svg?v=1"); } + +.nav-icon-second-factor-backup-codes { + background-image: url("../img/actions/password.svg?v=1"); } + .icon-link { background-image: url("../img/places/link.svg?v=1"); } @@ -168,7 +227,7 @@ select { background-image: url("../img/actions/menu.svg?v=1"); } .icon-timezone { - background: url("../img/timezone.svg") center center no-repeat; } + background: url("../img/actions/timezone.svg") center center no-repeat; } .glyphicon-chevron-right { background: url("../img/rightarrow.svg") center center no-repeat; } @@ -183,7 +242,7 @@ select { background-image: url("../img/personal.svg?v=1"); } .nav-icon-sessions { - background-image: url("../img/toggle-filelist.svg?v=1"); } + background-image: url("../img/actions/toggle-filelist.svg?v=1"); } .nav-icon-apppasswords { background-image: url("../img/actions/password.svg?v=1"); } @@ -209,38 +268,22 @@ select { #show + label, #dbpassword-toggle + label, #personal-show + label { background-image: url("../img/actions/toggle.svg?v=1"); } -.nav-icon-second-factor-backup-codes { - background-image: url("../img/actions/password.svg?v=1"); } - .icon-announcement { background-image: url("../img/places/announcementcenter.svg"); } -.nav-icon-totp-second-factor-auth { - background-image: url("../img/twofactor-totp.svg?v=1"); } - -.nav-icon-u2f-second-factor-auth, .icon-u2f-device { - background-image: url("../img/twofactor-u2f.svg?v=1"); } +#app-navigation .icon-updatemode-unread { + background-image: url("../img/actions/updatemodeunread.svg"); } -.social-facebook, -.icon-social-facebook { - background-image: url("../img/social/facebook.svg"); } - -.social-twitter, -.icon-social-twitter { - background-image: url("../img/social/twitter.svg"); } - -.social-googleplus, -.icon-social-googleplus { - background-image: url("../img/social/googleplus.svg"); } +#app-navigation .icon-updatemode-default { + background-image: url("../img/actions/updatemodedefault.svg"); } -.social-diaspora, -.icon-social-diaspora { - background-image: url("../img/social/diaspora.svg"); } +/* CSS tricks to change icon color */ +.sm2-volume-control { + filter: invert(95%); } -.icon-social-email { - background-image: url("../img/email.svg"); } +.sm2-inline-button.shuffle { + filter: invert(95%); } -/* CSS tricks to change icon color */ #navigation .app-icon { filter: none; } #navigation .app-icon image { @@ -251,23 +294,23 @@ img.notification-icon { #controls .button.view-switcher img { opacity: 0.6; - filter: invert(100%); } + filter: invert(95%); } #controls .button.view-switcher.gallery img { filter: invert(0%); } .app-files #app-content-files #controls .breadcrumb .crumb a img.svg, .app-files #app-content-trashbin #controls .breadcrumb .crumb a img.svg { - filter: invert(100%); } + filter: invert(95%); } #controls #breadcrumbs .crumb a img { - filter: invert(100%); } + filter: invert(95%); } .actions a.button.new img { filter: invert(75%); } a.impersonate img.svg { - filter: invert(100%); } + filter: invert(95%); } body { color: #eff0f1; @@ -547,7 +590,7 @@ div.crumb span.icon-shared, div.crumb span.icon-public { .popovermenu li .menuitem:hover { color: #fcfcfc; } -.bubble { +.bubble, .app-navigation-entry-menu { background-color: #31363b; color: #eff0f1; border: 1px solid #706f6e; @@ -556,7 +599,7 @@ div.crumb span.icon-shared, div.crumb span.icon-public { -ms-filter: none; -o-filter: none; filter: none; } - .bubble::after { + .bubble::after, .app-navigation-entry-menu::after { border-bottom-color: #706f6e; } #expanddiv { @@ -796,7 +839,16 @@ ul.multiselectoptions { background-color: #232629; border: 1px solid #706f6e; } -/* Date picker -------------------------------------------------------------- */ +/* UI Widget ---------------------------------------------------------------- */ +.ui-dialog .ui-dialog-content { + background-color: #31363b; } +.ui-dialog .ui-dialog-buttonpane { + background-color: #31363b; } + +.ui-dialog-titlebar.ui-widget-header { + background-color: #31363b; + color: #eff0f1; } + .ui-widget-content { background: #31363b; border: 1px solid #706f6e; @@ -807,7 +859,16 @@ ul.multiselectoptions { color: #eff0f1; border: none; } -.ui-datepicker table a.ui-state-default, .ui-timepicker table a.ui-state-default { +.ui-datepicker, +.ui-datepicker-title, +.ui-datepicker .ui-widget-header, +.ui-timepicker, +.ui-timepicker-title, +.ui-timepicker .ui-widget-header { + color: #eff0f1; } + +.ui-datepicker table a.ui-state-default, +.ui-timepicker table a.ui-state-default { color: #eff0f1; border-radius: 3px 3px 3px 3px; border: 1px solid #706f6e; @@ -944,9 +1005,9 @@ div.ui-datepicker, div.ui-timepicker { box-shadow: none; border-color: #3daee9; } #app-navigation input { - background: #232629 !important; } + background-color: #232629 !important; } #app-navigation select { - background: #31363b !important; } + background-color: #31363b !important; } .nav-trashbin { background-color: #31363b; @@ -1337,10 +1398,12 @@ td.date, td.date > span { background-color: #31363b; border-color: #706f6e; } -#ldapSettings > fieldset { +#ldapSettings { background-color: #31363b; } -#ldapSettings ul.ui-tabs-nav .ui-tabs-active, #ldapSettings ul.ui-tabs-nav .ui-tabs-active > a { - background-color: #232629; } + #ldapSettings > fieldset { + background-color: #31363b; } + #ldapSettings ul.ui-tabs-nav .ui-tabs-active, #ldapSettings ul.ui-tabs-nav .ui-tabs-active > a { + background-color: #232629; } /* Log reader --------------------------------------------------------------- */ #logreader-root table tbody tr td { @@ -1355,6 +1418,8 @@ td.date, td.date > span { background-color: #31363b; border: 1px solid #706f6e; border-top: none; } + #notification a { + color: #2980b9; } .notification-container { background-color: #31363b; @@ -1406,6 +1471,106 @@ td.date, td.date > span { .challenge-form input[type="text"], .totp-form input[type="text"] { background: #31363b; } +#app-navigation-toggle_alternative { + background-color: #31363b; } + +.sm2-bar-ui, .sm2-bar-ui .bd a { + color: #eff0f1; } +.sm2-bar-ui .sm2-inline-gradient { + background-color: #31363b; } +.sm2-bar-ui .bd .sm2-button-element:hover { + background-color: #31363b; } + +.sm2-progress .sm2-progress-bar { + background-color: #3daee9; + background-image: none; } +.sm2-progress .sm2-progress-track { + background-color: #232629; + background-image: none; } +.sm2-progress .sm2-progress-ball { + background-color: #f2f2f2; } + +#myCategory li.activeIndiPlaylist:hover { + font-weight: bold; } +#myCategory li:hover { + background-color: rgba(61, 174, 233, 0.25); + font-weight: normal; } + +.sm2-playlist-cover { + background-color: rgba(61, 174, 233, 0.25) !important; } + +.albumdescr span.albumname { + color: #eff0f1; } +.albumdescr span.artist { + color: #bdc3c7; } + +.songcontainer { + background-color: #232629 !important; + color: #eff0f1 !important; + box-shadow: none; } + .songcontainer .songcontainer-cover { + box-shadow: none; } + .songcontainer span.title, .songcontainer span.number, .songcontainer span.time { + color: #eff0f1 !important; } + +#individual-playlist-header span { + color: #eff0f1; } +#individual-playlist-header .header-indi { + border-bottom-color: #706f6e; + color: #eff0f1; } + +#individual-playlist li { + color: #eff0f1; } + #individual-playlist li.dragable:hover { + background-color: rgba(61, 174, 233, 0.25); } + #individual-playlist li span.title, #individual-playlist li span.interpret, #individual-playlist li span.album-indi, #individual-playlist li span.time { + color: #eff0f1 !important; } +#individual-playlist .ioc { + color: #eff0f1 !important; } + +#phototools { + background-color: #31363b; + border: 1px solid #706f6e; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; } + #phototools img { + filter: invert(95%); } + +#bm_import:hover ~ button#bm_import_submit { + background-color: #31363b; + color: #eff0f1; } + +.bookmark_single { + border-bottom-color: #706f6e; } + .bookmark_single:hover { + background-color: rgba(61, 174, 233, 0.25); } + +.bookmark_single_form { + border-bottom-color: #706f6e; } + .bookmark_single_form .tagit { + box-shadow: none; } + +ul.tagit { + border-color: #706f6e; } + ul.tagit input[type="text"] { + color: #bdc3c7; } + ul.tagit li.tagit-choice { + color: #eff0f1; + background-color: #31363b; + border-color: #706f6e; } + ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove { + background-color: #31363b; + border-color: #3daee9; } + ul.tagit li.tagit-choice .close .text-icon { + color: #bdc3c7; } + ul.tagit li.tagit-choice a.tagLabel:hover, ul.tagit li.tagit-choice a.close .text-icon:hover { + color: #fcfcfc; } + +#tag_filter ul.tagit li.tagit-choice { + background-color: #31363b; + border: 1px solid #706f6e; } + #explore .category { background-color: #3daee9; } #explore .grid-item { @@ -1416,18 +1581,8 @@ td.date, td.date > span { .app-news #app-navigation li.collapsible.open a { background-color: #232629; } .app-news #app-navigation li.folder { - border-right: 1px solid #706f6e; } -.app-news #app-navigation .app-navigation-entry-menu { - background-color: #31363b; - color: #eff0f1; - border: 1px solid #706f6e; - -webkit-filter: none; - -moz-filter: none; - -ms-filter: none; - -o-filter: none; - filter: none; } - .app-news #app-navigation .app-navigation-entry-menu::after { - border-bottom-color: #706f6e; } + border-right: 1px solid #706f6e; + background: #232629; } .app-news #app-content { border-top: 1px solid #706f6e; } @@ -1518,6 +1673,10 @@ td.date, td.date > span { top: 46px; background-color: inherit; border-bottom: 1px solid #706f6e; } + .app-passman #app-content #app-content-wrapper .searchboxContainer .searchOptions { + background: #31363b; + border-color: #706f6e; + box-shadow: none; } .app-passman #app-content .tab_header li.active .indicator { height: 5px; left: 0; @@ -1558,7 +1717,7 @@ td.date, td.date > span { .app-passman .link { color: #2980b9 !important; } .app-passman #app-navigation li:hover > a, .app-passman #app-navigation li:active > a { - background-color: #31363b; } + background: none; } .vault_wrapper { box-shadow: none; @@ -1651,6 +1810,10 @@ tags-input .autocomplete { margin-bottom: inherit; padding-bottom: inherit; } +.ui-tabs .ui-tabs-nav li { + background: #232629; + border-color: #706f6e; } + .app-tasks #app-content { height: 99.9%; border-top: 1px solid #706f6e; } @@ -1675,6 +1838,8 @@ tags-input .autocomplete { background-color: #3daee9; border-bottom: 1px solid #706f6e; text-shadow: none; } + .app-tasks #app-content #app-sidebar div.content-wrapper .title textarea:hover, .app-tasks #app-content #app-sidebar div.content-wrapper .title textarea:active, .app-tasks #app-content #app-sidebar div.content-wrapper .title textarea:focus { + background: none repeat scroll 0 0 transparent !important; } .app-tasks #app-content #app-sidebar div.content-wrapper .body .section { background: inherit; text-shadow: none; diff --git a/core/css/server.css.map b/core/css/server.css.map deleted file mode 100644 index 43e7fcac..00000000 --- a/core/css/server.css.map +++ /dev/null @@ -1,7 +0,0 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["server.scss","core/_colours.scss","core/_icons.scss","core/_style.scss","core/_server.scss","core/_apps.scss","apps/_activity.scss","apps/_announcement-center.scss","apps/_calendar.scss","apps/_circles.scss","apps/_contacts.scss","apps/_external-storage.scss","apps/_file-access-control.scss","apps/_files.scss","apps/_first-run-wizard.scss","apps/_gallery.scss","apps/_group-folders.scss","apps/_ldap.scss","apps/_log-reader.scss","apps/_notifications.scss","apps/_retention.scss","apps/_sso-saml.scss","apps/_text-editor.scss","apps/_two-factor.scss","apps/_news.scss","apps/_notes.scss","apps/_passman.scss","apps/_tasks.scss"], -"names": [], -"file": "server.css" -} \ No newline at end of file diff --git a/core/css/server.scss b/core/css/server.scss index 0db5f9d6..78ed5e59 100644 --- a/core/css/server.scss +++ b/core/css/server.scss @@ -31,6 +31,8 @@ @import 'apps/text-editor'; @import 'apps/two-factor'; // 3rd party apps +@import 'apps/audio-player'; +@import 'apps/bookmarks'; @import 'apps/news'; @import 'apps/notes'; @import 'apps/passman'; diff --git a/core/img/actions/checkbox-checked-disabled.svg b/core/img/actions/checkbox-checked-disabled.svg deleted file mode 100644 index ee2d7966..00000000 --- a/core/img/actions/checkbox-checked-disabled.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/checkbox-checked.svg b/core/img/actions/checkbox-checked.svg deleted file mode 100644 index 7e9520bc..00000000 --- a/core/img/actions/checkbox-checked.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/checkbox-disabled.svg b/core/img/actions/checkbox-disabled.svg deleted file mode 100644 index 4a60c39a..00000000 --- a/core/img/actions/checkbox-disabled.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/checkbox-mixed-disabled.svg b/core/img/actions/checkbox-mixed-disabled.svg deleted file mode 100644 index 0b939e02..00000000 --- a/core/img/actions/checkbox-mixed-disabled.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/core/img/actions/checkbox.svg b/core/img/actions/checkbox.svg deleted file mode 100644 index 66040ac2..00000000 --- a/core/img/actions/checkbox.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/filetypes/video.svg b/core/img/actions/pause-big.svg similarity index 67% rename from core/img/filetypes/video.svg rename to core/img/actions/pause-big.svg index 90d6bac6..bd2e00f1 100644 --- a/core/img/filetypes/video.svg +++ b/core/img/actions/pause-big.svg @@ -9,10 +9,10 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="16" width="16" - version="1" - id="svg4" - sodipodi:docname="video.svg" - inkscape:version="0.92.1 r"> + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="pause-big.svg"> @@ -36,21 +36,19 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" + inkscape:window-width="3200" + inkscape:window-height="1683" id="namedview6" showgrid="false" inkscape:zoom="14.75" - inkscape:cx="0.54237288" + inkscape:cx="-11.932203" inkscape:cy="8" - inkscape:window-x="1680" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> + inkscape:current-layer="svg2" /> + d="M1 1v14h5V1zm9 0v14h5V1z" + id="path4" + style="fill:#f2f2f2;fill-opacity:1" /> diff --git a/core/img/filetypes/x-office-presentation.svg b/core/img/actions/pause.svg similarity index 67% rename from core/img/filetypes/x-office-presentation.svg rename to core/img/actions/pause.svg index 39749769..bd273fde 100644 --- a/core/img/filetypes/x-office-presentation.svg +++ b/core/img/actions/pause.svg @@ -9,10 +9,10 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="16" width="16" - version="1" - id="svg4" - sodipodi:docname="x-office-presentation.svg" - inkscape:version="0.92.1 r"> + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="pause.svg"> @@ -36,21 +36,19 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" + inkscape:window-width="3200" + inkscape:window-height="1683" id="namedview6" showgrid="false" inkscape:zoom="14.75" - inkscape:cx="0.54237288" + inkscape:cx="-11.932203" inkscape:cy="8" - inkscape:window-x="1680" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> + inkscape:current-layer="svg2" /> + d="M3 3v10h4V3H3zm6 0v10h4V3H9z" + id="path4" + style="fill:#f2f2f2;fill-opacity:1" /> diff --git a/core/img/actions/play-add.svg b/core/img/actions/play-add.svg new file mode 100644 index 00000000..a303e731 --- /dev/null +++ b/core/img/actions/play-add.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/core/img/actions/play-big.svg b/core/img/actions/play-big.svg new file mode 100644 index 00000000..71ac1719 --- /dev/null +++ b/core/img/actions/play-big.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/core/img/actions/checkbox-mixed.svg b/core/img/actions/play-next.svg similarity index 72% rename from core/img/actions/checkbox-mixed.svg rename to core/img/actions/play-next.svg index add0acd7..73846d16 100644 --- a/core/img/actions/checkbox-mixed.svg +++ b/core/img/actions/play-next.svg @@ -9,10 +9,10 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="16" width="16" + id="svg2" version="1.1" - id="svg6" - sodipodi:docname="checkbox-mixed.svg" - inkscape:version="0.92.1 r"> + inkscape:version="0.91 r13725" + sodipodi:docname="play-next.svg"> @@ -36,25 +36,23 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" + inkscape:window-width="3200" + inkscape:window-height="1683" id="namedview8" showgrid="false" inkscape:zoom="14.75" - inkscape:cx="0.54237288" + inkscape:cx="-11.932203" inkscape:cy="8" - inkscape:window-x="1680" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> + inkscape:current-layer="svg2" /> + d="M2 2l7 6-7 6z" + id="path6" + style="fill:#f2f2f2;fill-opacity:1" /> diff --git a/core/img/actions/radio.svg b/core/img/actions/play-previous.svg similarity index 70% rename from core/img/actions/radio.svg rename to core/img/actions/play-previous.svg index 04b3bf61..8da17fe7 100644 --- a/core/img/actions/radio.svg +++ b/core/img/actions/play-previous.svg @@ -9,10 +9,10 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="16" width="16" + id="svg2" version="1.1" - id="svg6" - sodipodi:docname="radio.svg" - inkscape:version="0.92.1 r"> + inkscape:version="0.91 r13725" + sodipodi:docname="play-previous.svg"> @@ -36,25 +36,23 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" + inkscape:window-width="3200" + inkscape:window-height="1683" id="namedview8" showgrid="false" inkscape:zoom="14.75" - inkscape:cx="0.54237288" + inkscape:cx="-11.932203" inkscape:cy="8" - inkscape:window-x="1680" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> + inkscape:current-layer="svg2" /> + d="M14 2L7 8l7 6z" + id="path6" + style="fill:#f2f2f2;fill-opacity:1" /> diff --git a/core/img/actions/play.svg b/core/img/actions/play.svg new file mode 100644 index 00000000..5569ff65 --- /dev/null +++ b/core/img/actions/play.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/core/img/actions/radio-checked-disabled.svg b/core/img/actions/radio-checked-disabled.svg deleted file mode 100644 index fdd21879..00000000 --- a/core/img/actions/radio-checked-disabled.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/radio-checked.svg b/core/img/actions/radio-checked.svg deleted file mode 100644 index b53c5055..00000000 --- a/core/img/actions/radio-checked.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/radio-disabled.svg b/core/img/actions/radio-disabled.svg deleted file mode 100644 index deb19fba..00000000 --- a/core/img/actions/radio-disabled.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/core/img/actions/repeat.svg b/core/img/actions/repeat.svg new file mode 100644 index 00000000..1f097230 --- /dev/null +++ b/core/img/actions/repeat.svg @@ -0,0 +1,46 @@ + +image/svg+xml \ No newline at end of file diff --git a/core/img/timezone.svg b/core/img/actions/timezone.svg similarity index 100% rename from core/img/timezone.svg rename to core/img/actions/timezone.svg diff --git a/core/img/filetypes/text-code.svg b/core/img/actions/updatemodedefault.svg similarity index 76% rename from core/img/filetypes/text-code.svg rename to core/img/actions/updatemodedefault.svg index 425bc32d..58b5440e 100644 --- a/core/img/filetypes/text-code.svg +++ b/core/img/actions/updatemodedefault.svg @@ -7,11 +7,11 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - height="16" - width="16" - version="1" + height="17" + width="17" + version="1.1" id="svg4" - sodipodi:docname="text-code.svg" + sodipodi:docname="history.svg" inkscape:version="0.92.1 r"> @@ -40,16 +40,15 @@ inkscape:window-height="1377" id="namedview6" showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.54237288" - inkscape:cy="8" + inkscape:zoom="13.882353" + inkscape:cx="0.57627119" + inkscape:cy="8.5" inkscape:window-x="1680" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg4" /> diff --git a/core/img/filetypes/file.svg b/core/img/actions/updatemodeunread.svg similarity index 64% rename from core/img/filetypes/file.svg rename to core/img/actions/updatemodeunread.svg index 98d51768..b6aa007b 100644 --- a/core/img/filetypes/file.svg +++ b/core/img/actions/updatemodeunread.svg @@ -7,12 +7,12 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - height="16" - width="16" - version="1" + height="17" + width="17" + version="1.1" id="svg4" - sodipodi:docname="file.svg" - inkscape:version="0.92.1 r"> + sodipodi:docname="updatemodeunread.svg" + inkscape:version="0.91 r13725"> @@ -36,21 +36,19 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" + inkscape:window-width="3200" + inkscape:window-height="1683" id="namedview6" showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="0.54237288" - inkscape:cy="8" - inkscape:window-x="1680" + inkscape:zoom="13.882353" + inkscape:cx="-20.601695" + inkscape:cy="8.5" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg4" /> + d="M9.525 2.08c-3.95 0-6.535 3.447-6.364 6.72H1l3.904 3.92 4.08-3.874H6.837C6.6 7.146 8 5.732 9.526 5.754c1.595.024 2.8 1.23 2.8 2.734.09 1.594-1.63 3.428-3.966 2.53 0 1.23.003 2.545 0 3.765 4.19.83 7.64-2.51 7.64-6.25C16 4.97 13.08 2.08 9.525 2.08z" + id="path2" + style="fill:#f2f2f2;fill-opacity:1;opacity:0.25" /> diff --git a/core/img/filetypes/application-pdf.svg b/core/img/filetypes/application-pdf.svg deleted file mode 100644 index 58fcdbfd..00000000 --- a/core/img/filetypes/application-pdf.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/application.svg b/core/img/filetypes/application.svg deleted file mode 100644 index f2503a79..00000000 --- a/core/img/filetypes/application.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/audio.svg b/core/img/filetypes/audio.svg deleted file mode 100644 index d045ed12..00000000 --- a/core/img/filetypes/audio.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/folder-drag-accept.svg b/core/img/filetypes/folder-drag-accept.svg deleted file mode 100644 index 519d8da0..00000000 --- a/core/img/filetypes/folder-drag-accept.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/folder-external.svg b/core/img/filetypes/folder-external.svg deleted file mode 100644 index 8d99109e..00000000 --- a/core/img/filetypes/folder-external.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/folder-public.svg b/core/img/filetypes/folder-public.svg deleted file mode 100644 index d2793ec9..00000000 --- a/core/img/filetypes/folder-public.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/folder-shared.svg b/core/img/filetypes/folder-shared.svg deleted file mode 100644 index 00507465..00000000 --- a/core/img/filetypes/folder-shared.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/folder-starred.svg b/core/img/filetypes/folder-starred.svg deleted file mode 100644 index ba6df445..00000000 --- a/core/img/filetypes/folder-starred.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/folder.svg b/core/img/filetypes/folder.svg deleted file mode 100644 index 14b2b669..00000000 --- a/core/img/filetypes/folder.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/image.svg b/core/img/filetypes/image.svg deleted file mode 100644 index df6f6d9b..00000000 --- a/core/img/filetypes/image.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/package-x-generic.svg b/core/img/filetypes/package-x-generic.svg deleted file mode 100644 index 2d77898b..00000000 --- a/core/img/filetypes/package-x-generic.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/text-calendar.svg b/core/img/filetypes/text-calendar.svg deleted file mode 100644 index f06144fe..00000000 --- a/core/img/filetypes/text-calendar.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/text-vcard.svg b/core/img/filetypes/text-vcard.svg deleted file mode 100644 index b2f0fb78..00000000 --- a/core/img/filetypes/text-vcard.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/text.svg b/core/img/filetypes/text.svg deleted file mode 100644 index 8bde010b..00000000 --- a/core/img/filetypes/text.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/filetypes/x-office-document.svg b/core/img/filetypes/x-office-document.svg deleted file mode 100644 index 7d98bf42..00000000 --- a/core/img/filetypes/x-office-document.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/core/img/filetypes/x-office-spreadsheet.svg b/core/img/filetypes/x-office-spreadsheet.svg deleted file mode 100644 index d19eab69..00000000 --- a/core/img/filetypes/x-office-spreadsheet.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - diff --git a/core/img/places/audioplayer.svg b/core/img/places/audioplayer.svg new file mode 100644 index 00000000..f45953f4 --- /dev/null +++ b/core/img/places/audioplayer.svg @@ -0,0 +1,154 @@ + +image/svg+xml \ No newline at end of file diff --git a/core/img/toggle-filelist.svg b/core/img/toggle-filelist.svg deleted file mode 100644 index f3e62fb9..00000000 --- a/core/img/toggle-filelist.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/defaults.php b/defaults.php deleted file mode 100644 index 2c19514d..00000000 --- a/defaults.php +++ /dev/null @@ -1,142 +0,0 @@ - - * @author Jan-Christoph Borchardt, http://jancborchardt.net - * @copyright Copyright (c) 2016, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - */ - -class OC_Theme { - - /** - * Returns the base URL - * @return string URL - */ - public function getBaseUrl() { - return 'https://nextcloud.com'; - } - - /** - * Returns the URL where the sync clients are listed - * @return string URL - */ - public function getSyncClientUrl() { - return 'https://nextcloud.com/install/#install-clients'; - } - - /** - * Returns the URL to the App Store for the iOS Client - * @return string URL - */ - public function getiOSClientUrl() { - return 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8'; - } - - /** - * Returns the AppId for the App Store for the iOS Client - * @return string AppId - */ - public function getiTunesAppId() { - return '1125420102'; - } - - /** - * Returns the URL to Google Play for the Android Client - * @return string URL - */ - public function getAndroidClientUrl() { - return 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; - } - - /** - * Returns the documentation URL - * @return string URL - */ - public function getDocBaseUrl() { - return 'https://docs.nextcloud.com'; - } - - /** - * Returns the title - * @return string title - */ - public function getTitle() { - return 'Nextcloud'; - } - - /** - * Returns the short name of the software - * @return string title - */ - public function getName() { - return 'Nextcloud'; - } - - /** - * Returns the short name of the software containing HTML strings - * @return string title - */ - public function getHTMLName() { - return 'Nextcloud'; - } - - /** - * Returns entity (e.g. company name) - used for footer, copyright - * @return string entity name - */ - public function getEntity() { - return 'Nextcloud'; - } - - /** - * Returns slogan - * @return string slogan - */ - public function getSlogan() { - return ' – a safe home for all your data'; - } - - /** - * Returns logo claim - * @return string logo claim - */ - public function getLogoClaim() { - return ''; - } - - /** - * Returns short version of the footer - * @return string short footer - */ - public function getShortFooter() { - $footer = ''.$this->getEntity().''. $this->getSlogan(); - - return $footer; - } - - /** - * Returns long version of the footer - * @return string long footer - */ - public function getLongFooter() { - $footer = ''.$this->getEntity().''. $this->getSlogan(); - - return $footer; - } - - public function buildDocLinkToKey($key) { - return $this->getDocBaseUrl() . '/server/12/go.php?to=' . $key; - } -} diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 00000000..b4b46afa Binary files /dev/null and b/screenshot.png differ