diff --git a/src/app/+home-page/home-news/themes/home-news.component.mantis.html b/src/app/+home-page/home-news/themes/home-news.component.mantis.html index fe5009363c..156ff1e5ef 100644 --- a/src/app/+home-page/home-news/themes/home-news.component.mantis.html +++ b/src/app/+home-page/home-news/themes/home-news.component.mantis.html @@ -1,21 +1,20 @@ -
-
-
-

DSpace 7

-

DSpace is the world leading open source repository platform that enables - organisations to:

+
+
+
+
+
+

DSpace 7

+

DSpace is the world leading open source repository platform that enables organisations to:

+
+
+
    +
  • easily ingest documents, audio, video, datasets and their corresponding Dublin Core metadata +
  • +
  • open up this content to local and global audiences, thanks to the OAI-PMH interface and Google Scholar optimizations +
  • +
  • issue permanent urls and trustworthy identifiers, including optional integrations with handle.net and DataCite DOI
  • +
-
    -
  • easily ingest documents, audio, video, datasets and their corresponding Dublin Core - metadata -
  • -
  • open up this content to local and global audiences, thanks to the OAI-PMH interface and - Google Scholar optimizations -
  • -
  • issue permanent urls and trustworthy identifiers, including optional integrations with - handle.net and DataCite DOI -
  • -
-

Join an international community of leading institutions using DSpace.

-
+ Photo by Anthony +
\ No newline at end of file diff --git a/src/app/+home-page/home-news/themes/home-news.component.mantis.scss b/src/app/+home-page/home-news/themes/home-news.component.mantis.scss index a07f70fac5..740c0b29e8 100644 --- a/src/app/+home-page/home-news/themes/home-news.component.mantis.scss +++ b/src/app/+home-page/home-news/themes/home-news.component.mantis.scss @@ -1,19 +1,58 @@ @import '../../../../styles/variables.scss'; -@import '../../../../styles/mixins.scss'; -:host-context(.mantis) { - $home-news-link-color: $green !default; - $home-news-link-color: darken($home-news-link-color, 15%) !default; +:host-context(.preview-release) { + div.background-image { + color: white; + background-color: #2e80a3; + position: relative; + background-position-y: -200px; + background-image: url('/assets/images/banner.jpg'); + background-size: cover; + @media screen and (max-width: map-get($grid-breakpoints, lg)) { + background-position-y: 0; + } + + .container { + position: relative; + text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); + &:before, &:after { + content: ''; + display: block; + width: $banner-background-gradient-width; + height: 100%; + top: 0; + position: absolute; + } + + &:before { + background: linear-gradient(to left, $banner-text-background, transparent); + left: -$banner-background-gradient-width; + + } + + &:after { + background: linear-gradient(to right, $banner-text-background, transparent); + right: -$banner-background-gradient-width; + } + + background-color: $banner-text-background; + + .jumbotron { + background-color: transparent; + } + + } + + + small.credits { + a { + color: inherit; + } + opacity: 0.3; + position: absolute; + right: 5px; + bottom: 0; + } - .jumbotron { - background-color: transparent; } - - a { - color: $home-news-link-color; - - @include hover { - color: $home-news-link-color; - } - } } diff --git a/src/app/+home-page/home-news/themes/home-news.component.preview-release.html b/src/app/+home-page/home-news/themes/home-news.component.preview-release.html deleted file mode 100644 index 156ff1e5ef..0000000000 --- a/src/app/+home-page/home-news/themes/home-news.component.preview-release.html +++ /dev/null @@ -1,20 +0,0 @@ -
-
-
-
-
-

DSpace 7

-

DSpace is the world leading open source repository platform that enables organisations to:

-
-
-
    -
  • easily ingest documents, audio, video, datasets and their corresponding Dublin Core metadata -
  • -
  • open up this content to local and global audiences, thanks to the OAI-PMH interface and Google Scholar optimizations -
  • -
  • issue permanent urls and trustworthy identifiers, including optional integrations with handle.net and DataCite DOI
  • -
-
-
- Photo by Anthony -
\ No newline at end of file diff --git a/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss b/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss deleted file mode 100644 index 7e85366bed..0000000000 --- a/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss +++ /dev/null @@ -1,58 +0,0 @@ -@import '../../../../styles/variables.scss'; - -:host-context(.preview-release) { - div.background-image { - color: white; - background-color: #2e80a3; - position: relative; - background-position-y: -200px; - background-image: url('/assets/images/banner.jpg'); - background-size: cover; - @media screen and (max-width: map-get($grid-breakpoints, lg)) { - background-position-y: 0; - } - - .container { - position: relative; - text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); - &:before, &:after { - content: ''; - display: block; - width: $banner-background-gradient-width; - height: 100%; - top: 0; - position: absolute; - } - - &:before { - background: linear-gradient(to left, $banner-text-background, transparent); - left: -$banner-background-gradient-width; - - } - - &:after { - background: linear-gradient(to right, $banner-text-background, transparent); - right: -$banner-background-gradient-width; - } - - background-color: $banner-text-background; - - .jumbotron { - background-color: transparent; - } - - } - - - small.credits { - a { - color: inherit; - } - opacity: 0.3; - position: absolute; - right: 5px; - bottom: 0; - } - - } -} \ No newline at end of file diff --git a/src/app/+home-page/themes/home-page.component.mantis.html b/src/app/+home-page/themes/home-page.component.mantis.html index 03c89139cf..573cc8ecb4 100644 --- a/src/app/+home-page/themes/home-page.component.mantis.html +++ b/src/app/+home-page/themes/home-page.component.mantis.html @@ -1,10 +1,5 @@ -
-
- - -
- Photo by @inspiredimages -
-
- + +
+ +
diff --git a/src/app/+home-page/themes/home-page.component.preview-release.html b/src/app/+home-page/themes/home-page.component.preview-release.html deleted file mode 100644 index 573cc8ecb4..0000000000 --- a/src/app/+home-page/themes/home-page.component.preview-release.html +++ /dev/null @@ -1,5 +0,0 @@ - -
- - -
diff --git a/src/app/+home-page/themes/home-page.component.preview-release.scss b/src/app/+home-page/themes/home-page.component.preview-release.scss deleted file mode 100644 index ea13e0565e..0000000000 --- a/src/app/+home-page/themes/home-page.component.preview-release.scss +++ /dev/null @@ -1,3 +0,0 @@ -:host-context(.preview-release) { - -} \ No newline at end of file diff --git a/src/app/+search-page/search-filters/search-filter/search-range-filter/themes/search-range-filter.component.scss b/src/app/+search-page/search-filters/search-filter/search-range-filter/themes/search-range-filter.component.scss deleted file mode 100644 index 28421b0f6d..0000000000 --- a/src/app/+search-page/search-filters/search-filter/search-range-filter/themes/search-range-filter.component.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import '../../../../../../styles/variables.scss'; - -:host-context(.preview-release) { - ::ng-deep .noUi-connect { - background: $info; - } -} \ No newline at end of file diff --git a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.mantis.html b/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.mantis.html index b03f996975..a41a346ef7 100644 --- a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.mantis.html +++ b/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.mantis.html @@ -2,6 +2,6 @@
{{'search.filters.filter.' + filter.name + '.head'| translate}}
- +
\ No newline at end of file diff --git a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.html b/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.html deleted file mode 100644 index a41a346ef7..0000000000 --- a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.html +++ /dev/null @@ -1,7 +0,0 @@ -
-
{{'search.filters.filter.' + filter.name + '.head'| translate}}
-
- -
-
\ No newline at end of file diff --git a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.scss b/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.scss deleted file mode 100644 index 30923e721f..0000000000 --- a/src/app/+search-page/search-filters/search-filter/themes/search-filter.component.preview-release.scss +++ /dev/null @@ -1,11 +0,0 @@ -@import '../../../../../styles/variables.scss'; -@import '../../../../../styles/mixins.scss'; - -:host-context(.preview-release) .facet-filter { - background-color: map-get($theme-colors, light); - border-radius: $border-radius; - - h5 { - font-size: 1.1rem - } -} diff --git a/src/app/+search-page/search-filters/themes/search-filters.component.mantis.html b/src/app/+search-page/search-filters/themes/search-filters.component.mantis.html index 936bfbe7b1..ea68c81409 100644 --- a/src/app/+search-page/search-filters/themes/search-filters.component.mantis.html +++ b/src/app/+search-page/search-filters/themes/search-filters.component.mantis.html @@ -1,7 +1,7 @@

{{"search.filters.head" | translate}}

- +
-{{"search.filters.reset" | translate}} +{{"search.filters.reset" | translate}} \ No newline at end of file diff --git a/src/app/+search-page/search-filters/themes/search-filters.component.preview-release.html b/src/app/+search-page/search-filters/themes/search-filters.component.preview-release.html deleted file mode 100644 index ea68c81409..0000000000 --- a/src/app/+search-page/search-filters/themes/search-filters.component.preview-release.html +++ /dev/null @@ -1,7 +0,0 @@ -

{{"search.filters.head" | translate}}

-
-
- -
-
-{{"search.filters.reset" | translate}} \ No newline at end of file diff --git a/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.html b/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.html deleted file mode 100644 index 1321ced928..0000000000 --- a/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.html +++ /dev/null @@ -1,24 +0,0 @@ - -

{{ 'search.sidebar.settings.title' | translate}}

-
-
{{ 'search.sidebar.settings.sort-by' | translate}}
- -
- -
-
{{ 'search.sidebar.settings.rpp' | translate}}
- -
-
\ No newline at end of file diff --git a/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.scss b/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.scss deleted file mode 100644 index 72b3de93b1..0000000000 --- a/src/app/+search-page/search-settings/themes/search-settings.component.preview-release.scss +++ /dev/null @@ -1,10 +0,0 @@ -@import '../../../../styles/variables.scss'; - -:host-context(.preview-release) .setting-option { - background-color: map-get($theme-colors, light); - border-radius: $border-radius; - - h5 { - font-size: 1.1rem - } -} diff --git a/src/app/app.component.html b/src/app/app.component.html index 5ef01e921a..e368a5ab6b 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,4 +1,4 @@ -
+
-
-
-
- -
-
-
- diff --git a/src/app/navbar/themes/navbar.component.preview-release.scss b/src/app/navbar/themes/navbar.component.preview-release.scss deleted file mode 100644 index a07c55e720..0000000000 --- a/src/app/navbar/themes/navbar.component.preview-release.scss +++ /dev/null @@ -1,9 +0,0 @@ -@import '../../../styles/variables.scss'; - -:host-context(.preview-release) { - nav.navbar { - border-bottom: 5px $green solid; - } -} - - diff --git a/src/app/shared/search-form/themes/search-form.component.preview-release.html b/src/app/shared/search-form/themes/search-form.component.preview-release.html deleted file mode 100644 index aa31b8bb84..0000000000 --- a/src/app/shared/search-form/themes/search-form.component.preview-release.html +++ /dev/null @@ -1,16 +0,0 @@ -
-
- -
-
-
- - - - -
-
-
diff --git a/src/styles/themes/_bootstrap_variables.preview-release.scss b/src/styles/themes/_bootstrap_variables.preview-release.scss deleted file mode 100644 index ea735e32ca..0000000000 --- a/src/styles/themes/_bootstrap_variables.preview-release.scss +++ /dev/null @@ -1,17 +0,0 @@ -@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); - -$font-family-sans-serif: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -$gray-100: #e8ebf3 !default; // #eee -$gray-800: #444444 !default; // #444 - -$navbar-dark-color: #FFFFFF; - -/* Reassign color vars to semantic color scheme */ -$blue: #43515f !default; -$green: #92C642 !default; -$cyan: #2e80a3 !default; -$yellow: #ec9433 !default; -$red: #CF4444 !default; -$dark: #43515f !default; - -$body-color: $gray-800 !default; \ No newline at end of file diff --git a/src/styles/themes/_custom_variables.mantis.scss b/src/styles/themes/_custom_variables.mantis.scss index 30c5831fdd..6e640ec6e4 100644 --- a/src/styles/themes/_custom_variables.mantis.scss +++ b/src/styles/themes/_custom_variables.mantis.scss @@ -1,2 +1,2 @@ -$banner-text-background: rgba(0, 0, 0, 0.45); -$banner-background-gradient-width: 300px; +$banner-text-background: rgba(0, 0, 0, 0.35); +$banner-background-gradient-width: 300px; \ No newline at end of file diff --git a/src/styles/themes/_custom_variables.preview-release.scss b/src/styles/themes/_custom_variables.preview-release.scss deleted file mode 100644 index 6e640ec6e4..0000000000 --- a/src/styles/themes/_custom_variables.preview-release.scss +++ /dev/null @@ -1,2 +0,0 @@ -$banner-text-background: rgba(0, 0, 0, 0.35); -$banner-background-gradient-width: 300px; \ No newline at end of file