Project

General

Profile

1
/** Add css rules here for your application. */
2

    
3
body {
4
    background-color: #f6be8a !important;
5
    color: #3c3d3e;
6
    font: 13px/20px Open Sans !important;
7
    padding-top: 0px !important;
8
}
9

    
10
.wrapper {
11
    max-width: 980px;
12
    box-sizing: border-box;
13
    margin: auto;
14
}
15

    
16
.float-right {
17
    float: right;
18
}
19

    
20
.float-left {
21
    float: left;
22
}
23

    
24
.inlineBlock {
25
    display: inline-block;
26
}
27

    
28
#block-header {
29
    background-attachment: scroll !important;
30
    background-color: #f6be8a !important;
31
    background-image: url("https://blogs.openaire.eu/wp-content/uploads/2014/12/programme_top_header.png") !important;
32
    background-position: left top !important;
33
    background-repeat: no-repeat !important;
34
    min-height: 150px;
35
    position: fixed;
36
    top: 0;
37
    width: 100%;
38
    z-index: 10;
39
}
40

    
41
#block-toolbar {
42
    padding: 5px 0;
43
    height: 25px;
44
}
45

    
46
#footer, #toolbar {
47
    font-size: 12px;
48
    line-height: 26px;
49
}
50

    
51
#toolbar a {
52
    color: #646464;
53
    padding: 0 10px;
54
}
55

    
56
#toolbar a:hover, #toolbar a:focus {
57
    cursor: pointer !important;
58
}
59

    
60
.secondToolbarButton {
61
    border-left: 1px solid #646464;
62
}
63

    
64
#toolbar, #header, #footer {
65
    margin: 0 5px;
66
}
67
#header {
68
    position: relative;
69
    border-bottom: 1px solid #ee964a;
70
}
71

    
72
#logo {
73
    /*height: 100px;*/
74
    margin-top: 15px;
75
}
76

    
77
#logo, #logo > img, #menu {
78
    float: left;
79
}
80

    
81
#menubar {
82
    bottom: 0;
83
    position: absolute;
84
    right: 0;
85
}
86
#menubar {
87
    float: right;
88
}
89

    
90
.nav {
91
    margin-bottom: 0px !important;
92
}
93

    
94
#menu .caret {
95
    border: none !important;
96
}
97

    
98
/*ul.nav li.dropdown:hover > ul.dropdown-menu {
99
    display: block;
100
}
101

    
102
.nav .dropdown-menu {
103
 margin-top: 0px;
104
}*/
105

    
106

    
107

    
108

    
109

    
110

    
111

    
112

    
113

    
114

    
115

    
116
#block-main {
117
    padding-top: 1px;
118
    margin-top: 171px;
119
    min-height: 400px;
120
}
121

    
122
#content {
123
    /*background-color: #f2b076;*/
124
    /*background-color: #f5f5f5;
125
    background-color: #f5f5d9*/
126
    background-color: #fafafa;
127
    min-height: 600px;
128
    padding: 20px;
129
}
130

    
131
.userRegistrationForm {
132
    margin: 15px;
133
    /*width: 65%;*/
134
}
135

    
136
.userRegistrationForm select {
137
    width: 513px !important;
138
}
139

    
140
.userLoginForm {
141
    margin: 15px;
142
    width: 65%;
143
}
144

    
145
.userLoginForm .control-label {
146
    width: 240px !important;
147
}
148

    
149
.userLoginForm .controls {
150
    margin-left: 250px !important;
151
}
152

    
153
.formAccordion {
154
    width: 80%;
155
    margin-left: 15px;
156
}
157

    
158
.contentLabel {
159
    padding: 20px;
160
}
161

    
162
.stepWidgetLabel {
163
    font-size: 16px;
164
    font-weight: bold;
165
    padding-bottom: 10px;
166
}
167

    
168
.researcherInfoPanel {
169
    border: 1px solid #ccc;
170
    border-radius: 4px;
171
    margin: 15px;
172
    width: 85%;
173
}
174

    
175
.researcherInfoPanel .contentLabel {
176
    font-size: 15px;
177
    font-weight: bold;
178
    text-align: center;
179
}
180

    
181
.commentLabel {
182
    font-size: 12px;
183
    padding: 10px 10px 20px 20px;
184
}
185

    
186
.organizationInfoPanel {
187
    border: 1px solid #ccc;
188
    margin: 0 15px 0 0;
189
}
190

    
191
.organizationForm {
192
    margin: 20px 0 0 !important;
193
}
194

    
195
.accountingForm {
196
}
197

    
198
.accountingForm input[type="file"] {
199
    border-radius: 4px;
200
    height: 30px;
201
    line-height: 28px;
202
}
203

    
204
.alertLabel {
205
    margin: 10px 20px 20px !important;
206
}
207

    
208
.wizardBreadcrumb {
209
    padding-left: 20px;
210
}
211

    
212
.wizardBreadcrumb a:before {
213
    border-bottom: 20px solid transparent;
214
    border-left: 30px solid white;
215
    border-top: 20px solid transparent;
216
    content: " ";
217
    display: block;
218
    height: 0;
219
    left: 100%;
220
    margin-left: 1px;
221
    margin-top: -20px;
222
    position: absolute;
223
    top: 50%;
224
    width: 0;
225
    z-index: 1;
226
}
227

    
228
.wizardBreadcrumb a.show:after {
229
    border-left-color: #ee964a !important;
230
}
231

    
232
.wizardBreadcrumb a:after {
233
    border-bottom: 20px solid transparent;
234
    border-left: 30px solid hsla(0, 0%, 84%, 1);
235
    border-top: 20px solid transparent;
236
    content: " ";
237
    display: block;
238
    height: 0;
239
    left: 100%;
240
    margin-top: -20px;
241
    position: absolute;
242
    top: 50%;
243
    width: 0;
244
    z-index: 2;
245
}
246

    
247
.wizardBreadcrumb a.show {
248
    background: none repeat scroll 0 0 #ee964a !important;
249
}
250

    
251
.wizardBreadcrumb a {
252
    background: none repeat scroll 0 0 hsla(0, 0%, 84%, 1);
253
    color: white;
254
    cursor: default;
255
    display: block;
256
    float: left;
257
    padding: 10px 10px 10px 65px;
258
    position: relative;
259
    text-decoration: none;
260
    font-weight: bold;
261
}
262

    
263
.wizardBreadcrumb a:hover, .wizardBreadcrumb a:focus {
264
    color: white !important;
265
    text-decoration: none !important;
266
}
267

    
268
a.firstWizardBreadcrumb {
269
    padding-left: 35px;
270
}
271

    
272
.fundingWizardStepPanel {
273
    padding-top: 60px;
274
    padding-bottom: 20px;
275
    padding-left: 20px;
276
}
277

    
278
.backAndNextButtons {
279
    padding-left: 20px;
280
}
281

    
282
.autoCompleteWidget {
283
    position: relative;
284
}
285

    
286
.filterTextBox {
287
    border-radius: 4px !important;
288
    /*margin-bottom: 25px !important;*/
289
    padding-left: 35px !important;
290
    background: url("./imgs/search.png") no-repeat 3% 50%;
291
    background-size: 8% 80%;
292
    width: 241px !important;
293
}
294

    
295
.suggestionList {
296
    border: 1px solid #ccc;
297
    position: absolute;
298
    width: 282px !important;
299
    border-radius: 4px;
300
    top: 32px;
301
    background-color: #fff;
302
    border-color: rgba(82, 168, 236, 0.8);
303
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
304
    outline: 0 none;
305
    z-index: 100;
306
    max-height: 200px;
307
    overflow-y: scroll;
308
}
309

    
310
.suggestionItem {
311
    padding: 5px 10px;
312
}
313

    
314
.suggestionItem:hover {
315
    background-color: rgba(82, 168, 236, 0.8);
316
    /*background-color: #ee964a;*/
317
    color: #ffffff;
318
}
319

    
320
.suggestionInfoItem {
321
    padding: 5px 10px;
322
    background-color: #f4f4f4;
323
}
324

    
325
.userRegistrationCoordinatedProject input.filterTextBox {
326
    background: url("./imgs/search.png") no-repeat scroll 1% 50% / 5% 80% rgba(0, 0, 0, 0) !important;
327
    width: 471px !important;
328
}
329

    
330
.userRegistrationCoordinatedProject .suggestionList {
331
    width: 512px !important;
332
}
333

    
334
.radioGroupPanel .radio {
335
    margin-left: 20px;
336
}
337

    
338
.projectForm {
339
    margin-top: 15px !important;
340
    margin-bottom: 0px !important;
341
}
342

    
343
.projectForm .control-label {
344
    margin-top: -10px;
345
    width: 207px !important;
346
    margin-left: -20px;
347
}
348

    
349
.projectForm .controls {
350
    margin-left: 207px !important;
351
}
352

    
353
.projectForm input.filterTextBox {
354
    background: url("./imgs/search.png") no-repeat scroll 1% 50% / 5% 80% rgba(0, 0, 0, 0) !important;
355
    width: 471px !important;
356
}
357

    
358
.projectForm .suggestionList {
359
    width: 512px !important;
360
}
361

    
362
.displayInfoElement {
363
    border: 1px solid #ccc;
364
    border-radius: 4px;
365
    padding: 20px;
366
    width: 80%;
367
}
368

    
369
.displayInfoElementTitle {
370
    font-size: 14px;
371
    font-weight: bold;
372
    padding-left: 57px;
373
}
374

    
375
.eligibilityInfo {
376
    border-radius: 4px;
377
    margin-left: 20px;
378
    width: 79%;
379
}
380

    
381
.publicationDOIForm {
382
    padding-top: 20px;
383
    width: 85%;
384
}
385

    
386
a.resolveIcon {
387
    color: #777 !important;
388
}
389

    
390
/*.publicationDOIForm .control-label {
391
    width: 50px !important;
392
}
393

    
394
.publicationDOIForm .controls {
395
    margin-left: 60px !important;
396
}*/
397

    
398
.publicationInfoForm {
399
    border: 1px solid #ccc;
400
    border-radius: 4px;
401
    padding-top: 20px;
402
    width: 85%;
403
}
404

    
405
.publicationInfoForm textarea {
406
    width: 505px !important;
407
}
408

    
409
.radio.inlineBlock {
410
    margin-right: 10px;
411
}
412

    
413
a.deleteIcon {
414
    color: #777 !important;
415
}
416

    
417
.affiliationPanel {
418
    margin-bottom: 5px;
419
}
420

    
421
.authorInfo {
422
    margin-bottom: 10px;
423
}
424

    
425
.authorInfo input {
426
    margin-bottom: 3px !important;
427
}
428

    
429
.identifierInfo {
430
    margin-bottom: 10px;
431
}
432

    
433
.identifierInfo select {
434
    margin-right: 5px;
435
    width: 225px !important;
436
}
437

    
438
.journalInfoForm {
439
    border: 1px solid #ccc;
440
    border-radius: 4px;
441
    margin: 20px;
442
    padding-top: 20px;
443
    width: 85%;
444
}
445

    
446
.journalAutoCompleteForm {
447
    padding-top: 20px;
448
    width: 85%;
449
}
450

    
451
.journalAutoCompleteForm input.filterTextBox {
452
    background: url("./imgs/search.png") no-repeat scroll 1% 50% / 5% 80% rgba(0, 0, 0, 0) !important;
453
    width: 471px !important;
454
}
455

    
456
.journalAutoCompleteForm .suggestionList {
457
    width: 512px !important;
458
}
459

    
460
.publisherAutoCompleteForm {
461
    padding-top: 20px;
462
    width: 85%;
463
}
464

    
465
.publisherAutoCompleteForm input.filterTextBox {
466
    background: url("./imgs/search.png") no-repeat scroll 1% 50% / 5% 80% rgba(0, 0, 0, 0) !important;
467
    width: 471px !important;
468
}
469

    
470
.publisherAutoCompleteForm .suggestionList {
471
    width: 512px !important;
472
}
473

    
474
.uploadInvoicePanel {
475
    border: 1px solid #ccc;
476
    border-radius: 4px;
477
    width: 80%;
478
}
479

    
480
.uploadInvoiceLabel {
481
    font-size: 14px;
482
    font-weight: bold;
483
    padding: 15px 25px;
484
}
485

    
486

    
487
/********************************/
488

    
489
/* My Account */
490

    
491
.myAccountPanel {
492
    margin: 20px;
493
}
494

    
495
.myAccountTitle {
496
    border-bottom: 1px solid #e1e1e1;
497
    padding-bottom: 5px;
498
}
499

    
500
.personalInfoPanel {
501
    border: 1px solid #ccc;
502
    border-radius: 4px;
503
    margin-top: 20px;
504
    width: 50%;
505
    display: inline-block;
506
}
507

    
508
.recentActivityPanel {
509
    border: 1px solid #ccc;
510
    border-radius: 4px;
511
    margin-top: 20px;
512
    width: 40%;
513
    display: inline-block;
514
    float: right;
515
}
516

    
517
.panelHeader {
518
    background: none repeat scroll 0 0 #e1e1e1;
519
    padding: 10px 20px;
520
}
521

    
522
.panelHeader a {
523
    margin-left: 20px;
524
    color: #777;
525
}
526

    
527
.panelBody {
528
    padding: 10px 20px;
529
}
530

    
531
.personalInfoPanel dd {
532
    margin-left: 0px !important;
533
}
534

    
535
/********************************/
536

    
537
.comment {
538
    font-size: 12px;
539
}
540

    
541
.width80 {
542
    width: 80% !important;
543
}
544

    
545
.width100 {
546
    width: 100% !important;
547
}
548

    
549

    
550

    
551

    
552

    
553

    
554

    
555

    
556

    
557

    
558

    
559

    
560

    
561

    
562
/********************************/
563

    
564
/* Bootstrap overrides */
565

    
566
.accordion-group {
567
    margin-bottom: 10px !important;
568
}
569

    
570
/*.btn-primary {
571
    background-color: #ee964a !important;
572
    background-image: none !important;
573
}*/
574

    
575
.breadcrumb {
576
    background: none !important;
577
    margin: 0px !important;
578
    padding: 8px !important;
579
}
580

    
581
.breadcrumb > li {
582
    text-shadow: none !important;
583
}
584

    
585
label, input, button, select, textarea {
586
    font-size: 13px !important;
587
}
588

    
589
.input-mini {
590
    width: 41px !important;
591
}
592

    
593
.input-xxlarge {
594
    width: 499px !important;
595
}
596

    
597
input {
598
    margin-right: 5px !important;
599
}
600

    
(1-1/2)