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
  width:107px; height:57px;
28
}
29
.tm-toolbar .uk-subnav-line .custom-connect-li {
30
  background:var(--portal-main-color) !important;
31
}
32

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

    
39

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

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

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

    
56

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

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

    
70
}
71

    
72
.communityToolBar{
73
  background-color:#dedede;
74
}
(4-4/13)