eosc-explore/src/assets/portal-custom.css

75 lines
2.2 KiB
CSS
Raw Normal View History

2022-04-26 16:19:38 +02:00
/*new theme */
:root {
2022-05-18 16:20:36 +02:00
--primary-color: #E80000;
2022-04-26 16:19:38 +02:00
/*buttons*/
2022-05-18 16:20:36 +02:00
/*--button-primary-background: var(--primary-color);*/
2022-04-26 16:19:38 +02:00
/*--button-primary-background-image: linear-gradient(104deg, var(--explore-dark-color) 0%, var(--explore-light-color) 100%);*/
2022-04-26 16:19:38 +02:00
/*backgrounds*/
/*--background-primary:var(--explore-color);*/
/*--background-primary-image:none;*/
/*--background-secondary: var(--grey-color);*/
/*--background-secondary-image:none;*/
2022-04-26 16:19:38 +02:00
/*fonts*/
/*--text-primary-color: var(--explore-color);*/
/*--text-gradient-color: linear-gradient(110deg, var(--explore-dark-color) 0%, var(--explore-light-color) 100%);*/
2022-04-26 16:19:38 +02:00
/* Label */
/*--label-secondary: var(--explore-color);*/
2022-04-26 16:19:38 +02:00
/*slider*/
/*--slider-dot-background: rgba(var(--explore-color-rgb), 0.5);*/
/*--slider-dot-active-background: var(--explore-color);*/
}
2022-05-18 16:20:36 +02:00
.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;
2022-05-18 16:20:36 +02:00
}
2022-05-18 16:20:36 +02:00
.searchForm, .generalSearchForm,
.publicationsSearchForm,
.projectsSearchForm, .projectsTableSearchForm,
.organizationsSearchForm,
.datasetsSearchForm,
.softwareSearchForm,
.orpsSearchForm,
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
.journalsSearchForm, .journalsTableSearchForm,
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
2022-04-26 16:19:38 +02:00
2022-05-18 16:20:36 +02:00
background-color: white !important;
background-image: none !important;
}
2022-04-26 16:19:38 +02:00
2022-05-18 16:20:36 +02:00
.explorePanelBackground {
background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box;
}
2022-04-26 16:19:38 +02:00
2022-05-18 16:20:36 +02:00
.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
border-left: 1px solid rgba(0, 0, 0, .2);
}
2022-04-26 16:19:38 +02:00
2022-05-18 16:20:36 +02:00
.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;
}
[Eosc Explore]: Updated some styles | Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" | Do not add hardcoded compatibility label "Not yet registered" | Bug fix in Access filter 1. styles.less: Renamed from styles.css and added imports of less files and portal-custom.css (to be updated). 2. angular.json: In styles configuration added styles.less. 3. index.html & beta/index.html: In beta badge, used background instead of background-color to css rules. 4. portal-custom.css: Added rule for .search-form to inherit color in background. 5. searchFields.ts: a. Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" for datasources refine filter "Type". b. In method "getResultAdvancedFields()" return always RESULT_ADVANCED_FIELDS without excluding "eoscifguidelines". 6. datasourcesHelper.class.ts: Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" for datasources queries and used updated type names "Research Entity Registry" (old "Registry") and "Journal Archive" (old "Journal archive"). 7. cache-interceptor.service.ts: Updated cachingRequests array, using new "eoscdatasourcetype" and its values. 8. dataProvider.component.html && result-preview.component.html: Do not add hardcoded compatibility label "Not yet registered" and updated checks. 9. resultLanding.service.ts & parsingFunctions.class.ts: Parse resultLandingInfo.eoscSubjects only by "eoscifguidelines" field not "subjects". 10. searchFilter.component.ts: [Bug fix] In Access filter, fixed bug in view all, when clearing the preselected value. * Do not forget to add in package.json in devDependencies, "@types/express-serve-static-core": "4.17.28"
2022-09-30 13:51:00 +02:00
.search-form {
background-color: inherit !important;
background-image: none !important;
}