Project

General

Profile

1
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
/*
4
 * Style Style Sheet - Defines the main look like colors and backgrounds
5
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
6
 */
7

    
8
@import url(../../../fonts/opensansregular.css);
9
@import url(../../../fonts/patuaone.css);
10

    
11
.clearfix:after {
12
     visibility: hidden;
13
     display: block;
14
     font-size: 0;
15
     content: " ";
16
     clear: both;
17
     height: 0;
18
     }
19
.clearfix { display: inline-block; }
20
/* start commented backslash hack \*/
21
* html .clearfix { height: 1%; }
22
.clearfix { display: block; }
23

    
24

    
25
/* Base
26
----------------------------------------------------------------------------------------------------*/
27
#logo {height: 100px;margin-top:15px;}
28
#logo img {height:100px;}
29

    
30
input[disabled] {color:#ccc;}
31

    
32
#menubar {
33
	position:absolute;
34
	bottom:0;
35
	right:0;
36
}
37

    
38

    
39
body {font: normal 13px/20px OpenSansRegular, Helvetica, sans-serif; 
40
color:#444;}
41

    
42
a {color:#2D72D6;}
43
a:hover {color:#DF512E;}
44

    
45

    
46
h1 {color: #3436AC;font-size: 24px;
47
	line-height: 26px;}
48
#system .title a {color: #3436AC;}
49
#system .items > .width50 .title {
50
	font-size: 26px;
51
	line-height: 28px;
52
}
53
#system .items {
54
}
55
#system .item > .links a {
56
	
57
}
58

    
59
h2{color: #616161;}
60
h3 { color: #2b54b8; } 
61
h3 {color: #2F6AD7;}
62
h3 {color: #DF512E;color: #3441B5;}
63
h4 {font-size:16px;}
64
h5 {font-size:14px;}
65
h6 {margin-bottom:5px; margin-top:8px;}
66
.box-content {overflow:hidden;}
67

    
68
.orangeHdr h3 {
69
	color: #DF512E;
70
}
71

    
72
button, input[type="button"], input[type="submit"] {
73
    padding: 8px 10px;
74
}
75

    
76
/* Layout
77
----------------------------------------------------------------------------------------------------*/
78
#breadcrumbs, #content,
79
#block-top-a .module {
80
	/*margin: 5px 0px;*/
81
}
82

    
83
.mod-plain {
84
	padding: 15px 0px;
85
}
86
#top-c { padding: 5px 0; }
87
body { 
88
	background: #3440B5; 
89
}
90
#block-main { 
91
 	background: #f5f5f5;
92
 	background-image: url(../images/BG_Footer_f5.png);
93
 	background-position: right bottom;
94
 	background-repeat: no-repeat; 
95

    
96
} 
97

    
98
#block-header {
99
	background:#f5f5f5;
100
	background-image: url(../images/BG_Header_f5.png);
101
 	background-position:  left top;
102
 	background-repeat:no-repeat; 
103
}
104
#block-toolbar { 
105
	background:none;
106
}
107

    
108
#block-headerbar { 
109
	background:none;
110
}
111

    
112
#block-headerbar .wrapper {
113
	background: url(../images/Line_Header.png) repeat-x left bottom;
114
}
115
#block-top-a, #block-top-c{ 
116
	background:#f5f5f5;	
117
}
118

    
119

    
120
#block-bottom { background: #333;background:#3440B5; }
121
#block-bottom a, #footer a {color: #79b8c7;}
122
#block-bottom a:hover, #footer a:hover {color:#E76E12!important; text-shadow:none!important;}
123

    
124
#block-bottom .mod-plain { padding-top:5px; padding-bottom:5px; margin:5px;}
125
#block-footer {
126
	/*border-top: 1px solid #262626;*/
127
	background: #3440B5;
128
}
129
#footer{
130
font-size: 11px;
131
line-height: 14px;
132
color: #fff;
133
}
134

    
135
/* Menus
136
----------------------------------------------------------------------------------------------------*/
137
.menu-dropdown li.item110 .title  { color:#282f93;}
138
.menu-dropdown li.item103 .title  { color:#2b54b8;}
139
.menu-dropdown li.item143 .title  { color:#2d72d6;}
140

    
141
.menu-dropdown li.item110.active .title  { color:#00b7f0;}
142
.menu-dropdown li.item103.active .title  { color:#00b7f0;}
143
.menu-dropdown li.item143.active .title  { color:#00b7f0;}
144

    
145
.menu-dropdown li.item110 .title:hover { color:#fff;}
146
.menu-dropdown li.item103 .title:hover { color:#fff;}
147
.menu-dropdown li.item143 .title:hover { color:#fff;}
148

    
149
.menu-dropdown li.active .level1 { color: #00b7f0; }
150

    
151

    
152

    
153
.menu-dropdown .dropdown-bg > div { background: #3440B5; }
154

    
155
.menu-dropdown a.level1,
156
.menu-dropdown span.level1 { color: #646464; }
157

    
158
.menu-dropdown a.level2,
159
.menu-dropdown span.level2 { background-image: url(../images/menu_dropdown_level2.png); }
160

    
161
/* Set Hover */
162
.menu-dropdown a.level2:hover,
163
.menu-dropdown a.level3:hover,
164
.menu-dropdown .module a:hover { color: #00b7f0; }
165

    
166
.menu-dropdown li.level1:hover .level1,
167
.menu-dropdown li.remain .level1 { 
168
	background: #35534a;
169
	background: rgba(0,0,0,0.15);
170
	box-shadow: 1px 0 0 rgba(255,255,255,0.04),
171
				-1px 0 0 rgba(255,255,255,0.04),
172
				inset 0 0 5px rgba(0,0,0,0.08);
173
	color: #fff;
174
}
175

    
176
.menu-dropdown  li.parent.remain > .level1 > span,
177
.menu-dropdown  li.level1.parent:hover > .level1 > span 
178
{ background: url(../images/menu_dropdown_level1_parent_blue.png) 50% 100% no-repeat; }
179

    
180
.menu-dropdown .level1 .level1 span.title {
181
	font-size: 24px;
182
}
183
:lang(el-gr) .menu-dropdown .level1 .level1 span.title {font-size:22px;}
184
:lang(el-gr) .menu-dropdown span.level1 > span, 
185
:lang(el-gr) .menu-dropdown a.level1 > span { padding: 0 8px;}
186
:lang(bg-bg) .menu-dropdown .level1 .level1 span.title {font-size:20px;}
187
:lang(bg-bg) .menu-dropdown span.level1 > span, 
188
:lang(bg-bg) .menu-dropdown a.level1 > span { padding: 0 8px;}
189

    
190

    
191
.menu-dropdown span.title {
192
	line-height: 24px;
193
}
194
.menu-dropdown .level1 .level1 span.subtitle {
195
	font-size: 11px;
196
}
197
.menu-dropdown a.level1, .menu-dropdown span.level1, .menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
198
	font-size: 22px;
199
}
200
.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span {
201
	font-size:22px;
202
}
203
.menu-dropdown a.level2 > span, .menu-dropdown span.level2 > span, .menu-dropdown a.level3 {
204
	font-family: "OpenSansRegular";
205
	font-size:14px;
206
}
207
.menu-dropdown li.active .level1 { color: #00b7f0; }
208

    
209
.menu-dropdown li.level2 .level2 span.title {
210
 	color: #bcbcbc;
211
 	font-size:14px;
212
 	font-family: OpenSansRegular; 
213
}
214
.menu-dropdown li.level2:hover .level2 span.title {
215
 	color: #00B7F0;
216
}
217

    
218

    
219

    
220
.menu-sidebar .level2 a > span {
221
	font-size: 14px;
222
	line-height:16px;
223
}
224

    
225
.menu-dropdown li.level2 .level2 span.subtitle {
226
	font-family: OpenSansRegular; 
227
 	font-size:10px;
228
}
229
.menu-sidebar a, .menu-sidebar li > span {
230
font-size: 16px;
231
color: #969696;
232
line-height:18px;
233
/*font-family: OpenSansLight; */
234
 	
235
}
236
.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
237
	
238
}
239
.menu-sidebar li.parent.active .level1 > span {
240
	color: #00B7F0;
241
}
242
.menu-sidebar li.level2.active, .menu-sidebar li.level2.active a {
243
	color: #00B7F0;
244
}
245

    
246
/* Sidebar/Accordion Menu */
247
.menu-sidebar {
248
	color: #969696
249
}
250
/* Hover */
251
.menu-sidebar a:hover,
252
.menu-sidebar li > span:hover,
253
.menu-sidebar a.current:hover,
254
.menu-sidebar li.parent.active .level1:hover { color: #DF512E; }
255

    
256
/* Level 1 */
257
.menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_item_level1.png); }
258

    
259
/* Level 2 */
260
.menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2.png); }
261

    
262
/* Sidebar/accordion menu on colored modules */
263
.mod-box-color .menu-sidebar a.current,
264
.mod-box-color .menu-sidebar a:hover,
265
.mod-box-color .menu-sidebar li > span:hover,
266
.mod-box-color .menu-sidebar li.parent.active .level1:hover { color: #005e8b; }
267

    
268
.mod-box-color .menu-sidebar a.level2, 
269
.mod-box-dark .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2_color.png); }
270

    
271
.mod-box-dark .menu-sidebar a.current,
272
.mod-box-dark .menu-sidebar a:hover,
273
.mod-box-dark .menu-sidebar li > span:hover,
274
.mod-box-dark .menu-sidebar li.parent.active .level1:hover { color: #00b7f0; } 
275

    
276
/* Line Menu */
277
.menu-line li a:hover { color: #00b7f0; }
278

    
279

    
280
.breadcrumbs a, .breadcrumbs > span {
281
	color: #2b54b8;
282
}
283
.breadcrumbs strong {
284
	color: #7a7a7a;
285
	font-weight: normal;
286
}
287

    
288
.searchbox .results li.result.selected,
289
.breadcrumbs a:hover,
290
.breadcrumbs > span:hover { 
291
	color:#DF512E;
292
}
293
/* Modules
294
----------------------------------------------------------------------------------------------------*/
295
/* Color */
296
.blueheader .module-title {
297
	color: #3440B5;
298
}
299

    
300
.mod-plain .module-title {
301
	color:#3441B5;
302
}
303
.mod-box-blue { 
304
	color:#ebebeb;
305
	background: #3440B5;
306
	background: -moz-radial-gradient(center, ellipse cover, #3440B5 0%, #3440B5 90%);
307
	background: -webkit-radial-gradient(center, ellipse cover, #2D72D6 0%, #3440B5 90%);
308
	background: -o-radial-gradient(center, ellipse cover, #2D72D6 0%, #3440B5 90%);
309
	background: radial-gradient(ellipse at center, #2D72D6 10%, #3440B5 80%);
310
	padding:15px;
311
}
312

    
313
.mod-box-blue .module-title{
314
	color:#f5f5f5;
315
} 
316

    
317
.mod-box-blue a { color: #24D6E3; }
318

    
319
.mod-box-blue a:hover { color: #E76E12; }
320

    
321
.mod-box-blue em, 
322
.mod-box-blue code { color: #637d44; }
323

    
324
.mod-group .header, .mod-group .header a {
325
	color:#646464;
326
	font-size:22px;
327
	line-height:22px;
328
	display:table-cell;
329
	vertical-align:bottom;
330
	height:70px;
331
	padding-bottom:5px;
332
	font-family: RobotoSlabRegular;
333
}
334
.mod-group .header a:hover {
335
	color:#DF512E;
336
} 
337
.mod-group {
338
	position:relative;
339
	padding-right:5px;
340
	padding-bottom:15px;
341
}
342
.mod-group .module-title {
343
	margin-bottom: 6px;
344
	height: 76px;
345
	color:#646464;
346
	display:inline-block;
347
	/* background: url(../images/module_line.png) 0 100% repeat-x;*/
348
}
349

    
350
.mod-group .module-title .icon {
351
	margin-right: 5px;
352
	width:66px;
353
	top:-10px;
354
	vertical-align:bottom;
355
	height:76px;
356
	
357
}
358
.mod-group .module-title .icon-researchers {
359
	background: url(../images/Researchers_Icon.png) left bottom no-repeat;
360
}
361

    
362
.mod-group .module-title .icon-providers {
363
	background: url(../images/Data-Providers-Icon.png) left bottom no-repeat;
364
}
365

    
366
.mod-group .module-title .icon-admins {
367
	background: url(../images/Research-Administrators-Icon.png) left bottom no-repeat;
368
}
369
.mod-group .module-title .icon-funders {
370
	background: url(../images/Funding-Agencies-Icon.png) left bottom no-repeat;
371
}
372
/*lists */
373
.mod-group ul {
374
	padding-left:0px;
375
	margin-left:-10px;
376
	margin-top:0px;
377
}
378
ul.list-icon > li {
379
padding: 2px 0px 0 25px;
380
list-style:none;
381
background: url(../images/list_check_right.png) 0 0 no-repeat;
382
}
383
/* Tools
384
----------------------------------------------------------------------------------------------------*/
385

    
386
#top-a .button-primary { box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25); }
387

    
388
#top-a .mod-plain .button-primary:hover,
389
#top-a .mod-plain .button-primary:active {
390
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.5),
391
				inset 0 0 1px rgba(0,0,0,0.5),
392
				0 1px 0 rgba(255,255,255,0.3);
393
}
394

    
395
.button-primary-add {
396
	padding:2px 33px 2px 8px;
397
	background-image: url(../images/add_link_sm.png);
398
	background-position: 95%;
399
	background-repeat:no-repeat;
400
}
401

    
402

    
403

    
404
/* System
405
----------------------------------------------------------------------------------------------------*/
406

    
407
.searchbox input:-moz-placeholder { color: #b8c0ba; }
408
.searchbox input::-webkit-input-placeholder { color: #b8c0ba; }
409
.searchbox input.placeholder { color: #b8c0ba; }
410

    
411
.searchbox .results { background: #333; }
412

    
413
.searchbox .results:after { background-image: url(../images/menu_dropdown_level1_parent.png); }
414

    
415
.searchbox.loading button { background-image: url(../images/searchbox_loader.gif); }
416

    
417

    
418
/*footer*/
419
#bottom-b .menu-line, #footer .menu-line {}
420
#bottom-b .menu-line li a:hover, #footer .menu-line li a:hover { color: #F06138; text-decoration:none; }
421
#bottom-b .menu-line li a, #footer .menu-line li a {color:#ffffff;}
422
#bottom-b .menu-line li, #footer .menu-line li {
423
    margin-left: 0;
424
    padding-left: 0;
425
    background: none;
426
    display:block;
427
    /*
428
    font-family: "YanoneKaffeesatzLight";
429
    font-size:24px;
430
    line-height:24px;
431
    */
432
    font-variant:small-caps;
433
    font-family: "OpenSansLight";
434
	font-size: 15px;
435
	
436
}
437

    
438
/* openaire specific */
439
#left-column {
440
	width: 180px;
441
	margin-right: 20px;
442
	/*padding: 5px 0px 10px 5px;*/
443
	float: left;
444
	position: relative;
445
}
446
#main-column {
447
	width:100%;
448
}
449
.innerLeft {
450
	float:left;
451
	width:75%;
452
}
453
.innerRight {
454
	float:right;
455
	width:25%;
456
	clear:none;
457
}
458
#left-column h2 {
459
	font-weight: normal;
460
	font-size: 24px;
461
	font-size: 20px;
462
	margin: 0px;
463
	color: #2B6CDF;
464
}
465
#right-column {
466
	float: left;
467
	width:665px;
468
}
469
#right-column2 {
470
	float: left;
471
	width:100px;
472
}
473

    
474
/***** from system-all.css ****/
475
#system .item > .links a {
476
	background-color: #00b7f0;
477
	background-image: -o-linear-gradient(rgba(2,151,198,0), #0297c6);
478
	background-image: -webkit-linear-gradient(rgba(2,151,198,0), #0297c6);
479
	background-image: -moz-linear-gradient(rgba(2,151,198,0), #0297c6);
480
	background-image: linear-gradient(rgba(2,151,198,0), #0297c6);
481
}
482

    
483
#system .item > .links a:hover { background-color: #0088b5; }
484
#system .item > .links a:active { background-color: #00b7f0; }
485

    
486
#system .gridalicious .item > .links a { color: #00b7f0; }
487

    
488
#system .pagination a.next,
489
#system .pagination a.previous,
490
#system .pagination a.first,
491
#system .pagination a.last { background-image: url(../images/pagination.png); }
492

    
493
#system .pagination a:hover { 
494
	color: #DD512E;
495
	border-color: #DD512E;  
496
}
497

    
498
/* Spotlight */
499
.featured-spotlight .overlay {
500
	background-color: #00b7f0;
501
	background-color: rgba(0,180,240,0.7);
502
}
503

    
504

    
505
.searchbox {
506
width: 160px;
507
height:30px;
508
background-color: rgba(0,0,0,0.05);
509
box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset, 0 0 1px rgba(255,255,255,0.2);
510
border-radius:3px;
511
}
512
.searchbox input {
513
position: absolute;
514
width: 130px;
515
height:30px;
516
z-index: 111;
517
padding-left: 25px;
518
background: url(../images/searchbox_magnifier.png) 0 50% no-repeat;
519
font-size: 16px;
520
color: #d4d4d4;
521
text-transform: uppercase;
522
}
(5-5/7)