Project

General

Profile

1 53354 argiro.kok
:root {
2 53457 argiro.kok
    --portal-main-color: #D95F2D;
3 53354 argiro.kok
    --portal-main-contrast: white;
4 56751 argiro.kok
    --portal-dark-color: #a0462c;
5 53457 argiro.kok
    --openaire-main-color: #313179;
6 50359 argiro.kok
7 53457 argiro.kok
    --explore-portal-color: #D95F2D;
8
    --provide-portal-color: #37C7E9;
9
    --monitor-portal-color: #9ABB55;
10
    --connect-portal-color: #EBB13E;
11
    --develop-portal-color: #DA65AB;
12 50359 argiro.kok
13 53457 argiro.kok
    --explore-portal-lower-tone: #a0462c;
14
    --provide-portal-lower-tone: #3A8FA3;
15 53745 argiro.kok
    --monitor-portal-lower-tone: #7c9144;
16
    --connect-portal-lower-tone: #b48536;
17 53457 argiro.kok
    --develop-portal-lower-tone: #9f4e7e;
18 50359 argiro.kok
}
19 53354 argiro.kok
20
21
.tm-toolbar .uk-subnav-line .custom-explore-li {
22
   background:var(--portal-main-color) !important;
23
}
24
/* .custom-explore-toolbar   ul.uk-subnav.uk-subnav-line{
25
  background-color: var(--portal-main-color) !important;
26
  }
27 50359 argiro.kok
.custom-explore-toolbar   ul.uk-subnav.uk-subnav-line{
28 53354 argiro.kok
  background-color: var(--portal-main-color) !important;
29
}
30 50359 argiro.kok
  .custom-explore-toolbar .inner {
31 53354 argiro.kok
       background-color: var(--portal-main-color) !important;
32 50359 argiro.kok
  }
33
34
  .custom-explore-toolbar{
35 53354 argiro.kok
    border-top-color:var(--portal-main-color) !important;
36
  } */
37 50359 argiro.kok
.mainPageSearchForm{
38 57308 konstantin
  /*background-image: !*linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),*! url('home.jpg');*/
39
    background: transparent linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
40 50359 argiro.kok
}
41 52164 argiro.kok
.firstPageNumbers{
42 53354 argiro.kok
  /* font-weight: 600 !important; */
43
  /* color: var(--portal-main-color) !important; */
44 50359 argiro.kok
}
45
46
47 53354 argiro.kok
48 53457 argiro.kok
.explore-numbers  {
49
 }
50
51 52164 argiro.kok
.mainPageBottomInfo{
52
  background: linear-gradient( rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
53
  background-attachment: scroll, scroll;
54
  background-size: auto auto, auto auto;
55
  background-size: cover;
56
  background-attachment: fixed;
57
  box-sizing: border-box;
58
  min-height: calc(100vh - 412.767px);
59
}
60 52429 argiro.kok
.box-links .uk-card-header:hover {
61
  text-decoration: underline;
62
  text-decoration-color: currentcolor;
63
  text-decoration-color: #90929D;
64
}
65 53457 argiro.kok
66
.searchForm, .generalSearchForm,
67
.publicationsSearchForm,
68
.projectsSearchForm, .projectsTableSearchForm,
69
.organizationsSearchForm,
70
.datasetsSearchForm,
71
.softwareSearchForm,
72
.orpsSearchForm,
73
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
74
 .journalsSearchForm, .journalsTableSearchForm,
75
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
76
77
    background: url('./Εxplore-sub.jpg') right !important;
78
79
}
80
81
.ask-explore.uk-grid-divider > :not(.uk-first-column)::before {
82
  border-left: 1px solid var(--portal-main-color) ;
83
}
84
85
.questions .tm-child-list-divider > ul > li:nth-child(n+2), .questions .uk-list-divider > li:nth-child(n+2) {
86
  border-top: 1px solid #c5c5c5;
87
}
88
89
.questions {
90
  font-size: 15px;
91
  font-weight: bold;
92
  color: #4687E6;
93
}
94
95
.uk-card-explore {
96
  background-color: var(--portal-main-color);
97
  color: #fff !important;
98
}
99
100
.uk-card-explore .uk-h3 {
101
  color: #fff !important;
102
}
103
104
.uk-card-explore .uk-h6 a {
105
  color: #fff !important;
106
  text-decoration: underline;
107
}
108
109
.uk-card-explore .uk-h5 {
110
  color: #fff !important;
111
  text-transform: uppercase;
112
  font-size: 15px;
113
  font-weight: bolder;
114
}
115
116
.emphasis {
117
  color: #000;
118
  font-size: 17px;
119
  font-weight: bold;
120
}
121
122
.portal-color.emphasis {
123
  color: #37C7E9;
124 57501 konstantin
  font-size: 40px;
125
  font-weight: bold;
126 53457 argiro.kok
}
127 57017 argiro.kok
128 57501 konstantin
.numbers-background {
129 59948 k.triantaf
    background: transparent url('explore-assets/numbers_background_pattern.svg') 0 0  repeat-x padding-box;
130 57501 konstantin
}
131
132 60142 k.triantaf
.number {
133
  color: #1d1d1d;
134
}
135
136
137 57339 konstantin
.home-logo img{
138 57308 konstantin
    -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
139
    filter: grayscale(1);
140
    transition-duration:0.3s;
141
}
142 57339 konstantin
143
.home-logo:hover img{
144 57308 konstantin
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
145
    filter: grayscale(0);
146
    transition-duration:0.3s;
147
}
148
149 57295 k.triantaf
.graph-background {
150 59893 k.triantaf
  background: #F4F4F4 0 0 no-repeat padding-box;
151 57295 k.triantaf
}
152
153
.graph-background-bottom {
154
  background-image: url("curved-bottom.svg");
155 57512 konstantin
  background-color: #FAFAFA;
156 58364 k.triantaf
  height: 170px;
157 57295 k.triantaf
}
158
159 57407 konstantin
.trello-image {
160
    margin-top: -3px;
161
}
162
163 57295 k.triantaf
.trello-button {
164
  border: #0079BF 1px solid;
165
  text-transform: none !important;
166
  font-size: 16px;
167 57407 konstantin
  padding: 0 16px;
168 57295 k.triantaf
}
169
170 57407 konstantin
.trello-button-white {
171
    background-color: white;
172
    color: #0079BF;
173 57295 k.triantaf
}
174 57308 konstantin
175 57407 konstantin
.trello-button-blue {
176
    background-color: #0076BA;
177
    color: white;
178
}
179
180
.trello-button-white:hover {
181
    background-color: #E9EEF5;
182
    color: #0079BF;
183
}
184
185
.trello-button-blue:hover {
186
    background-color: #0084B1;
187
    color: white;
188
}
189
190
.explorePanelBackground {
191
    background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
192
}
193
194
.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
195 57501 konstantin
    border-left: 1px solid rgba(0, 0, 0, .2);
196 57407 konstantin
}
197
198
.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
199
    color: #bfbfbf;
200
}
201
202
.exploreBorder {
203
    border-color: #d8d8d8;
204
    border-style: solid;
205
    border-width: 2px;
206
    border-radius: 6px;
207
}