Project

General

Profile

« Previous | Next » 

Revision 57734

New color palettes, logo and icons

View differences:

os-observatory-custom.css
26 26
}
27 27

  
28 28
.greySection {
29
  background-color: #F0F0F0;
29
  /*background-color: #F0F0F0;*/
30
  background-color: #EBEBEC;
30 31
}
31 32

  
33
a {
34
  color: #006e5f;
35
}
36

  
37
a:hover, a:focus, a:active {
38
  color: #005549;
39
}
40

  
32 41
.mapContainer {
33 42
  /*background: #F7F7F7 0% 0% no-repeat padding-box;*/
34 43
  /*border: 1px solid #E0E0E0;*/
......
88 97
  color: #fff;
89 98
}
90 99

  
100
.dark-grey-box {
101
  background: #2A2D34 0% 0% no-repeat padding-box;
102
  border: 1px solid #707070;
103
  border-radius: 2px;
104
  opacity: 1;
105
  color: #fff;
106
}
107

  
108
.dark-grey-box h3 {
109
  color: #fff;
110
}
111

  
112
.dark-grey-box a, .dark-grey-box a:hover, .dark-grey-box a:focus {
113
  color: #fff;
114
}
115

  
91 116
.openaire-symbol-wrapper {
92 117
  background-color: #fff;
93 118
  border-radius: 50%;
......
152 177

  
153 178
/********************************************/
154 179

  
180
/*.md-btn-primary {*/
181
  /*background: #1F73F7 0% 0% no-repeat padding-box;*/
182
  /*box-shadow: 0px 3px 6px #00000029;*/
183
  /*border-radius: 26px;*/
184
  /*opacity: 1;*/
185
  /*text-align: left;*/
186
  /*font: 14px/19px Open Sans;*/
187
  /*font-weight: 400;*/
188
  /*letter-spacing: 0;*/
189
  /*color: #FFFFFF;*/
190
  /*text-transform: none;*/
191
  /*!*padding: 10px 30px;*!*/
192
/*}*/
193

  
155 194
.md-btn-primary {
156
  background: #1F73F7 0% 0% no-repeat padding-box;
195
  background: #019A85 0% 0% no-repeat padding-box;
157 196
  box-shadow: 0px 3px 6px #00000029;
158 197
  border-radius: 26px;
159 198
  opacity: 1;
......
166 205
  /*padding: 10px 30px;*/
167 206
}
168 207

  
208
.md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
209
  background: #006e5f 0% 0% no-repeat padding-box;
210
}
211

  
169 212
.md-btn-secondary {
170 213
  background: #034DA1 0% 0% no-repeat padding-box;
171 214
  box-shadow: 0px 2px 6px #00000038;
......
189 232
  text-transform: none;
190 233
}
191 234

  
235
.uk-tab > li.uk-active > a {
236
  border-bottom-color: #019A85;
237
}
238

  
192 239
#team_tabbed {
193 240
  background: #FBFBFB 0% 0% no-repeat padding-box;
194 241
  border: 1px solid #E0E0E0;
......
215 262
/*}*/
216 263

  
217 264
.uk-subnav-pill > .uk-active > * {
218
  background: #1F73F7;
265
  /*background: #1F73F7;*/
266
  background: #2A2D34;
219 267
}
220 268

  
221 269
.dataView.uk-subnav-pill > * > * {

Also available in: Unified diff