Proyectos de Subversion Moodle

Rev

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