Project

General

Profile

« Previous | Next » 

Revision 58861

[Monitor | Trunk]: Finish search of stakeholders. Add mobile view for boat section on home page

View differences:

monitor-custom.css
19 19
}
20 20

  
21 21

  
22
.tm-toolbar .uk-subnav-line .custom-connect-li {
23
  background: var(--portal-main-color) !important;
24
}
25

  
26
.connectInfoCard {
27
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
28
}
29

  
30
.connectCheckIcon {
31
  background: rgba(0, 0, 0, 0.60);
32
  color: white;
33
}
34

  
35
.communityCard {
36
  box-shadow: 0 1px 3px #00000029;
37
  border-radius: 2px;
38
  padding: 20px;
39
  position: relative;
40
  background-color: white;
41
}
42

  
43
.rc-label {
44
  color: black !important;
45
  background-color: #FFC700 !important;
46
}
47

  
48
.private-view-label {
49
  color: black !important;
50
}
51

  
52

  
53
.searchForm, .communitiesSearchForm {
54
  background: transparent linear-gradient(0deg, #FAFAFA 0%, #E2EEFA 100%);
55
}
56

  
57 22
.generalSearchForm,
58 23
.publicationsSearchForm,
59 24
.projectsSearchForm, .projectsTableSearchForm,
......
70 35

  
71 36
}
72 37

  
73
.communityToolBar {
74
  background-color: #dedede;
75
  z-index: 10;
38
.monitorApp, .searchForm {
39
  background: #F9F9F9!important;
76 40
}
77 41

  
78
/*.my-tooltip {
79
  opacity: 0;
80
}*/
81

  
82
.communityToolBarSection {
83
  z-index: 10;
84
}
85

  
86
.iframeContainer {
87
  /*position:relative;*/
88
  overflow: hidden;
89
  /*padding-top:56.25%;*/
90
  /*padding-bottom:35%;*/
91

  
92
}
93

  
94
.iframeContainer iframe {
95
  /*position: absolute;*/
96
  /*top:0;*/
97
  /*left:0;*/
98
  width: 100%;
99
  height: 100%;
100
  border: 0;
101
}
102

  
103
div:not(.connect_App) bottom .uk-totop {
104
  background-color: transparent !important;
105
}
106

  
107
.communityPanelBackground .curator-photo {
108
  border: rgba(255, 255, 255, 0.5) 8px solid;
109
}
110

  
111
.communityRecentResults .search-results > li:nth-child(2) {
112
  border-top: none !important;
113
}
114

  
115
.communityRecentResults .search-results > li:last-child {
116
  border-bottom: none !important;
117

  
118
}
119

  
120
.communityPanelBackground .uk-breadcrumb .active {
121
  color: white;
122
}
123

  
124
.uk-breadcrumb .active {
125
  font-weight: bold;
126
}
127

  
128
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
129
  border-radius: 20px;
130
  padding: 10px 20px;
131
}
132

  
133

  
134
.communityPanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
135
  border-left: 1px solid rgba(255, 255, 255, .2);
136
}
137

  
138

  
139
/*CONNECT REDESIGN*/
140

  
141
#subscribeAndInviteBtn {
142
  /*#subscribeBtn, #inviteBtn {*/
143
  float: left;
144
  position: fixed;
145
  right: 0;
146
  z-index: 100;
147
  display: block;
148
  top: calc(30% - 47px);
149
}
150

  
151
#subscribeAndInviteBtn button {
152
  width: 125px;
153
  height: 35px;
154
  border-right: none;
155
  /*border-top-right-radius: 0;*/
156
  /*border-bottom-right-radius: 0;*/
157
  border-radius: 4px 0px 0px 4px;
158
  box-shadow: 0px 2px 6px #00000038;
159
}
160

  
161
.subscribed-button {
162
  background-color: #8AD15E !important;
163
  color: white !important;
164
}
165

  
166
.subscribed-button:hover {
167
  background-color: #71b04a !important;
168
}
169

  
170
.uk-tooltip.community-page-tooltip {
171
  background-color: white;
172
  display: block;
173
  border-radius: 4px;
174
  padding: 15px 15px 0;
175
  border: 1px solid #DEDEDE;
176
  color: #6c6c6c;
177
  z-index: 10000;
178
}
179

  
180
.user-circle-background {
181
  background-color: var(--portal-main-color);
182
  border-radius: 50%;
183
  height: 10px;
184
  width: 10px;
185
  display: inline-flex;
186
  padding: 2px;
187
  fill: white;
188
}
189

  
190
a:hover .user-circle-background {
191
  background-color: var(--portal-dark-color);
192
}
193

  
194
.communityApp .custom-main-content {
195
  background-color: #F7FCFF;
196
  /*background-color: lightpink;*/
197
  color: #000000 !important;
198
  font-size: 14px !important;
199
  min-height: 60vh;
200
}
201

  
202
.generalSearchForm .subtitle{
203
  color: #000000 !important;
204
  opacity: 0.6;
205
}
206

  
207
.generalSearchForm .title{
208
  color: #000000 !important;
209
  font-size: 28px;
210
  font-weight: 400;
211
  font-family: 'Open Sans', sans-serif !important;
212
}
213

  
214
.publicationAnalytics.uk-icon-button:hover, .publicationAnalytics.uk-icon-button.active {
215
  background: #FFE6E6;
216
}
217
.publicationAnalytics.uk-icon-button {
218
  border-color: #F17AA9 !important;
219
}
220

  
221
.datasetAnalytics.uk-icon-button:hover, .datasetAnalytics.uk-icon-button.active {
222
  background: #E2DAF0;
223
}
224
.datasetAnalytics.uk-icon-button {
225
  border-color: #A98BD4 !important;
226
}
227

  
228
.softwareAnalytics.uk-icon-button:hover, .softwareAnalytics.uk-icon-button.active {
229
  background: #D4ECD6;
230
}
231
.softwareAnalytics.uk-icon-button {
232
  border-color: #639C66 !important;
233
}
234

  
235
.otherAnalytics.uk-icon-button:hover, .otherAnalytics.uk-icon-button.active {
236
  background: #C5E0E9;
237
}
238
.otherAnalytics.uk-icon-button {
239
  border-color: #708AA5 !important;
240
}
241
/*END OF CONNECT REDESIGN*/
242

  
243
.communityApp .uk-logo{
244
  padding-left: 20px;
245

  
246
}
247

  
248
.monitorApp {
249
  background-color: #F9F9F9!important;
250
}
251

  
252 42
.monitorApp .login text {
253 43
  stroke: white;
254 44
  fill: white;

Also available in: Unified diff