From ce0733f17ded78a4d3082af56cadb336dff5d90a Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 18 May 2022 17:20:36 +0300 Subject: [PATCH] update portal custom css --- src/assets/portal-custom.css | 89 +++++++++++++++++------------------- 1 file changed, 42 insertions(+), 47 deletions(-) diff --git a/src/assets/portal-custom.css b/src/assets/portal-custom.css index c7b1c20..9e650dd 100644 --- a/src/assets/portal-custom.css +++ b/src/assets/portal-custom.css @@ -1,14 +1,8 @@ -/*:root {*/ -/* --portal-main-color: #2d72d6;*/ -/* --portal-main-contrast: white;*/ -/* --portal-dark-color: #313179;*/ -/* --openaire-main-color: #313179;*/ -/* --graph-background: no-repeat bottom;;*/ -/*}*/ /*new theme */ :root { + --primary-color: #E80000; /*buttons*/ - /*--button-primary-background: var(--explore-color);*/ + /*--button-primary-background: var(--primary-color);*/ /*--button-primary-background-image: linear-gradient(104deg, var(--explore-dark-color) 0%, var(--explore-light-color) 100%);*/ /*backgrounds*/ @@ -28,48 +22,49 @@ /*--slider-dot-background: rgba(var(--explore-color-rgb), 0.5);*/ /*--slider-dot-active-background: var(--explore-color);*/ } -/*.graph-background {*/ -/* background-size: cover !important;*/ -/* padding-bottom: 100px;*/ -/* background-color: #FAFAFA !important;*/ -/* background: var(--graph-background);*/ -/*}*/ -/*.mainPageSearchForm{*/ -/* background-color: white !important;*/ -/* background-image: none !important;*/ -/* margin-bottom: 20px;*/ -/*}*/ +.graph-background { + background-size: cover !important; + padding-bottom: 100px; + background-color: #FAFAFA !important; + background: var(--graph-background); +} +.mainPageSearchForm{ + background-color: white !important; + background-image: none !important; + margin-bottom: 20px; -/*.searchForm, .generalSearchForm,*/ -/*.publicationsSearchForm,*/ -/*.projectsSearchForm, .projectsTableSearchForm,*/ -/*.organizationsSearchForm,*/ -/*.datasetsSearchForm,*/ -/*.softwareSearchForm,*/ -/*.orpsSearchForm,*/ -/*.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,*/ -/* .journalsSearchForm, .journalsTableSearchForm,*/ -/*.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {*/ +} -/* background-color: white !important;*/ -/* background-image: none !important;*/ -/*}*/ +.searchForm, .generalSearchForm, +.publicationsSearchForm, +.projectsSearchForm, .projectsTableSearchForm, +.organizationsSearchForm, +.datasetsSearchForm, +.softwareSearchForm, +.orpsSearchForm, +.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm, + .journalsSearchForm, .journalsTableSearchForm, +.entityRegistriesSearchForm, .entityRegistriesTableSearchForm { -/*.explorePanelBackground {*/ -/* background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box;*/ -/*}*/ + background-color: white !important; + background-image: none !important; +} -/*.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {*/ -/* border-left: 1px solid rgba(0, 0, 0, .2);*/ -/*}*/ +.explorePanelBackground { + background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box; +} -/*.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {*/ -/* color: #bfbfbf;*/ -/*}*/ +.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before { + border-left: 1px solid rgba(0, 0, 0, .2); +} -/*.numbers-background {*/ -/* background: transparent url('numbers_background_pattern.svg') repeat-x center bottom;*/ -/*}*/ -/*.number {*/ -/* color: #1d1d1d;*/ -/*}*/ +.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { + color: #bfbfbf; +} + +.numbers-background { + background: transparent url('numbers_background_pattern.svg') repeat-x center bottom; +} +.number { + color: #1d1d1d; +}