Project

General

Profile

« Previous | Next » 

Revision 59691

[Monitor | Trunk]: home page redesign

View differences:

monitor-custom.css
18 18
    --develop-portal-lower-tone: #9f4e7e;
19 19
}
20 20

  
21
.generalSearchForm,
22
.publicationsSearchForm,
23
.projectsSearchForm, .projectsTableSearchForm,
24
.organizationsSearchForm,
25
.datasetsSearchForm,
26
.softwareSearchForm,
27
.orpsSearchForm,
28
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
29
.journalsSearchForm, .journalsTableSearchForm,
30
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
31
  background: #F9F9F9 !important;
32
}
33

  
34 21
.tm-toolbar .uk-subnav-line .custom-monitor-li {
35 22
  background: var(--portal-main-color);
36 23
}
......
44 31
  fill: white;
45 32
}
46 33

  
47
.monitorApp h1, .monitorApp .uk-h1, .monitorApp h2,  .monitorApp .uk-h2,
48
.monitorApp h3, .monitorApp .uk-h3, .monitorApp h4,  .monitorApp .uk-h4,
49
.monitorApp h5,  .monitorApp .uk-h5, .monitorApp h6  .monitorApp .uk-h6 {
34
.uk-card {
50 35
  color: #1a1a1a;
51 36
}
52 37

  
53
.monitorApp , .monitorApp .uk-card, .monitorApp .color {
54
  color: #424242;
38
main {
39
  min-height: calc(100vh - 100px);
40
  line-height: 23px;
55 41
  font-size: 16px;
42
  color: #1a1a1a;
43
  font-family: "Open Sans", sans-serif;
56 44
}
57 45

  
46
.monitorApp .uk-text-small {
47
  font-size: 14px;
48
}
49

  
50
.monitorApp .uk-text-muted {
51
  color: #4D4D4D !important;
52
}
53

  
58 54
.monitorApp .portal-button {
59 55
  color: white !important;
60 56
  font-weight: 700;

Also available in: Unified diff