Project

General

Profile

1
:root {
2
  --portal-main-color: #FECA1D;
3
  /* --portal-main-contrast: #2E2E2E;  */
4
  --portal-main-contrast: white;
5
  /*--portal-dark-color: #b48536;*/
6
  --portal-dark-color: #FFC400;
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: #FECA1D;
13
  /*--connect-portal-color: #EBB13E;*/
14
  --develop-portal-color: #DA65AB;
15

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

    
22
  --community_main_color: #4C9CD5;
23
  --community_main_color_rgb: 76, 156, 213;
24
  --community_secondary_color: #24857F;
25
  --community_main_dark_color: #2276B9;
26
    --background-light-color: #F7FCFF;
27
}
28

    
29

    
30
.tm-toolbar .uk-subnav-line .custom-connect-li, .connect-background {
31
  background: var(--portal-main-color) !important;
32
}
33

    
34
.banner-background {
35
  background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(160, 193, 242, 1) 100%);
36
}
37

    
38
.connectInfoCard {
39
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
40
}
41

    
42
.connectCheckIcon {
43
  background: rgba(0, 0, 0, 0.60);
44
  color: white;
45
}
46

    
47
.searchForm, .communitiesSearchForm {
48
  background: transparent linear-gradient(0deg, #FAFAFA 0%, #E2EEFA 100%);
49
}
50

    
51
.communityToolBar {
52
  background-color: #dedede;
53
  z-index: 10;
54
}
55

    
56
/*.my-tooltip {
57
  opacity: 0;
58
}*/
59

    
60
.communityToolBarSection {
61
  z-index: 10;
62
}
63

    
64
div:not(.connect_App) bottom .uk-totop {
65
  background-color: transparent !important;
66
}
67

    
68
.communityPanelBackground .curator-photo {
69
  border: rgba(255, 255, 255, 0.5) 8px solid;
70
}
71

    
72
.communityRecentResults .search-results > li:nth-child(2) {
73
  border-top: none !important;
74
}
75

    
76
.communityRecentResults .search-results > li:last-child {
77
  border-bottom: none !important;
78

    
79
}
80

    
81
.communityPanelBackground .uk-breadcrumb .active {
82
  color: white;
83
}
84

    
85
.uk-breadcrumb .active {
86
  font-weight: bold;
87
}
88

    
89
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
90
  border-radius: 20px;
91
  padding: 10px 20px;
92
}
93

    
94

    
95
.communityPanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
96
  border-left: 1px solid rgba(255, 255, 255, .2);
97
}
98

    
99

    
100
/*CONNECT REDESIGN*/
101

    
102
#subscribeAndInviteBtn {
103
/*#subscribeBtn, #inviteBtn {*/
104
    float: left;
105
    position: fixed;
106
    right: 0;
107
    z-index: 100;
108
    display: block;
109
    top: calc(30% - 47px);
110
}
111

    
112
#subscribeAndInviteBtn #subscribe,
113
#subscribeAndInviteBtn #invite {
114
    width: 125px;
115
    height: 35px;
116
    border-right: none;
117
    border-radius: 4px 0 0 4px;
118
    box-shadow: 0 2px 6px #00000038;
119
    border-width: 0;
120
}
121

    
122
.subscribed-button {
123
    background-color: #8AD15E !important;
124
    color: white !important;
125
}
126

    
127
.subscribed-button:hover {
128
    background-color: #71b04a !important;
129
}
130

    
131
.uk-tooltip.community-page-tooltip {
132
    background-color: white;
133
    display: block;
134
    border-radius: 4px;
135
    padding: 15px 15px 0;
136
    border: 1px solid #DEDEDE;
137
    color: #6c6c6c;
138
    z-index: 10000;
139
}
140

    
141
.user-circle-background {
142
    background-color: var(--portal-main-color);
143
    border-radius: 50%;
144
    height: 10px;
145
    width: 10px;
146
    display: inline-flex;
147
    padding: 2px;
148
    fill: white;
149
}
150

    
151
a:hover .user-circle-background {
152
    background-color: var(--portal-dark-color);
153
}
154

    
155
.communityApp .custom-main-content {
156
    background-color: var(--background-light-color);
157
    /*background-color: lightpink;*/
158
    color: #000000 !important;
159
    font-size: 14px !important;
160
    min-height: 60vh;
161
}
162

    
163
.coloredBackground, .coloredBackground:focus, .coloredBackground:hover {
164
    background-color: transparent;
165
}
166

    
167
.generalSearchForm .subtitle{
168
    color: #000000 !important;
169
    opacity: 0.6;
170
}
171

    
172
.generalSearchForm .title{
173
    color: #000000 !important;
174
    font-size: 28px;
175
    font-weight: 400;
176
    font-family: 'Open Sans', sans-serif !important;
177
}
178

    
179
.publicationAnalytics.uk-icon-button:hover, .publicationAnalytics.uk-icon-button.active {
180
    background: #FFE6E6;
181
}
182
.publicationAnalytics.uk-icon-button {
183
    border-color: #F17AA9 !important;
184
}
185

    
186
.datasetAnalytics.uk-icon-button:hover, .datasetAnalytics.uk-icon-button.active {
187
    background: #E2DAF0;
188
}
189
.datasetAnalytics.uk-icon-button {
190
    border-color: #A98BD4 !important;
191
}
192

    
193
.softwareAnalytics.uk-icon-button:hover, .softwareAnalytics.uk-icon-button.active {
194
    background: #D4ECD6;
195
}
196
.softwareAnalytics.uk-icon-button {
197
    border-color: #639C66 !important;
198
}
199

    
200
.otherAnalytics.uk-icon-button:hover, .otherAnalytics.uk-icon-button.active {
201
    background: #C5E0E9;
202
}
203
.otherAnalytics.uk-icon-button {
204
    border-color: #708AA5 !important;
205
}
206
/*END OF CONNECT REDESIGN*/
207

    
208
.communityApp .uk-logo{
209
    padding-left: 20px;
210

    
211
}
212

    
213
.connectApp {
214
  background-color: #FAFAFA !important;
215
}
216

    
217
.connectApp .login text {
218
  stroke: black;
219
  fill: black;
220
}
221

    
222
.connectApp {
223
  font-size: 16px;
224
}
225

    
226
.connectApp .text-small {
227
    font-size: 14px;
228
}
229

    
230
.connectApp, .connectApp h1, .connectApp h2, .connectApp h3,
231
.connectApp h4, .connectApp h5, .connectApp h6, .connectApp .uk-card, .connectApp .color {
232
  color: #1A1A1A;
233
}
234

    
235
.connectApp .portal-button {
236
  color: #1A1A1A !important;
237
  font-weight: 700;
238
}
239

    
240
.connectApp .uk-pagination > * > *, .connectApp .uk-pagination > * > *:hover {
241
    color: #1a1a1a !important;
242
}
243

    
244
.connectApp .uk-grid-divider>:not(.uk-first-column)::before {
245
  border-left: 1px solid #DEDEDE;
246
}
247

    
248
.contactUsBackground {
249
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #DCEDF5 0%, #FAFAFA 100%);
250
}
(5-5/16)