Proyectos de Subversion Moodle

Rev

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