[Library|Trunk]
CSS - add css for extra tabs, similar to statistics - remove unused css for search forms - remove unused images for forms git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60827 d315682c-612b-4755-9ff5-7f18f6832af3
|
@ -41,24 +41,25 @@
|
||||||
/*border: none !important;*/
|
/*border: none !important;*/
|
||||||
color: var(--portal-main-color) !important;
|
color: var(--portal-main-color) !important;
|
||||||
}
|
}
|
||||||
|
.main-tabs > li.portalTab > a, .main-tabs > .uk-active.portalTab > a,
|
||||||
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
|
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
|
||||||
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
|
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
|
||||||
fill: #FE4A49 !important;
|
fill: #FE4A49 !important;
|
||||||
color: #FE4A49 !important;
|
color: #FE4A49 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-tabs.uk-tab > li:hover.portalTab:not(.uk-active) > a,
|
||||||
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
|
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
|
||||||
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
|
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
|
||||||
fill: #FF052B !important;
|
fill: #FF052B !important;
|
||||||
color: #FF052B !important;
|
color: #FF052B !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-tabs.uk-tab > .uk-active.statistics > a {
|
.main-tabs.uk-tab > .uk-active.statistics > a,.main-tabs.uk-tab > .uk-active.portalTab > a {
|
||||||
background-color: #FFE6E6 !important;
|
background-color: #FFE6E6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-tabs > li.uk-active.statistics {
|
.main-tabs > li.uk-active.statistics, .main-tabs > li.uk-active.portalTab {
|
||||||
border-top: 3px solid #FE4A49 !important;
|
border-top: 3px solid #FE4A49 !important;
|
||||||
border-bottom: 1px solid #FFE6E6;
|
border-bottom: 1px solid #FFE6E6;
|
||||||
}
|
}
|
||||||
|
|
10
library.css
|
@ -165,61 +165,51 @@ body {
|
||||||
|
|
||||||
|
|
||||||
.searchForm, .generalSearchForm {
|
.searchForm, .generalSearchForm {
|
||||||
background: url('./search_general.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.publicationsSearchForm {
|
.publicationsSearchForm {
|
||||||
background: url('./search_pubs_1.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.projectsSearchForm, .projectsTableSearchForm {
|
.projectsSearchForm, .projectsTableSearchForm {
|
||||||
background: url('./projects_search.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.organizationsSearchForm {
|
.organizationsSearchForm {
|
||||||
background: url('./search_organizations.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datasetsSearchForm {
|
.datasetsSearchForm {
|
||||||
background: url('./search_data.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.softwareSearchForm {
|
.softwareSearchForm {
|
||||||
background: url('./search_software.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orpsSearchForm {
|
.orpsSearchForm {
|
||||||
background: url('./search_other.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
|
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
|
||||||
background: url('./providers_search.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.journalsSearchForm, .journalsTableSearchForm {
|
.journalsSearchForm, .journalsTableSearchForm {
|
||||||
background: url('./search_journals.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
||||||
background: url('./search_registries.jpg');
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
}
|
}
|
||||||
|
|
BIN
search_data.jpg
Before Width: | Height: | Size: 357 KiB |
Before Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 396 KiB |
Before Width: | Height: | Size: 446 KiB |
BIN
search_other.jpg
Before Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 615 KiB |
Before Width: | Height: | Size: 307 KiB |