Project

General

Profile

1
:root {
2
    --portal-main-color: #EBB13E;
3
    /* --portal-main-contrast: #2E2E2E;  */
4
    --portal-main-contrast: white;
5
    --portal-dark-color: #4687E6;
6

    
7
    --openaire-main-color: #313179;
8

    
9
    --explore-portal-color: #D95F2D;
10
    --provide-portal-color: #37C7E9;
11
    --monitor-portal-color: #9ABB55;
12
    --connect-portal-color: #EBB13E;
13
    --develop-portal-color: #DA65AB;
14

    
15
    --explore-portal-lower-tone: #a0462c;
16
    --provide-portal-lower-tone: #3A8FA3;
17
    --monitor-portal-lower-tone: #7c9144;
18
    --connect-portal-lower-tone: #b48536;
19
    --develop-portal-lower-tone: #9f4e7e;
20

    
21
}
22

    
23

    
24

    
25
.communitiesImageBox{
26
  width:284px; height:109px;
27
}
28
.tm-toolbar .uk-subnav-line .custom-connect-li {
29
  background:var(--portal-main-color) !important;
30
}
31

    
32
/* .uk-button-default:hover,.uk-button-default:focus,.btn:hover,.btn:focus {
33
  background-color:#fff !important;
34
  color:#5b5b5b !important;
35
 box-shadow:0 6px 50px rgba(0,0,0,0.05)
36
} */
37

    
38

    
39
.mainPageSearchForm {
40
    background-image: url("./home.jpg") !important;
41
    background-color: rgb(255, 255, 255);
42
    box-sizing: border-box;
43
    min-height: calc(100vh - 412.767px);
44
}
45

    
46
.rc-label{
47
  color:black !important;
48
  background-color: #FFC700 !important;
49
}
50

    
51
.private-view-label{
52
  color:black !important;
53
}
54

    
55

    
56
.searchForm, .generalSearchForm,
57
.publicationsSearchForm,
58
.projectsSearchForm, .projectsTableSearchForm,
59
.organizationsSearchForm,
60
.datasetsSearchForm,
61
.softwareSearchForm,
62
.orpsSearchForm,
63
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
64
 .journalsSearchForm, .journalsTableSearchForm,
65
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
66

    
67
    background: url('./home.jpg') !important;
68

    
69
}
(2-2/11)