Proyectos de Subversion Moodle

Rev

Rev 714 | Rev 716 | 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
.btn:not(:disabled):not(.disabled), #page .hsuforum-tools a:not(:disabled):not(.disabled) {
610
    margin-top: 5px;
611
}
612
 
613
button:not(:disabled){
614
    height: 35px;
615
}
616
 
617
.custom-control{
618
    margin-top: 5px;
619
}
620
 
621
.h3 {
622
    font-size: 1rem;
623
    line-height: 1.3;
624
}
625
 
626
.que .qtext {
627
    font-size: smaller;
628
}
629
 
630
.formulation.clearfix {
631
    width: 50%;
632
    margin-left: 25%;
633
}
634
 
635
.notyetanswered .state{
636
    margin-left: 7px;
637
}
638
 
639
.que.multichoice .answer div.r0{
640
    height: 40px;
641
    font-size: smaller;
642
}
643
 
644
.ml-1{
645
    margin-top: 0.25px !important;
646
}
647
 
648
.que .info .questionflag a{
649
    border-radius: 5px;
650
}
651
 
714 ariadna 652
.submitbtns .mod_quiz-next-nav, .submitbtns .mod_quiz-prev-nav{
653
    font-size: 0.75rem;
1 efrain 654
}
655
 
656
.btn--darkmode{
657
    display:none;
658
}
659
 
660
.search-input-group{
661
    margin-left: 14.5%;
662
}
663
 
664
.rui-course-card-deck {
665
    display: flex !important;
666
    flex-wrap: wrap;
667
    flex-direction: row !important;
668
}
669
 
670
.rui-course-card-deck .rui-course-card {
671
    border-radius: 20px;
672
    border: 1px solid #eee;
673
    box-shadow: 1px 1px 1px #ddd;
674
    grid-template-columns: repeat(3, 1fr);
675
    grid-template-rows: repeat(2, 1fr);
676
    max-width: calc(50% - 18px);
677
    min-width: 450px;
678
    width: 100%;
679
}
680
 
681
.rui-course-card-deck .rui-course-card > *:not(a){
682
    grid-column: 2/4;
683
}
684
 
685
.rui-course-card-deck .rui-course-card > a{
686
    grid-column: 1/2;
687
    grid-row: 1/3;
688
}
689
 
690
#page-my-index #block-region-dtopblocks {
691
    display: flex;
692
    flex-wrap: wrap;
693
    justify-content: space-between;
694
}
695
 
696
#page-my-index #block-region-dtopblocks > .card{
697
    flex: 1;
698
}
699
 
700
#page-my-index #block-region-dtopblocks .rui-course-card{
701
    max-width: none;
702
}
703
 
704
#page.drawers .main-inner{
705
    background-color: #fff;
706
}
707
 
708
.search-input-group .search-input {
709
    font-size: small;
710
    height: 35px;
711
}
712
 
713
body.drawer-open-right #sidepreopen-control {
714
    position: fixed;
715
    z-index: 1120;
716
    display: none;
717
}
718
 
719
.card-title {
720
    display: none !important;
721
}
722
 
723
 
449 ariadna 724
 
1 efrain 725
h1 {
726
    font-size: 30px;
727
    margin-bottom: 5px;
728
}
729
 
730
.block_myprofile .myprofileitem.fullname {
731
    font-size: 1.4rem;
732
}
733
 
734
.form-control, [type="text"]{
735
    border-radius: 5px;
736
    font-size: smaller;
737
    height: 35px;
738
}
739
 
740
.search-input-group .search-input-btn{
741
    right: -35px;
742
}
743
 
744
.myprofileitem p {
745
    font-size: 1.1rem;
746
}
747
 
10 ariadna 748
.userinitials{
749
    border-radius: 30px;
750
    border: 1px solid #000000;
751
    color: #ffffff;
752
    background-color: #000;
753
}
754
 
755
.comment-message .picture .userinitials{
756
    min-width: 50px;
757
    min-height: 50px;
32 ariadna 758
}
759
 
760
.page-mycourses .block .block-controls{
761
    margin-top: 25px;
762
    right: 0;
61 ariadna 763
}
764
 
77 ariadna 765
 
766
.mr-5 {
62 ariadna 767
    border: 1px solid #212121;
61 ariadna 768
    border-radius: 10px;
62 ariadna 769
    background: #212121;
77 ariadna 770
    margin-top: 45px;
771
    width: 210px !important;
772
    height: 50px !important;
81 ariadna 773
    margin-right: 5px !important;
61 ariadna 774
}
775
 
776
.block_point_view.reactions-container {
777
    z-index: 1;
778
    position: relative;
779
    float: right;
78 ariadna 780
    margin-top: 27px;
61 ariadna 781
    margin-right: 2.5rem !important;
72 ariadna 782
    width: 200px !important;
783
    height: 100px !important;
62 ariadna 784
}
785
 
786
.d-inline-block {
72 ariadna 787
    color: #bbb;
63 ariadna 788
}
789
 
72 ariadna 790
.my-0{
791
    height: 20px;
792
}
793
 
794
.rounded {
795
    border-radius: 30px !important;
75 ariadna 796
}
797
 
798
.singleselect {
799
    max-width: 100%;
800
    margin-left: 2.5px;
76 ariadna 801
}
802
 
79 ariadna 803
.block_point_view.reactions-container .withtooltip {
804
    margin-right: -2.5px;
82 ariadna 805
}
806
 
807
.path-mod .page-header-content .rui-main-content-title{
808
    display: none;
809
}
83 ariadna 810
.page-header-image{
82 ariadna 811
    display: none;
83 ariadna 812
}
85 ariadna 813
 
814
.dropdown-menu.show {
815
    max-width: 300px;
816
    width: 300px;
817
    overflow: auto;
818
}
819
 
89 ariadna 820
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
821
    color: #bbb;
822
}
85 ariadna 823
 
89 ariadna 824
.rui-logo.rui-logo-box {
91 ariadna 825
    box-shadow: none;
89 ariadna 826
}
92 ariadna 827
 
828
.loginfailures .usermenu .avatar::before {
829
    width: 13.5px !important;
830
    height: 13.5px !important;
831
    top: 2px;
832
    right: auto;
833
}
100 ariadna 834
 
835
.student_feedback_container{
836
    display: flex;
837
    flex-direction: row-reverse;
838
}
839
 
840
.student_feedback_container h4{
841
    display: none;
842
}
165 ariadna 843
 
844
.bloque {
167 ariadna 845
    border: none !important;
165 ariadna 846
    margin-right: 10px;
312 ariadna 847
}
848
 
849
.row {
850
    margin-left: 0px;
319 ariadna 851
}
852
 
853
.activity-navigation {
854
    display: none;
337 ariadna 855
}
856
 
857
.path-mod .rui-activity-wrapper {
858
    border: none;
859
    margin-bottom: 0px;
860
}
359 ariadna 861
 
862
.btn-cesa-course-completion{
337 ariadna 863
    top: 4rem;
864
    right: 1rem;
359 ariadna 865
    margin-bottom: 5px;
345 ariadna 866
}
867
 
351 ariadna 868
.form-control--username-box{
345 ariadna 869
    margin-bottom: 0.5rem !important;
870
    margin-top: 20px !important;
349 ariadna 871
    margin-right: 0px !important;
346 ariadna 872
}
873
 
874
.rui-show-password-btn.rui-show-password-btn--hidden {
875
    border-radius: 50px;
348 ariadna 876
    height: 30px;
877
    margin-top: 1px;
347 ariadna 878
}
879
 
880
.rui-login-layout-1 .login-container {
881
    min-height: 100vh;
882
    display: grid;
883
    align-content: center;
884
    background: #01011e;
348 ariadna 885
}
349 ariadna 886
.btn-lg{
348 ariadna 887
    padding: 1rem 1.75rem;
350 ariadna 888
    font-size: 1rem;
348 ariadna 889
    line-height: 1.5;
352 ariadna 890
    border-radius: 5px;
348 ariadna 891
    display: flex !important;
350 ariadna 892
    height: 45px !important;
352 ariadna 893
}
894
 
895
.item-cursos{
896
    width: 95% ;
897
}
898
 
899
.bloque {
900
    padding: 0px;
901
    border-radius: 3px;
902
    border: 1px solid #cccccc;
903
    /* display: inline-block; */
904
    margin-bottom: 15px;
356 ariadna 905
    margin-left: 8.5px;
371 ariadna 906
    margin-right: 8px;
355 ariadna 907
    max-width: 270px;
366 ariadna 908
}
909
 
910
.courseindex .courseindex-item .completion_complete~.courseindex-link {
911
    color: #07a4e3;
912
}
913
.courseindex .courseindex-item .completioninfo.completion_complete {
914
    color: #07a4e3;
370 ariadna 915
}
916
 
917
.rui-dashboard-bottom .mt-4 .mb-4{
918
    display: none;
919
}
373 ariadna 920
.page-header-content .flex-wrap{
921
    display: none;
922
}
923
 
468 ariadna 924
.close{
469 ariadna 925
    height: 30px !important;
926
    width: 30px !important;
488 ariadna 927
}
928
 
929
.alert, #page-mod-choice-view #notice p {
930
    position: relative;
931
    margin: 1rem 0;
932
    padding: .55rem 1.25rem;
933
    border: 1px solid transparent;
934
    border-radius: 20px;
935
    font-size: .813rem;
936
    font-weight: 500;
937
    margin-left: 5px;
938
    margin-right: 5px;
590 ariadna 939
}
940
 
941
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
942
    padding: 0 !important;
943
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
944
}
945
 
946
/* MAIN CONTENT */
947
 
591 ariadna 948
.main-content {
949
    margin-bottom: 0;
950
}
951
 
594 ariadna 952
.h5p-iframe-wrapper {
595 ariadna 953
    height: 75vh !important;
594 ariadna 954
}
955
 
956
.h5p-iframe-wrapper.h5p-fullscreen {
595 ariadna 957
    height: 100vh !important;
592 ariadna 958
}
959
 
594 ariadna 960
.h5p-iframe-wrapper iframe.h5p-iframe {
961
    height: 100% !important;
616 ariadna 962
}
963
 
964
body.drawer-open-left, body.drawer-open-right {
965
    overflow: auto !important;
685 ariadna 966
}
967
 
968
svg {
969
    margin-left: 0px;
693 ariadna 970
}
971