update portal custom css

This commit is contained in:
argirok 2022-05-18 17:20:36 +03:00
parent 3d578992d6
commit ce0733f17d
1 changed files with 42 additions and 47 deletions

View File

@ -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 */ /*new theme */
:root { :root {
--primary-color: #E80000;
/*buttons*/ /*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%);*/ /*--button-primary-background-image: linear-gradient(104deg, var(--explore-dark-color) 0%, var(--explore-light-color) 100%);*/
/*backgrounds*/ /*backgrounds*/
@ -28,48 +22,49 @@
/*--slider-dot-background: rgba(var(--explore-color-rgb), 0.5);*/ /*--slider-dot-background: rgba(var(--explore-color-rgb), 0.5);*/
/*--slider-dot-active-background: var(--explore-color);*/ /*--slider-dot-active-background: var(--explore-color);*/
} }
/*.graph-background {*/ .graph-background {
/* background-size: cover !important;*/ background-size: cover !important;
/* padding-bottom: 100px;*/ padding-bottom: 100px;
/* background-color: #FAFAFA !important;*/ background-color: #FAFAFA !important;
/* background: var(--graph-background);*/ background: var(--graph-background);
/*}*/ }
/*.mainPageSearchForm{*/ .mainPageSearchForm{
/* background-color: white !important;*/ background-color: white !important;
/* background-image: none !important;*/ background-image: none !important;
/* margin-bottom: 20px;*/ margin-bottom: 20px;
/*}*/
/*.searchForm, .generalSearchForm,*/ }
/*.publicationsSearchForm,*/
/*.projectsSearchForm, .projectsTableSearchForm,*/
/*.organizationsSearchForm,*/
/*.datasetsSearchForm,*/
/*.softwareSearchForm,*/
/*.orpsSearchForm,*/
/*.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,*/
/* .journalsSearchForm, .journalsTableSearchForm,*/
/*.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {*/
/* background-color: white !important;*/ .searchForm, .generalSearchForm,
/* background-image: none !important;*/ .publicationsSearchForm,
/*}*/ .projectsSearchForm, .projectsTableSearchForm,
.organizationsSearchForm,
.datasetsSearchForm,
.softwareSearchForm,
.orpsSearchForm,
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
.journalsSearchForm, .journalsTableSearchForm,
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
/*.explorePanelBackground {*/ background-color: white !important;
/* background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box;*/ background-image: none !important;
/*}*/ }
/*.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {*/ .explorePanelBackground {
/* border-left: 1px solid rgba(0, 0, 0, .2);*/ 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 {*/ .explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
/* color: #bfbfbf;*/ border-left: 1px solid rgba(0, 0, 0, .2);
/*}*/ }
/*.numbers-background {*/ .explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
/* background: transparent url('numbers_background_pattern.svg') repeat-x center bottom;*/ color: #bfbfbf;
/*}*/ }
/*.number {*/
/* color: #1d1d1d;*/ .numbers-background {
/*}*/ background: transparent url('numbers_background_pattern.svg') repeat-x center bottom;
}
.number {
color: #1d1d1d;
}