Project

General

Profile

« Previous | Next » 

Revision 60827

[Library|Trunk]
CSS
- add css for extra tabs, similar to statistics
- remove unused css for search forms
- remove unused images for forms

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library-css/tabs.scss
41 41
  /*border: none !important;*/
42 42
  color: var(--portal-main-color) !important;
43 43
}
44

  
44
.main-tabs > li.portalTab > a, .main-tabs > .uk-active.portalTab > a,
45 45
.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a,
46 46
.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars {
47 47
  fill: #FE4A49 !important;
48 48
  color: #FE4A49 !important;
49 49
}
50 50

  
51
.main-tabs.uk-tab > li:hover.portalTab:not(.uk-active) > a,
51 52
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a,
52 53
.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars {
53 54
  fill: #FF052B !important;
54 55
  color: #FF052B !important;
55 56
}
56 57

  
57
.main-tabs.uk-tab > .uk-active.statistics > a {
58
.main-tabs.uk-tab > .uk-active.statistics > a,.main-tabs.uk-tab > .uk-active.portalTab > a {
58 59
  background-color: #FFE6E6 !important;
59 60
}
60 61

  
61
.main-tabs > li.uk-active.statistics {
62
.main-tabs > li.uk-active.statistics, .main-tabs > li.uk-active.portalTab {
62 63
  border-top: 3px solid #FE4A49 !important;
63 64
  border-bottom: 1px solid #FFE6E6;
64 65
}
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library.css
165 165

  
166 166

  
167 167
.searchForm, .generalSearchForm {
168
    background: url('./search_general.jpg');
169 168
    box-sizing: border-box;
170 169
    height: 320px;
171 170
}
172 171

  
173 172
.publicationsSearchForm {
174
    background: url('./search_pubs_1.jpg');
175 173
    box-sizing: border-box;
176 174
    height: 320px;
177 175
}
178 176

  
179 177
.projectsSearchForm, .projectsTableSearchForm {
180
    background: url('./projects_search.jpg');
181 178
    box-sizing: border-box;
182 179
    height: 320px;
183 180
}
184 181

  
185 182
.organizationsSearchForm {
186
    background: url('./search_organizations.jpg');
187 183
    box-sizing: border-box;
188 184
    height: 320px;
189 185
}
190 186

  
191 187
.datasetsSearchForm {
192
    background: url('./search_data.jpg');
193 188
    box-sizing: border-box;
194 189
    height: 320px;
195 190
}
196 191

  
197 192
.softwareSearchForm {
198
    background: url('./search_software.jpg');
199 193
    box-sizing: border-box;
200 194
    height: 320px;
201 195
}
202 196

  
203 197
.orpsSearchForm {
204
    background: url('./search_other.jpg');
205 198
    box-sizing: border-box;
206 199
    height: 320px;
207 200
}
208 201

  
209 202
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
210
    background: url('./providers_search.jpg');
211 203
    box-sizing: border-box;
212 204
    height: 320px;
213 205
}
214 206

  
215 207
.journalsSearchForm, .journalsTableSearchForm {
216
    background: url('./search_journals.jpg');
217 208
    box-sizing: border-box;
218 209
    height: 320px;
219 210
}
220 211

  
221 212
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
222
    background: url('./search_registries.jpg');
223 213
    box-sizing: border-box;
224 214
    height: 320px;
225 215
}

Also available in: Unified diff