Proyectos de Subversion Moodle

Rev

Rev 721 | Rev 723 | 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
.mb-4, .my-4 {
517
    margin-bottom: 0.5rem !important;
518
    height: 40px;
519
}
520
 
521
[data-action="forum-inpage-submit"] {
522
    position: relative;
523
    height: 35px;
524
}
525
 
526
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
527
    border: 0;
528
    border-radius: 5px;
529
    height: 35px;
530
    font-size: smaller;
531
    margin-right: 15px;
532
    margin-top: 7%;
533
}
534
 
535
.btn-secondary{
536
    border-radius: 5px;
537
}
538
 
539
.mr-1{
540
    height: 35px;
541
    font-size: smaller;
542
}
543
 
544
@media (min-width: 320px) {
545
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
546
        margin-left: 5px;
547
        margin-right: 10px;
548
    }
549
}
550
 
551
[data-fieldtype="editor"]>div {
552
    margin-right: 10px;
553
}
554
 
555
.mb-0 {
556
    margin-right: 0%;
557
    margin-left: 3%;
558
}
559
 
560
.filemanager-container{
561
    margin-right: 10px;
562
}
563
 
564
.fp-navbar {
565
    border-color: #E1E1E1;
566
    margin-right: 10px;
567
}
568
 
569
.filemanager .fp-restrictions {
570
    margin-right: 15px;
571
}
572
 
573
.ml-1{
574
    margin-left: 0.25rem !important;
575
    margin-top: 13.5px !important;
576
}
577
 
578
form-inline .custom-select {
579
    margin-top: 15px;
580
}
581
 
582
.submissionstatustable{
583
    margin-top: 3%;
584
}
585
 
586
button:not(:disabled){
587
    height: 35px;
588
}
589
 
590
.custom-control{
591
    margin-top: 5px;
592
}
593
 
594
.h3 {
595
    font-size: 1rem;
596
    line-height: 1.3;
597
}
598
 
599
.que .qtext {
600
    font-size: smaller;
601
}
602
 
603
.formulation.clearfix {
604
    width: 50%;
605
    margin-left: 25%;
606
}
607
 
608
.que.multichoice .answer div.r0{
609
    height: 40px;
610
    font-size: smaller;
611
}
612
 
613
.ml-1{
614
    margin-top: 0.25px !important;
615
}
616
 
617
.que .info .questionflag a{
618
    border-radius: 5px;
619
}
620
 
714 ariadna 621
.submitbtns .mod_quiz-next-nav, .submitbtns .mod_quiz-prev-nav{
622
    font-size: 0.75rem;
1 efrain 623
}
624
 
625
.btn--darkmode{
626
    display:none;
627
}
628
 
629
.search-input-group{
630
    margin-left: 14.5%;
631
}
632
 
633
.rui-course-card-deck {
634
    display: flex !important;
635
    flex-wrap: wrap;
636
    flex-direction: row !important;
637
}
638
 
639
.rui-course-card-deck .rui-course-card {
640
    border-radius: 20px;
641
    border: 1px solid #eee;
642
    box-shadow: 1px 1px 1px #ddd;
643
    grid-template-columns: repeat(3, 1fr);
644
    grid-template-rows: repeat(2, 1fr);
645
    max-width: calc(50% - 18px);
646
    min-width: 450px;
647
    width: 100%;
648
}
649
 
650
.rui-course-card-deck .rui-course-card > *:not(a){
651
    grid-column: 2/4;
652
}
653
 
654
.rui-course-card-deck .rui-course-card > a{
655
    grid-column: 1/2;
656
    grid-row: 1/3;
657
}
658
 
659
#page-my-index #block-region-dtopblocks {
660
    display: flex;
661
    flex-wrap: wrap;
662
    justify-content: space-between;
663
}
664
 
665
#page-my-index #block-region-dtopblocks > .card{
666
    flex: 1;
667
}
668
 
669
#page-my-index #block-region-dtopblocks .rui-course-card{
670
    max-width: none;
671
}
672
 
673
#page.drawers .main-inner{
674
    background-color: #fff;
675
}
676
 
677
.search-input-group .search-input {
678
    font-size: small;
679
    height: 35px;
680
}
681
 
682
body.drawer-open-right #sidepreopen-control {
683
    position: fixed;
684
    z-index: 1120;
685
    display: none;
686
}
687
 
688
.card-title {
689
    display: none !important;
690
}
691
 
692
 
449 ariadna 693
 
1 efrain 694
h1 {
695
    font-size: 30px;
696
    margin-bottom: 5px;
697
}
698
 
699
.block_myprofile .myprofileitem.fullname {
700
    font-size: 1.4rem;
701
}
702
 
703
.form-control, [type="text"]{
704
    border-radius: 5px;
705
    font-size: smaller;
706
    height: 35px;
707
}
708
 
709
.search-input-group .search-input-btn{
710
    right: -35px;
711
}
712
 
713
.myprofileitem p {
714
    font-size: 1.1rem;
715
}
716
 
10 ariadna 717
.userinitials{
718
    border-radius: 30px;
719
    border: 1px solid #000000;
720
    color: #ffffff;
721
    background-color: #000;
722
}
723
 
724
.comment-message .picture .userinitials{
725
    min-width: 50px;
726
    min-height: 50px;
32 ariadna 727
}
728
 
729
.page-mycourses .block .block-controls{
730
    margin-top: 25px;
731
    right: 0;
61 ariadna 732
}
733
 
77 ariadna 734
 
735
.mr-5 {
62 ariadna 736
    border: 1px solid #212121;
61 ariadna 737
    border-radius: 10px;
62 ariadna 738
    background: #212121;
77 ariadna 739
    margin-top: 45px;
740
    width: 210px !important;
741
    height: 50px !important;
81 ariadna 742
    margin-right: 5px !important;
61 ariadna 743
}
744
 
745
.block_point_view.reactions-container {
746
    z-index: 1;
747
    position: relative;
748
    float: right;
78 ariadna 749
    margin-top: 27px;
61 ariadna 750
    margin-right: 2.5rem !important;
72 ariadna 751
    width: 200px !important;
752
    height: 100px !important;
62 ariadna 753
}
754
 
755
.d-inline-block {
72 ariadna 756
    color: #bbb;
63 ariadna 757
}
758
 
72 ariadna 759
.my-0{
760
    height: 20px;
761
}
762
 
763
.rounded {
764
    border-radius: 30px !important;
75 ariadna 765
}
766
 
767
.singleselect {
768
    max-width: 100%;
769
    margin-left: 2.5px;
76 ariadna 770
}
771
 
79 ariadna 772
.block_point_view.reactions-container .withtooltip {
773
    margin-right: -2.5px;
82 ariadna 774
}
775
 
85 ariadna 776
.dropdown-menu.show {
777
    max-width: 300px;
778
    width: 300px;
779
    overflow: auto;
780
}
781
 
89 ariadna 782
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
783
    color: #bbb;
784
}
85 ariadna 785
 
89 ariadna 786
.rui-logo.rui-logo-box {
91 ariadna 787
    box-shadow: none;
89 ariadna 788
}
92 ariadna 789
 
790
.loginfailures .usermenu .avatar::before {
791
    width: 13.5px !important;
792
    height: 13.5px !important;
793
    top: 2px;
794
    right: auto;
795
}
100 ariadna 796
 
797
.student_feedback_container{
798
    display: flex;
799
    flex-direction: row-reverse;
800
}
801
 
802
.student_feedback_container h4{
803
    display: none;
804
}
165 ariadna 805
 
806
.bloque {
167 ariadna 807
    border: none !important;
165 ariadna 808
    margin-right: 10px;
312 ariadna 809
}
810
 
811
.row {
812
    margin-left: 0px;
319 ariadna 813
}
814
 
815
.activity-navigation {
816
    display: none;
337 ariadna 817
}
818
 
819
.path-mod .rui-activity-wrapper {
820
    border: none;
821
    margin-bottom: 0px;
822
}
359 ariadna 823
 
824
.btn-cesa-course-completion{
720 ariadna 825
    margin: 0.5rem 0;
345 ariadna 826
}
827
 
351 ariadna 828
.form-control--username-box{
345 ariadna 829
    margin-bottom: 0.5rem !important;
830
    margin-top: 20px !important;
349 ariadna 831
    margin-right: 0px !important;
346 ariadna 832
}
833
 
834
.rui-show-password-btn.rui-show-password-btn--hidden {
835
    border-radius: 50px;
348 ariadna 836
    height: 30px;
837
    margin-top: 1px;
347 ariadna 838
}
839
 
840
.rui-login-layout-1 .login-container {
841
    min-height: 100vh;
842
    display: grid;
843
    align-content: center;
844
    background: #01011e;
348 ariadna 845
}
349 ariadna 846
.btn-lg{
348 ariadna 847
    padding: 1rem 1.75rem;
350 ariadna 848
    font-size: 1rem;
348 ariadna 849
    line-height: 1.5;
352 ariadna 850
    border-radius: 5px;
348 ariadna 851
    display: flex !important;
350 ariadna 852
    height: 45px !important;
352 ariadna 853
}
854
 
855
.item-cursos{
856
    width: 95% ;
857
}
858
 
859
.bloque {
860
    padding: 0px;
861
    border-radius: 3px;
862
    border: 1px solid #cccccc;
863
    /* display: inline-block; */
864
    margin-bottom: 15px;
356 ariadna 865
    margin-left: 8.5px;
371 ariadna 866
    margin-right: 8px;
355 ariadna 867
    max-width: 270px;
366 ariadna 868
}
869
 
870
.courseindex .courseindex-item .completion_complete~.courseindex-link {
871
    color: #07a4e3;
872
}
873
.courseindex .courseindex-item .completioninfo.completion_complete {
874
    color: #07a4e3;
370 ariadna 875
}
876
 
877
.rui-dashboard-bottom .mt-4 .mb-4{
878
    display: none;
879
}
373 ariadna 880
 
468 ariadna 881
.close{
469 ariadna 882
    height: 30px !important;
883
    width: 30px !important;
488 ariadna 884
}
885
 
886
.alert, #page-mod-choice-view #notice p {
887
    position: relative;
888
    margin: 1rem 0;
889
    padding: .55rem 1.25rem;
890
    border: 1px solid transparent;
891
    border-radius: 20px;
892
    font-size: .813rem;
893
    font-weight: 500;
894
    margin-left: 5px;
895
    margin-right: 5px;
590 ariadna 896
}
897
 
898
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
899
    padding: 0 !important;
900
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
901
}
902
 
903
/* MAIN CONTENT */
904
 
591 ariadna 905
.main-content {
906
    margin-bottom: 0;
907
}
908
 
594 ariadna 909
.h5p-iframe-wrapper {
595 ariadna 910
    height: 75vh !important;
594 ariadna 911
}
912
 
913
.h5p-iframe-wrapper.h5p-fullscreen {
595 ariadna 914
    height: 100vh !important;
592 ariadna 915
}
916
 
594 ariadna 917
.h5p-iframe-wrapper iframe.h5p-iframe {
918
    height: 100% !important;
616 ariadna 919
}
920
 
921
body.drawer-open-left, body.drawer-open-right {
922
    overflow: auto !important;
685 ariadna 923
}
924
 
925
svg {
926
    margin-left: 0px;
693 ariadna 927
}
928