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{
58

    
59
    background: url('./home.jpg') !important;
60

    
61
}
62
.generalSearchForm,
63
.publicationsSearchForm,
64
.projectsSearchForm, .projectsTableSearchForm,
65
.organizationsSearchForm,
66
.datasetsSearchForm,
67
.softwareSearchForm,
68
.orpsSearchForm,
69
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
70
 .journalsSearchForm, .journalsTableSearchForm,
71
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
72

    
73
    background: url('') !important;
74

    
75
}
76

    
77
.communityToolBar{
78
  background-color:#dedede;
79
  z-index: 10;
80
}
81

    
82
.my-tooltip {
83
  opacity: 0;
84
}
85

    
86
.communityToolBarSection{
87
  z-index: 10;
88
}
89

    
90
.iframeContainer{
91
  position:relative;
92
  overflow:hidden;
93
  padding-top:56.25%;
94
  padding-bottom:35%;
95

    
96
}
97

    
98
.iframeContainer iframe{
99
  position: absolute;
100
  top:0;
101
  left:0;
102
  width:120%;
103
  height:100%;
104
  border:0;
105
}
(4-4/13)