Project

General

Profile

1
:root {
2
    --portal-main-color:  #2d72d6;
3
    --portal-main-contrast: white;
4
    --portal-dark-color: #313179;
5
    --openaire-main-color: #313179;
6
    --graph-background:  no-repeat bottom;;
7
}
8

    
9
.graph-background {
10
    background-size: cover !important;
11
    padding-bottom: 100px;
12
    background-color: #FAFAFA !important;
13
    background: var(--graph-background);
14
}
15
.mainPageSearchForm{
16
    background-color: white !important;
17
    background-image: none !important;
18
    margin-bottom: 100px;
19
}
20

    
21
.searchForm, .generalSearchForm,
22
.publicationsSearchForm,
23
.projectsSearchForm, .projectsTableSearchForm,
24
.organizationsSearchForm,
25
.datasetsSearchForm,
26
.softwareSearchForm,
27
.orpsSearchForm,
28
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
29
 .journalsSearchForm, .journalsTableSearchForm,
30
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
31

    
32
    background-color: white !important;
33
    background-image: none !important;
34
}
35

    
36
.explorePanelBackground {
37
    background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0 0 no-repeat padding-box;
38
}
39

    
40
.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
41
    border-left: 1px solid rgba(0, 0, 0, .2);
42
}
43

    
44
.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
45
    color: #bfbfbf;
46
}
47

    
48
.numbers-background {
49
    background: transparent url('numbers_background_pattern.svg') 0 0  repeat-x padding-box;
50
}
51
.number {
52
    color: #1d1d1d;
53
}
(13-13/17)