Proyectos de Subversion Moodle

Rev

Rev 728 | Rev 746 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@charset "UTF-8";
2
 
3
:root {
4
    --primary-white: rgba(255, 255, 255, 0.9);
5
    --primary-white-hover: rgba(255, 255, 255, 0.04);
6
    --border-primary: #ffffff14;
7
    --primary-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
8
}
9
 
10
h1,
11
h2,
12
h3,
13
h4,
14
h5,
15
h6,
16
span,
17
a,
60 ariadna 18
p ,
19
.comment-message .text,
403 ariadna 20
.comment-message .time
21
.container{
1 efrain 22
    font-family: var(--primary-font-family);
23
}
24
 
25
/* Nav */
26
.rui-topbar-wrapper {
27
    background: #fff;
28
    border-bottom: 1px solid #aeb3b8;
29
    box-shadow: 1px 1px 1px #ddd;
30
    padding: 5px;
31
    height: 55px;
32
 
33
}
34
 
35
/* Drawer */
36
 
589 ariadna 37
@media (max-width: 767.98px) {
38
    .btn-drawer {
39
        left: 15px;
40
        top: 80px;
41
}
42
}
43
 
1 efrain 44
@media (min-width: 1100px){
45
.drawer-left, .drawer-right {
46
    height: calc(100% - 55px);
47
}
48
}
49
 
50
.drawer.drawer-left {
51
    background-color: #23292f;
52
    border-radius: 0;
53
    padding: 0;
54
    top: 55px;
55
}
56
 
57
.drawercontent {
58
    scrollbar-color: #757474 #fff;
59
    margin-right: 0;
60
    scrollbar-width: auto;
61
    padding: 0;
62
    height: calc(100% - 55px);
63
}
64
 
65
.courseindex .courseindex-item.pageitem {
66
    background: black;
67
    color: #fff;
68
    border-left: 5px solid #fff;
69
}
70
 
71
.drawerheader {
72
    border-bottom: 1px solid var(--border-primary);
73
    padding: .9rem !important;
74
    display: flex;
75
    justify-content: space-between;
76
    align-items: center;
77
}
78
 
79
.drawerheadercontent {
80
    position: relative !important;
81
    top: 0 !important;
82
    left: 0 !important;
83
    display: flex;
84
    align-items: center;
85
    justify-content: center;
86
    gap: .5rem;
87
}
88
 
89
.drawer.drawer-left .drawertoggle {
90
    margin-left: auto;
91
    margin-right: 0;
92
    margin-top: 2px;
93
    margin-bottom: 2px;
94
}
95
 
96
.drawerheadercontent h5{
97
    margin-bottom: 0;
98
    font-size: 16px;
99
    font-weight: 600;
100
    color: #fff;
101
    margin-top: 5px;
102
}
103
 
718 ariadna 104
.page-content.wrapper-fw {
715 ariadna 105
    padding-left: .5rem;
106
    padding-right: .5rem;
717 ariadna 107
    padding-top: .5rem;
1 efrain 108
    position: relative;
109
}
110
 
718 ariadna 111
#page-mod-quiz-summary .submitbtns {
112
    flex-direction: row;
719 ariadna 113
    margin-top: 1rem;
718 ariadna 114
}
115
 
116
#page-mod-quiz-summary .mdl-align {
117
    min-height: auto;
118
}
119
 
1 efrain 120
.courseindex .courseindex-item.pageitem:hover, .courseindex .courseindex-item.pageitem:focus {
121
    color: #fff;
122
    background: #000;
123
    border-left: 5px solid #fff;
124
}
125
 
126
.courseindex .courseindex-item.pageitem:hover .courseindex-link{
127
    color: #fff;
128
}
129
 
718 ariadna 130
#page-mod-resource-view .page-content.wrapper-fw, #page-mod-hvp-view .page-content.wrapper-fw {
715 ariadna 131
    padding-left: 0;
132
    padding-right: 0;
717 ariadna 133
    padding-top: 0;
1 efrain 134
}
135
 
448 ariadna 136
#page-mod-resource-view .drawer-right .drawerheader , #page-mod-hvp-view .drawer-right .drawerheader  {
137
    display: none;
138
}
1 efrain 139
 
140
#page-mod-resource-view .drawer-right .drawercontent , #page-mod-hvp-view .drawer-right .drawercontent  {
141
    width: 100%;
142
}
143
 
144
#block-region-side-pre{
145
    justify-content: center;
146
}
147
 
148
.drawer-right .drawerheader .drawerheadercontent h5{
149
    display: none;
150
}
151
 
152
.courseindex .courseindex-section {
153
    border-radius: 0 !important;
154
    margin-left: 0 !important;
155
    margin-bottom: 0 !important;
156
}
157
 
158
.courseindex .courseindex-item.courseindex-section-title {
159
    flex-direction: row-reverse;
160
    justify-content: space-between;
161
    padding: 0.5rem 0;
162
    border-radius: 0 !important;
163
}
164
 
165
.courseindex .courseindex-section .courseindex-item.courseindex-section-title {
166
    border-bottom: 1px solid var(--border-primary) !important;
167
}
168
 
169
.courseindex .courseindex-item.courseindex-section-title a {
170
    color: var(--primary-white) !important;
171
    font-size: 14px !important;
172
    font-weight: 600;
173
    margin-left: 1rem;
174
}
175
 
176
.courseindex .courseindex-sectioncontent {
177
    padding: 0 !important;
178
}
179
 
180
.courseindex .courseindex-item.pageitem a {
181
    color: #fff;
182
}
183
 
184
 
185
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
186
    padding: 10.5px;
187
    padding-left: 16px;
188
    border-bottom: 1px solid var(--border-primary);
189
    border-radius: 0;
190
}
191
 
192
.courseindex .courseindex-item:hover span,
193
.courseindex .courseindex-item:hover .courseindex-link,
194
.courseindex .courseindex-item:hover .courseindex-chevron,
195
.courseindex .courseindex-item:focus span,
196
.courseindex .courseindex-item:focus .courseindex-link,
197
.courseindex .courseindex-item:focus .courseindex-chevron {
198
    color: var(--primary-white);
199
}
200
 
201
.courseindex .courseindex-item:hover>span:not(.icons-collapse-expand),
202
.courseindex .courseindex-item:hover>.courseindex-link,
203
.courseindex .courseindex-item:hover>.courseindex-chevron:not(.icons-collapse-expand),
204
.courseindex .courseindex-item:focus>span:not(.icons-collapse-expand),
205
.courseindex .courseindex-item:focus>.courseindex-link,
206
.courseindex .courseindex-item:focus>.courseindex-chevron:not(.icons-collapse-expand) {
207
    text-decoration: underline;
208
}
209
 
210
.courseindex .expanded-icon,
211
.courseindex .collapsed-icon {
212
    background-color: transparent !important;
213
}
214
 
215
.courseindex .expanded-icon .icon,
216
.courseindex .collapsed-icon .icon {
217
    font-size: 20px !important;
218
}
219
 
220
/* Drawer end */
221
 
222
#page-mod-resource-view .rui-main-content-title--h4, #page-mod-hvp-view .rui-main-content-title--h4 {
223
    font-size: 16px;
224
    color: #757474;
225
    font-weight: 600;
226
}
227
 
228
.courseindex .courseindex-item.courseindex-section-title a {
229
    color: var(--primary-white);
230
}
231
 
232
.courseindex .courseindex-item .courseindex-name,
233
.courseindex .courseindex-item .courseindex-link {
234
    color: var(--primary-white);
235
}
236
 
237
.courseindex .expanded-icon,
238
.courseindex .collapsed-icon {
239
    background-color: #595858;
240
    color: var(--primary-white);
241
}
242
 
243
 
244
.wrapper--with-margin {
245
    width: calc(100% - 40px);
246
}
247
 
248
.btn.btn-icon,
249
a.btn-icon {
250
    color: var(--primary-white);
251
    line-height: 10px;
252
    background: transparent;
253
    width: 32px;
254
    height: 32px;
255
    border-radius: 32px;
256
    box-shadow: inset 0 0 0 1px var(--primary-white);
257
    opacity: 1;
258
}
259
 
260
.btn.btn-icon:hover,
261
a.btn-icon:hover {
262
    box-shadow: inset 0 0 0 2px var(--primary-white);
263
    background-color: var(--primary-white-hover);
264
}
265
 
266
.drawer {
267
    padding: 1px 10px;
268
}
269
 
270
.btn-icon {
271
    min-width: auto;
272
    border: none;
273
}
274
 
275
.btn-icon svg {
276
    width: 20px;
277
    height: 20px;
278
}
279
 
280
.btn.btn-icon,
281
#page .hsuforum-tools a.btn-icon {
282
    height: 30px;
283
    width: 30px;
284
}
285
 
286
.drawerheadercontent {
287
    top: 15px;
288
    right: 15px;
289
}
290
 
291
.video-js {
292
    border-radius: 0px;
293
}
294
 
295
.mediaplugin.mediaplugin_videojs {
296
    margin: 0;
297
}
298
 
299
.path-mod-resource .resourcecontent {
300
    margin-top: 0;
301
}
302
 
303
.video-js.vjs-fluid {
304
    padding-top: 75vh !important;
305
}
306
 
307
.drawer.drawer-right {
308
    visibility: visible;
309
    width: 100%;
310
    display: flex;
311
    float: left;
312
    position: revert;
313
    top: 1px;
314
}
315
 
316
#page.drawers.show-drawer-right {
317
    padding-right: 0;
318
}
319
 
320
#block-region-side-pre {
321
    display: flex;
322
    width: 100%;
323
    gap: 12px;
324
}
325
 
714 ariadna 326
.btn {
327
    line-height: 1;
328
}
329
 
1 efrain 330
.btn-group>.btn:last-child {
331
    border-top-right-radius: 0px;
332
    border-bottom-right-radius: 0px;
333
    height: 40px;
334
}
335
 
336
.btn-group>.btn:first-child {
337
    border-top-left-radius: 0px;
338
    border-bottom-left-radius: 0px;
339
}
340
 
341
.btn-primary, .mod_quiz-next-nav {
342
    background: transparent;
343
    color: #000;
344
    border-radius: 5px;
345
    border-color: #ddd;
346
}
347
 
348
.mb-2 a:hover{
349
    border: transparent;
350
    color: #000;
351
    background: #ddd;
352
}
353
 
354
.btn.btn-primary .mr-1:hover, .mod_quiz-next-nav:hover{
355
    border: transparent;
356
    color: #000;
357
    background: #ddd;
358
}
359
 
360
#blocks_buttons.btn-group .btn.nav-link {
361
    border: transparent;
362
    color: #212121;
363
    background: transparent;
364
    height: 40px;
365
}
366
 
367
#blocks_buttons.btn-group .btn.nav-link:hover,
368
#blocks_buttons.btn-group .btn.nav-link.active {
369
    background-color: #F5F5F5;
370
    color: #000;
371
}
372
 
373
#blocks_buttons.btn-group .btn.nav-link.active {
374
    border-bottom: 3px solid #000;
375
}
376
 
377
.card-header{
378
    border-bottom: 1px solid #ddd;
379
    padding: 0px;
380
    height: 46px;
381
}
382
 
383
.card-body {
384
    padding: 10px;
385
    margin-top: 5px;
386
}
387
 
388
.comment-list li{
389
    border: 1px solid #ddd;
390
    border-radius: 0px;
391
    padding: 20px;
392
}
393
 
394
.comment-message-meta a {
395
    color: #212121;
396
    font-size: 15px;
397
}
398
 
399
.comment-message .text {
400
    color: #000;
401
}
402
 
403
.drawer.drawer-right{
404
    padding: 0;
405
}
406
 
407
.drawer-right .drawercontent{
408
    height: fit-content;
409
    padding: 0;
410
    width: 100%;
411
}
412
 
413
.forum-post {
414
    border: 1px solid #ddd;
415
    border-radius: 10px;
416
    display: block;
417
    margin: auto;
418
    padding: 0;
419
    width: 60%;
420
}
421
 
422
.attachedimages, .post-content-container {
423
    padding: 0 12px;
424
}
425
 
426
.attachedimages img {
427
    display: block;
428
    margin: auto;
429
}
430
 
431
.rui-forum-edit-buttons {
432
    display: flex;
433
    gap: 5px;
434
    flex-wrap: wrap;
435
}
436
 
437
.post-actions{
438
    border-top: 1px solid #ddd;
439
    gap: 5px;
721 ariadna 440
    padding: 0.5rem;
1 efrain 441
}
442
 
443
.path-mod-forum .indent{
444
    margin-left: 0;
445
}
446
 
447
@media (min-width: 768px){
448
    .forum-post-reply {
449
        margin-left: 5%;
450
        max-width: 90%;
451
    }
452
}
453
 
454
textarea.form-control {
455
    border-radius: 0px;
456
    border: 1px solid #000;
457
}
458
 
459
.rui-page-footer {
460
    display: none;
461
}
462
 
463
.rui-footer-block--3 {
464
    display: none;
465
}
466
 
467
@media (min-width: 768px){
468
#page-wrapper #page {
469
    padding-top: 55px;
470
    }
471
}
472
 
473
.btn-group .btn.active, .btn-group #page .hsuforum-tools a.active, #page .hsuforum-tools .btn-group a.active {
474
    background-color: #edeffa;
475
    color: #000;
476
    height: 40px;
477
}
478
 
479
.drawer-right .drawerheader{
480
    display: none;
481
}
482
 
449 ariadna 483
.rui-main-content-title--h3{
484
    display: none;
485
}
1 efrain 486
 
487
.activityiconcontainer {
488
    margin-left: 5px;
83 ariadna 489
    display: none;
1 efrain 490
}
491
 
492
@media (min-width: 320px){
493
.form-inline .custom-select {
494
    margin-left: 5px;
495
    font-size: smaller;
496
    height: 35px;
497
    padding-top: 5px;
498
    padding-bottom: 5px;
499
    border-radius: 5px;
500
    margin-top: 15px;
501
}
502
}
503
 
504
.rui-title-container {
505
    margin-top: 0px;
506
    margin-bottom: 0px;
507
}
508
 
509
.form-inline input {
510
    height: 35px;
511
    padding-top: 5px;
512
    padding-bottom: 5px;
513
    border-radius: 5px;
514
}
515
 
516
[data-action="forum-inpage-submit"] {
517
    position: relative;
518
    height: 35px;
519
}
520
 
521
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
522
    border: 0;
523
    border-radius: 5px;
524
    height: 35px;
525
    font-size: smaller;
526
    margin-right: 15px;
527
    margin-top: 7%;
528
}
529
 
530
.btn-secondary{
531
    border-radius: 5px;
532
}
533
 
534
.mr-1{
535
    height: 35px;
536
    font-size: smaller;
537
}
538
 
539
@media (min-width: 320px) {
540
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
541
        margin-left: 5px;
542
        margin-right: 10px;
543
    }
544
}
545
 
546
[data-fieldtype="editor"]>div {
547
    margin-right: 10px;
548
}
549
 
550
.mb-0 {
551
    margin-right: 0%;
552
    margin-left: 3%;
553
}
554
 
555
.filemanager-container{
556
    margin-right: 10px;
557
}
558
 
559
.fp-navbar {
560
    border-color: #E1E1E1;
561
    margin-right: 10px;
562
}
563
 
564
.filemanager .fp-restrictions {
565
    margin-right: 15px;
566
}
567
 
568
.ml-1{
569
    margin-left: 0.25rem !important;
570
    margin-top: 13.5px !important;
571
}
572
 
573
form-inline .custom-select {
574
    margin-top: 15px;
575
}
576
 
577
.submissionstatustable{
578
    margin-top: 3%;
579
}
580
 
581
button:not(:disabled){
582
    height: 35px;
583
}
584
 
585
.custom-control{
586
    margin-top: 5px;
587
}
588
 
589
.h3 {
590
    font-size: 1rem;
591
    line-height: 1.3;
592
}
593
.que.multichoice .answer div.r0{
594
    height: 40px;
595
    font-size: smaller;
596
}
597
.ml-1{
598
    margin-top: 0.25px !important;
599
}
600
.que .info .questionflag a{
601
    border-radius: 5px;
602
}
603
 
714 ariadna 604
.submitbtns .mod_quiz-next-nav, .submitbtns .mod_quiz-prev-nav{
605
    font-size: 0.75rem;
1 efrain 606
}
607
 
608
.btn--darkmode{
609
    display:none;
610
}
611
 
612
.search-input-group{
613
    margin-left: 14.5%;
614
}
615
 
616
.rui-course-card-deck {
617
    display: flex !important;
618
    flex-wrap: wrap;
619
    flex-direction: row !important;
620
}
621
 
622
.rui-course-card-deck .rui-course-card {
623
    border-radius: 20px;
624
    border: 1px solid #eee;
625
    box-shadow: 1px 1px 1px #ddd;
626
    grid-template-columns: repeat(3, 1fr);
627
    grid-template-rows: repeat(2, 1fr);
628
    max-width: calc(50% - 18px);
629
    min-width: 450px;
630
    width: 100%;
631
}
632
 
633
.rui-course-card-deck .rui-course-card > *:not(a){
634
    grid-column: 2/4;
635
}
636
 
637
.rui-course-card-deck .rui-course-card > a{
638
    grid-column: 1/2;
639
    grid-row: 1/3;
640
}
641
 
642
#page-my-index #block-region-dtopblocks {
643
    display: flex;
644
    flex-wrap: wrap;
645
    justify-content: space-between;
646
}
647
 
648
#page-my-index #block-region-dtopblocks > .card{
649
    flex: 1;
650
}
651
 
652
#page-my-index #block-region-dtopblocks .rui-course-card{
653
    max-width: none;
654
}
655
 
656
#page.drawers .main-inner{
657
    background-color: #fff;
658
}
659
 
660
.search-input-group .search-input {
661
    font-size: small;
662
    height: 35px;
663
}
664
 
665
body.drawer-open-right #sidepreopen-control {
666
    position: fixed;
667
    z-index: 1120;
668
    display: none;
669
}
670
 
671
.card-title {
672
    display: none !important;
673
}
674
 
675
 
449 ariadna 676
 
1 efrain 677
h1 {
678
    font-size: 30px;
679
    margin-bottom: 5px;
680
}
681
 
682
.block_myprofile .myprofileitem.fullname {
683
    font-size: 1.4rem;
684
}
685
 
686
.form-control, [type="text"]{
687
    border-radius: 5px;
688
    font-size: smaller;
689
    height: 35px;
690
}
691
 
692
.search-input-group .search-input-btn{
693
    right: -35px;
694
}
695
 
696
.myprofileitem p {
697
    font-size: 1.1rem;
698
}
699
 
10 ariadna 700
.userinitials{
701
    border-radius: 30px;
702
    border: 1px solid #000000;
703
    color: #ffffff;
704
    background-color: #000;
705
}
706
 
707
.comment-message .picture .userinitials{
708
    min-width: 50px;
709
    min-height: 50px;
32 ariadna 710
}
711
 
712
.page-mycourses .block .block-controls{
713
    margin-top: 25px;
714
    right: 0;
61 ariadna 715
}
716
 
77 ariadna 717
 
718
.mr-5 {
62 ariadna 719
    border: 1px solid #212121;
61 ariadna 720
    border-radius: 10px;
62 ariadna 721
    background: #212121;
77 ariadna 722
    margin-top: 45px;
723
    width: 210px !important;
724
    height: 50px !important;
81 ariadna 725
    margin-right: 5px !important;
61 ariadna 726
}
727
 
728
.block_point_view.reactions-container {
729
    z-index: 1;
730
    position: relative;
731
    float: right;
78 ariadna 732
    margin-top: 27px;
61 ariadna 733
    margin-right: 2.5rem !important;
72 ariadna 734
    width: 200px !important;
735
    height: 100px !important;
62 ariadna 736
}
737
 
738
.d-inline-block {
72 ariadna 739
    color: #bbb;
63 ariadna 740
}
741
 
72 ariadna 742
.my-0{
743
    height: 20px;
744
}
745
 
746
.rounded {
747
    border-radius: 30px !important;
75 ariadna 748
}
749
 
750
.singleselect {
751
    max-width: 100%;
752
    margin-left: 2.5px;
76 ariadna 753
}
754
 
79 ariadna 755
.block_point_view.reactions-container .withtooltip {
756
    margin-right: -2.5px;
82 ariadna 757
}
758
 
85 ariadna 759
.dropdown-menu.show {
760
    max-width: 300px;
761
    width: 300px;
762
    overflow: auto;
763
}
764
 
89 ariadna 765
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
766
    color: #bbb;
767
}
85 ariadna 768
 
89 ariadna 769
.rui-logo.rui-logo-box {
91 ariadna 770
    box-shadow: none;
89 ariadna 771
}
92 ariadna 772
 
773
.loginfailures .usermenu .avatar::before {
774
    width: 13.5px !important;
775
    height: 13.5px !important;
776
    top: 2px;
777
    right: auto;
778
}
100 ariadna 779
 
780
.student_feedback_container{
781
    display: flex;
782
    flex-direction: row-reverse;
783
}
784
 
785
.student_feedback_container h4{
786
    display: none;
787
}
165 ariadna 788
 
789
.bloque {
167 ariadna 790
    border: none !important;
165 ariadna 791
    margin-right: 10px;
312 ariadna 792
}
793
 
794
.row {
795
    margin-left: 0px;
319 ariadna 796
}
797
 
798
.activity-navigation {
799
    display: none;
337 ariadna 800
}
801
 
802
.path-mod .rui-activity-wrapper {
803
    border: none;
804
    margin-bottom: 0px;
805
}
359 ariadna 806
 
807
.btn-cesa-course-completion{
720 ariadna 808
    margin: 0.5rem 0;
345 ariadna 809
}
810
 
351 ariadna 811
.form-control--username-box{
345 ariadna 812
    margin-bottom: 0.5rem !important;
813
    margin-top: 20px !important;
349 ariadna 814
    margin-right: 0px !important;
346 ariadna 815
}
816
 
817
.rui-show-password-btn.rui-show-password-btn--hidden {
818
    border-radius: 50px;
348 ariadna 819
    height: 30px;
820
    margin-top: 1px;
347 ariadna 821
}
822
 
823
.rui-login-layout-1 .login-container {
824
    min-height: 100vh;
825
    display: grid;
826
    align-content: center;
827
    background: #01011e;
348 ariadna 828
}
349 ariadna 829
.btn-lg{
348 ariadna 830
    padding: 1rem 1.75rem;
350 ariadna 831
    font-size: 1rem;
348 ariadna 832
    line-height: 1.5;
352 ariadna 833
    border-radius: 5px;
348 ariadna 834
    display: flex !important;
350 ariadna 835
    height: 45px !important;
352 ariadna 836
}
837
 
838
.item-cursos{
839
    width: 95% ;
840
}
841
 
842
.bloque {
843
    padding: 0px;
844
    border-radius: 3px;
845
    border: 1px solid #cccccc;
846
    /* display: inline-block; */
847
    margin-bottom: 15px;
356 ariadna 848
    margin-left: 8.5px;
371 ariadna 849
    margin-right: 8px;
355 ariadna 850
    max-width: 270px;
366 ariadna 851
}
852
 
853
.courseindex .courseindex-item .completion_complete~.courseindex-link {
854
    color: #07a4e3;
855
}
856
.courseindex .courseindex-item .completioninfo.completion_complete {
857
    color: #07a4e3;
370 ariadna 858
}
859
 
468 ariadna 860
.close{
469 ariadna 861
    height: 30px !important;
862
    width: 30px !important;
488 ariadna 863
}
864
 
865
.alert, #page-mod-choice-view #notice p {
866
    position: relative;
867
    margin: 1rem 0;
868
    padding: .55rem 1.25rem;
869
    border: 1px solid transparent;
870
    border-radius: 20px;
871
    font-size: .813rem;
872
    font-weight: 500;
873
    margin-left: 5px;
874
    margin-right: 5px;
590 ariadna 875
}
876
 
877
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
878
    padding: 0 !important;
879
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
880
}
881
 
882
/* MAIN CONTENT */
883
 
591 ariadna 884
.main-content {
885
    margin-bottom: 0;
744 ariadna 886
    position: relative;
591 ariadna 887
}
888
 
594 ariadna 889
.h5p-iframe-wrapper {
595 ariadna 890
    height: 75vh !important;
594 ariadna 891
}
892
 
893
.h5p-iframe-wrapper.h5p-fullscreen {
595 ariadna 894
    height: 100vh !important;
592 ariadna 895
}
896
 
594 ariadna 897
.h5p-iframe-wrapper iframe.h5p-iframe {
898
    height: 100% !important;
616 ariadna 899
}
900
 
901
body.drawer-open-left, body.drawer-open-right {
902
    overflow: auto !important;
685 ariadna 903
}
904
svg {
905
    margin-left: 0px;
693 ariadna 906
}
907
 
728 ariadna 908
div#blocks_buttons {
909
    margin-top: 5px !important;
910
}
911