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 new file mode 100644 index 0000000000..156ff1e5ef --- /dev/null +++ b/src/app/+home-page/home-news/themes/home-news.component.preview-release.html @@ -0,0 +1,20 @@ +
+
+
+
+
+

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 new file mode 100644 index 0000000000..7e85366bed --- /dev/null +++ b/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss @@ -0,0 +1,58 @@ +@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.preview-release.html b/src/app/+home-page/themes/home-page.component.preview-release.html new file mode 100644 index 0000000000..573cc8ecb4 --- /dev/null +++ b/src/app/+home-page/themes/home-page.component.preview-release.html @@ -0,0 +1,5 @@ + +
+ + +
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 index 82934caf24..ea13e0565e 100644 --- a/src/app/+home-page/themes/home-page.component.preview-release.scss +++ b/src/app/+home-page/themes/home-page.component.preview-release.scss @@ -1,3 +1,3 @@ :host-context(.preview-release) { - //color: green; + } \ 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 new file mode 100644 index 0000000000..28421b0f6d --- /dev/null +++ b/src/app/+search-page/search-filters/search-filter/search-range-filter/themes/search-range-filter.component.scss @@ -0,0 +1,7 @@ +@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/header/header.component.html b/src/app/header/header.component.html index c71ce57894..a03fd01c53 100644 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -1,7 +1,7 @@
- +