Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 6... Línea 6...
6
    align-items: center;
6
    align-items: center;
7
    justify-content: center;
7
    justify-content: center;
Línea 8... Línea 8...
8
 
8
 
9
    width: 20px;
9
    width: 20px;
10
    height: 20px;
10
    height: 20px;
Línea 11... Línea 11...
11
    background-color: $primary-color-100;
11
    background-color: var(--primary-color-100);
12
 
12
 
13
    font-size: $font-size-xs;
13
    font-size: $font-size-xs;
Línea 14... Línea 14...
14
    color: $primary-color-600;
14
    color: var(--main-theme-color);
15
  }
15
  }
16
 
16
 
Línea 17... Línea 17...
17
  .section-number {
17
  .section-number {
18
    margin-right: .35rem;
18
    margin-right: 0.35rem;
19
  }
19
  }
20
 
20
 
Línea 21... Línea 21...
21
  .section-item {
21
  .section-item {
22
    margin: 3px 0;
22
    margin: 3px 0;
23
    display: inline-flex;
23
    display: inline-flex;
Línea 24... Línea 24...
24
    align-items: center;
24
    align-items: center;
25
 
25
 
26
    &:hover {
26
    &:hover {
Línea 53... Línea 53...
53
  }
53
  }
54
}
54
}
Línea 55... Línea 55...
55
 
55
 
56
.block_course_contents {
56
.block_course_contents {
57
  .list-group-item {
57
  .list-group-item {
58
    padding: .25rem;
58
    padding: 0.25rem;
59
    border-radius: $btn-border-radius;
59
    border-radius: $btn-border-radius;
60
    border-bottom: 0;
60
    border-bottom: 0;
61
  }
61
  }
Línea 75... Línea 75...
75
  & .path {
75
  & .path {
76
    stroke: $gray-300;
76
    stroke: $gray-300;
77
    stroke-linecap: round;
77
    stroke-linecap: round;
78
    animation: dash 1.5s ease-in-out infinite;
78
    animation: dash 1.5s ease-in-out infinite;
79
  }
79
  }
80
 
-
 
81
}
80
}
Línea 82... Línea 81...
82
 
81
 
83
@keyframes rotate {
82
@keyframes rotate {
84
  100% {
83
  100% {
Línea 197... Línea 196...
197
      height: 12px;
196
      height: 12px;
198
    }
197
    }
199
  }
198
  }
200
}
199
}
Línea 201... Línea -...
201
 
-
 
202
 
200
 
203
#page-admin-enrol-programs-management-program {
201
#page-admin-enrol-programs-management-program {
204
  dl.row {
202
  dl.row {
205
    margin-top: $page-padding-global;
203
    margin-top: $page-padding-global;
206
  }
204
  }
Línea 213... Línea 211...
213
 
211
 
214
      .dir-rtl & {
212
      .dir-rtl & {
215
        margin-right: 0;
213
        margin-right: 0;
216
        margin-left: 10px;
214
        margin-left: 10px;
217
      }
-
 
218
 
-
 
219
      .theme-dark & {
-
 
220
        filter: invert(1);
-
 
221
      }
215
      }
222
    }
216
    }
223
  }
217
  }
Línea 224... Línea 218...
224
}
218
}
Línea 244... Línea 238...
244
  }
238
  }
245
}
239
}
Línea 246... Línea 240...
246
 
240
 
247
.theme-dark .block_timetable .footer {
241
.theme-dark .block_timetable .footer {
248
  border-color: $dm-border-color;
-
 
249
 
-
 
250
  .icon {
-
 
251
    filter: invert(1);
-
 
252
  }
242
  border-color: $dm-border-color;
Línea 253... Línea 243...
253
}
243
}
254
 
244
 
255
.block_timetable .timetable-event {
245
.block_timetable .timetable-event {
Línea 323... Línea 313...
323
}
313
}
Línea 324... Línea 314...
324
 
314
 
325
.block_timetable .event-item {
315
.block_timetable .event-item {
326
  border-radius: $btn-border-radius;
316
  border-radius: $btn-border-radius;
327
  box-shadow: none;
-
 
328
 
-
 
329
  .theme-dark & {
-
 
330
    filter: invert(1);
-
 
331
  }
317
  box-shadow: none;
Línea 332... Línea 318...
332
}
318
}
333
 
319
 
Línea 355... Línea 341...
355
}
341
}
Línea 356... Línea 342...
356
 
342
 
357
.block_timetable .timetable_day:hover,
343
.block_timetable .timetable_day:hover,
358
.block_timetable .timetable_day.now,
344
.block_timetable .timetable_day.now,
359
.block_timetable .timetable_day.active {
345
.block_timetable .timetable_day.active {
360
  border: 1px solid $primary-color-600;
346
  border: 1px solid var(--main-theme-color);
Línea 361... Línea 347...
361
}
347
}
362
 
348
 
363
.block_timetable .timetable_day:hover a,
349
.block_timetable .timetable_day:hover a,
Línea 456... Línea 442...
456
  .tabs-wrapper,
442
  .tabs-wrapper,
457
  .onetopic-tab-body {
443
  .onetopic-tab-body {
458
    .nav-tabs {
444
    .nav-tabs {
459
      .nav-link {
445
      .nav-link {
460
        border: 1px solid $white !important;
446
        border: 1px solid $white !important;
-
 
447
      }
-
 
448
    }
-
 
449
  }
-
 
450
}
Línea -... Línea 451...
-
 
451
 
-
 
452
.theme-dark.format-onetopic {
-
 
453
 
461
 
454
  .tabs-wrapper,
-
 
455
  .onetopic-tab-body {
462
        // Adding border to all tabs - Dark Mode
456
    .nav-tabs {
463
        .theme-dark & {
457
      .nav-link {
464
          border: 1px solid $dm-body-bg !important;
-
 
Línea 465... Línea -...
465
        }
-
 
466
 
458
        border: 1px solid $dm-body-bg !important;
467
        // Changing the background of the active tab - Dark Mode
-
 
468
        &.active {
459
 
469
          .theme-dark & {
460
        &.active {
470
            background: $dm-gray-300 !important;
-
 
471
            color: $white !important;
461
          background: $dm-gray-300 !important;
472
          }
462
          color: $white !important;
473
        }
463
        }
474
      }
464
      }
475
    }
-
 
476
  }
-
 
477
 
-
 
478
  // nverting the colour of the add section button - Dark Mode
-
 
479
  .theme-dark & {
-
 
480
    .tabs-wrapper .icon {
-
 
481
      filter: invert(1)
-
 
482
    }
465
    }
Línea 483... Línea 466...
483
  }
466
  }
484
}
467
}
485
 
468
 
-
 
469
/* Inverting the colour of add section button - Dark Mode */
486
/* Inverting the colour of add section button - Dark Mode */
470
.onetopic {
487
.onetopic {
471
  padding: 0;
Línea 488... Línea 472...
488
  padding: 0;
472
  margin: 0;
489
  list-style: none;
473
  list-style: none;
490
}
474
}
491
 
475
 
Línea -... Línea 476...
-
 
476
#tabs-tree-start {
-
 
477
  .format_onetopic-tabs {
-
 
478
    background-color: $gray-100;
-
 
479
    border-radius: $btn-border-radius;
-
 
480
 
492
#tabs-tree-start {
481
    .nav-link {
493
  .format_onetopic-tabs {
482
      padding: 10px 24px;
494
    background-color: $gray-100;
483
      display: inline-block;
495
    border-radius: $btn-border-radius;
484
    }
496
 
485
 
Línea 537... Línea 526...
537
 
526
 
538
.format-multitopic .course-content li.section ul.rui-special-list {
527
.format-multitopic .course-content li.section ul.rui-special-list {
539
  border: 0;
528
  border: 0;
Línea 540... Línea -...
540
}
-
 
541
 
-
 
542
.format-multitopic .course-section {
-
 
543
  &[data-sectionid="0"] {
-
 
544
    .icon {
-
 
545
      display: none;
-
 
546
    }
-
 
547
  }
-
 
548
}
529
}
549
 
530
 
550
.format-multitopic .course-section-header {
531
.format-multitopic .course-section-header {
551
  div {
532
  div {
-
 
533
    margin: 0 !important;
-
 
534
  }
-
 
535
 
-
 
536
  .expanded-icon,
-
 
537
  .collapsed-icon {
-
 
538
    width: 30px;
-
 
539
    height: 30px;
-
 
540
    background-color: $gray-100;
-
 
541
    color: $gray-900;
-
 
542
    border-radius: 30px;
-
 
543
    font-size: 12px;
-
 
544
 
-
 
545
    align-items: center;
-
 
546
    justify-content: center;
552
    margin: 0 !important;
547
    text-align: center;
Línea 553... Línea 548...
553
  }
548
  }
554
}
549
}
555
 
550
 
Línea 616... Línea 611...
616
.format-designer .designer .section .content .section li.activity .activity-block.designer {
611
.format-designer .designer .section .content .section li.activity .activity-block.designer {
617
  padding: 0;
612
  padding: 0;
618
}
613
}
Línea 619... Línea 614...
619
 
614
 
620
.format-designer ul.designer .badge.badge-completion {
615
.format-designer ul.designer .badge.badge-completion {
621
  padding: .35rem .85rem;
616
  padding: 0.35rem 0.85rem;
Línea 622... Línea 617...
622
}
617
}
623
 
618
 
624
.format-designer .designer .section .content .section.link-layout li.activity .mod-content {
619
.format-designer .designer .section .content .section.link-layout li.activity .mod-content {
Línea 651... Línea 646...
651
  #printquizpreviewquiz {
646
  #printquizpreviewquiz {
652
    width: 100% !important;
647
    width: 100% !important;
653
  }
648
  }
654
}
649
}
Línea 655... Línea -...
655
 
-
 
656
 
650
 
657
// Mod Attendence
651
// Mod Attendence
658
.path-mod-attendance .attbtn {
652
.path-mod-attendance .attbtn {
659
  border: 0;
653
  border: 0;
660
  padding: 0;
654
  padding: 0;
Línea -... Línea 655...
-
 
655
}
-
 
656
 
-
 
657
.path-mod-attendance .remarkholder {
-
 
658
  position: relative;
661
}
659
}
662
 
660
 
663
.path-mod-attendance .takecontrols {
661
.path-mod-attendance .takecontrols {
Línea 664... Línea 662...
664
  width: 100%;
662
  width: 100%;
Línea 680... Línea 678...
680
    background-color: $gray-200;
678
    background-color: $gray-200;
681
    font-size: $font-size-xs;
679
    font-size: $font-size-xs;
682
    color: $gray-800;
680
    color: $gray-800;
Línea 683... Línea 681...
683
 
681
 
-
 
682
    transition: $transition-base;
-
 
683
  }
Línea -... Línea 684...
-
 
684
}
-
 
685
 
-
 
686
.path-mod-attendance table.userinfobox {
684
    transition: $transition-base;
687
  padding: 10px;
-
 
688
 
-
 
689
  #currentdate {
-
 
690
    margin: 0 10px;
-
 
691
  }
685
 
692
 
686
    .theme-dark & {
693
  h2 {
-
 
694
    margin: 12px;
-
 
695
  }
-
 
696
 
687
      filter: invert(1);
697
  td.left {
688
    }
698
    background-color: transparent;
Línea -... Línea 699...
-
 
699
  }
-
 
700
}
-
 
701
 
-
 
702
.curdatecontrols {
-
 
703
  a {
-
 
704
    text-decoration: none;
-
 
705
  }
-
 
706
}
-
 
707
 
-
 
708
.theme-dark.path-mod-attendance table.allsessions tr.grouper td {
689
  }
709
  background-color: $dm-gray-300;
690
}
710
}
691
 
711
 
692
// Mod Certificate Template
712
// Mod Certificate Template
693
.path-admin-tool-certificate {
713
.path-admin-tool-certificate {
Línea 702... Línea 722...
702
  }
722
  }
703
}
723
}
Línea 704... Línea 724...
704
 
724
 
705
// Point of View Feedback Block
725
// Point of View Feedback Block
706
.btn b {
726
.btn b {
707
  margin-left: .35rem;
727
  margin-left: 0.35rem;
708
  margin-right: .35rem;
728
  margin-right: 0.35rem;
Línea 709... Línea 729...
709
}
729
}
710
 
730
 
711
// Plugin Ratings
731
// Plugin Ratings
Línea 723... Línea 743...
723
    }
743
    }
724
  }
744
  }
725
}
745
}
Línea 726... Línea 746...
726
 
746
 
-
 
747
.customfield_tool_courserating {
727
.customfield_tool_courserating {
748
 
728
  .customfieldname,
749
  .customfieldname,
729
  .customfieldseparator {
750
  .customfieldseparator {
730
    display: none;
751
    display: none;
731
  }
752
  }
Línea 743... Línea 764...
743
    color: $dm-body-color-light;
764
    color: $dm-body-color-light;
744
  }
765
  }
745
}
766
}
Línea 746... Línea 767...
746
 
767
 
747
.tool_courserating-ratingcolor {
768
.tool_courserating-ratingcolor {
748
  color: $primary-color-600;
769
  color: var(--main-theme-color);
Línea 749... Línea 770...
749
}
770
}
750
 
771
 
751
.tool_courserating-reviews-popup .course-rating-bar .course-rating-bar-rating,
772
.tool_courserating-reviews-popup .course-rating-bar .course-rating-bar-rating,
Línea 850... Línea 871...
850
}
871
}
Línea 851... Línea 872...
851
 
872
 
Línea 852... Línea 873...
852
//Mail Plugin
873
//Mail Plugin
853
 
-
 
854
.popover-region-mail {
874
 
855
 
875
.popover-region-mail {
856
  .popover-region-header-container {
876
  .popover-region-header-container {
857
    align-items: center;
-
 
858
    height: 40px !important;
-
 
859
 
-
 
860
    .icon {
-
 
861
      filter: invert(1);
877
    align-items: center;
Línea 862... Línea 878...
862
    }
878
    height: 40px !important;
863
  }
879
  }
864
 
880
 
Línea 871... Línea 887...
871
    top: 12px;
887
    top: 12px;
872
    right: 16px;
888
    right: 16px;
873
    font-size: $font-size-xs;
889
    font-size: $font-size-xs;
Línea 874... Línea 890...
874
 
890
 
875
    .mail-navbar-menu-compose-link {
891
    .mail-navbar-menu-compose-link {
876
      background-color: $primary-color-600;
892
      background-color: var(--main-theme-color);
877
      padding: 6px 8px;
893
      padding: 6px 8px;
878
      border-radius: $btn-border-radius;
894
      border-radius: $btn-border-radius;
Línea 879... Línea 895...
879
    }
895
    }
Línea 891... Línea 907...
891
        color: $dropdown-link-hover-color;
907
        color: $dropdown-link-hover-color;
892
      }
908
      }
893
    }
909
    }
Línea 894... Línea 910...
894
 
910
 
895
    .os-scrollbar-handle {
911
    .os-scrollbar-handle {
896
      background-color: rgba($white, .85);
912
      background-color: rgba($white, 0.85);
897
    }
913
    }
Línea 898... Línea 914...
898
  }
914
  }
899
 
915
 
Línea 943... Línea 959...
943
    .badge {
959
    .badge {
944
      line-height: 1.6;
960
      line-height: 1.6;
945
    }
961
    }
Línea 946... Línea 962...
946
 
962
 
947
    .icon {
963
    .icon {
948
      margin-right: .35rem;
964
      margin-right: 0.35rem;
949
      opacity: 0.5;
965
      opacity: 0.5;
950
      font-size: $font-size-xs;
966
      font-size: $font-size-xs;
951
    }
967
    }
952
  }
968
  }
Línea 953... Línea 969...
953
}
969
}
954
 
970
 
955
.mail_list .mail_selected {
971
.mail_list .mail_selected {
956
  background-color: $primary-color-600;
972
  background-color: var(--main-theme-color);
957
  border: 2px solid $primary-color-600;
973
  border: 2px solid var(--main-theme-color);
Línea 958... Línea -...
958
  border-radius: $btn-border-radius;
-
 
959
}
-
 
960
 
-
 
961
.theme-dark .popover-region-mail .icon {
-
 
962
  filter: invert(1);
974
  border-radius: $btn-border-radius;
963
}
975
}
964
 
976
 
965
// Block Mass Action
977
// Block Mass Action
Línea 980... Línea 992...
980
  }
992
  }
981
}
993
}
Línea 982... Línea 994...
982
 
994
 
983
.block-massaction .block-massaction-action {
995
.block-massaction .block-massaction-action {
984
  position: relative;
996
  position: relative;
985
  margin-left: .2em;
997
  margin-left: 0.2em;
Línea 986... Línea 998...
986
}
998
}
987
 
999
 
988
.block-massaction-checkbox {
1000
.block-massaction-checkbox {
Línea 989... Línea 1001...
989
  width: 20px;
1001
  width: 14px;
990
  height: 20px;
1002
  height: 14px;
991
 
1003
 
992
  position: absolute;
1004
  position: absolute;
993
  top: -10px;
1005
  top: -13px;
Línea 994... Línea 1006...
994
  right: -10px;
1006
  right: -13px;
995
  z-index: 5;
1007
  z-index: 5;
Línea 1051... Línea 1063...
1051
  font-size: $font-size-sm;
1063
  font-size: $font-size-sm;
1052
  color: $body-color;
1064
  color: $body-color;
1053
  border: 1px solid $gray-100;
1065
  border: 1px solid $gray-100;
1054
  border-radius: $btn-border-radius;
1066
  border-radius: $btn-border-radius;
1055
  appearance: none;
1067
  appearance: none;
1056
  padding: .25rem 2.25rem .25rem 1.25rem;
1068
  padding: 0.25rem 2.25rem 0.25rem 1.25rem;
1057
  margin: 4px 0;
1069
  margin: 4px 0;
1058
  display: inline-block;
1070
  display: inline-block;
1059
  width: 100%;
1071
  width: 100%;
1060
  background: #F5F5F5 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23434343' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 10px center / 8px 10px no-repeat
1072
  background: #f5f5f5 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23434343' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 10px center / 8px 10px no-repeat;
1061
}
1073
}
Línea 1062... Línea 1074...
1062
 
1074
 
1063
.theme-dark #block-massaction-control-section-list-select,
1075
.theme-dark #block-massaction-control-section-list-select,
1064
.theme-dark #block-massaction-control-section-list-moveto,
1076
.theme-dark #block-massaction-control-section-list-moveto,
1065
.theme-dark #block-massaction-control-section-list-duplicateto {
1077
.theme-dark #block-massaction-control-section-list-duplicateto {
1066
  color: #BDC1C6;
1078
  color: #bdc1c6;
1067
  background: #191a1e url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23BDC1C6' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 10px center / 8px 10px no-repeat;
1079
  background: #191a1e url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23BDC1C6' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 10px center / 8px 10px no-repeat;
-
 
1080
  border-color: #282a2d;
-
 
1081
}
-
 
1082
 
-
 
1083
.theme-dark .block-massaction option {
-
 
1084
  color: $dm-dropdown-link-active-color !important;
-
 
1085
 
-
 
1086
  &:disabled {
-
 
1087
    color: $dm-dropdown-link-disabled-color !important;
1068
  border-color: #282A2D
1088
  }
Línea 1069... Línea 1089...
1069
}
1089
}
1070
 
1090
 
1071
/* Tool - BFPLUS */
1091
/* Tool - BFPLUS */
1072
.tool_bfplus_fixtools p {
1092
.tool_bfplus_fixtools p {
Línea -... Línea 1093...
-
 
1093
  font-size: $font-size-sm;
1073
  font-size: $font-size-sm;
1094
}
1074
}
1095
 
1075
 
1096
.card-text:has(.block_bfmanager_table),
1076
.block_bfmanager {
1097
.block_bfmanager_view {
1077
  .icon {
1098
  .icon {
1078
    margin-right: 10px;
-
 
1079
    width: 16px;
-
 
1080
    height: 16px;
-
 
1081
 
-
 
1082
    .theme-dark & {
1099
    margin-right: 10px;
-
 
1100
    width: 16px;
Línea 1083... Línea 1101...
1083
      filter: invert(1);
1101
    height: 16px;
1084
    }
1102
  }
1085
  }
-
 
1086
 
1103
}
Línea 1087... Línea 1104...
1087
  .block_bfmanager_links {
1104
 
1088
    margin-bottom: 10px;
1105
.editing .section li.activity.block_bfmanager {
1089
  }
1106
  padding: 16px 16px 4px 4px !important;
Línea 1103... Línea 1120...
1103
  white-space: normal !important;
1120
  white-space: normal !important;
1104
}
1121
}
Línea 1105... Línea 1122...
1105
 
1122
 
1106
.block_completion_progress .overviewButton {
1123
.block_completion_progress .overviewButton {
1107
  width: 100%;
1124
  width: 100%;
1108
  margin: 5px;
1125
  margin: 0;
Línea 1109... Línea 1126...
1109
}
1126
}
1110
 
1127
 
1111
/* QuickMails */
1128
/* QuickMails */
Línea 1165... Línea 1182...
1165
  }
1182
  }
Línea 1166... Línea 1183...
1166
 
1183
 
1167
  h2 {
1184
  h2 {
1168
    font-size: 1.25rem;
1185
    font-size: 1.25rem;
1169
  }
-
 
1170
 
1186
  }
Línea 1171... Línea 1187...
1171
}
1187
}
1172
 
1188
 
1173
.realtimequiz_editicons {
1189
.realtimequiz_editicons {
Línea 1267... Línea 1283...
1267
  .alert {
1283
  .alert {
1268
    margin: 0;
1284
    margin: 0;
1269
  }
1285
  }
Línea 1270... Línea 1286...
1270
 
1286
 
1271
  .alert-info {
1287
  .alert-info {
1272
    padding: .55rem 1.25rem !important;
1288
    padding: 0.55rem 1.25rem !important;
1273
    border-radius: $btn-border-radius;
1289
    border-radius: $btn-border-radius;
1274
    font-size: $font-size-sm;
1290
    font-size: $font-size-sm;
Línea 1275... Línea 1291...
1275
  }
1291
  }
Línea 1329... Línea 1345...
1329
}
1345
}
Línea 1330... Línea 1346...
1330
 
1346
 
1331
.local-mail .dropdown-menu {
1347
.local-mail .dropdown-menu {
1332
  color: $dropdown-color !important;
1348
  color: $dropdown-color !important;
-
 
1349
  background-color: $dropdown-bg !important;
-
 
1350
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
1333
  background-color: $dropdown-bg !important;
1351
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
Línea 1334... Línea 1352...
1334
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px !important;
1352
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px !important;
1335
 
1353
 
1336
  .btn {
1354
  .btn {
1337
    font-size: $font-size-xs;
1355
    font-size: $font-size-xs;
Línea 1363... Línea 1381...
1363
 
1381
 
1364
    .theme-dark & {
1382
    .theme-dark & {
1365
      color: $dm-dropdown-link-hover-color !important;
1383
      color: $dm-dropdown-link-hover-color !important;
1366
      background-color: $dm-dropdown-link-hover-bg !important;
1384
      background-color: $dm-dropdown-link-hover-bg !important;
1367
    }
-
 
1368
 
-
 
1369
    .icon {
-
 
1370
      filter: invert(1);
-
 
1371
    }
1385
    }
1372
  }
1386
  }
Línea 1373... Línea 1387...
1373
}
1387
}
1374
 
1388
 
Línea 1476... Línea 1490...
1476
 
1490
 
1477
  .theme-dark & {
1491
  .theme-dark & {
1478
    color: $dm-dropdown-link-hover-color !important;
1492
    color: $dm-dropdown-link-hover-color !important;
1479
    background-color: $dm-dropdown-link-hover-bg !important;
1493
    background-color: $dm-dropdown-link-hover-bg !important;
1480
  }
-
 
1481
 
-
 
1482
  .icon {
-
 
1483
    filter: invert(1);
-
 
1484
  }
1494
  }
Línea 1485... Línea 1495...
1485
}
1495
}
1486
 
1496
 
1487
// Report Roster
1497
// Report Roster
Línea 1544... Línea 1554...
1544
    }
1554
    }
1545
  }
1555
  }
1546
}
1556
}
Línea 1547... Línea 1557...
1547
 
1557
 
-
 
1558
//---- Format Tiles
-
 
1559
.format-tiles-tile-open.path-course-view {
-
 
1560
  overflow-y: auto !important;
-
 
1561
}
1548
//---- Format Tiles
1562
 
1549
body.format-tiles #back-to-top {
1563
body.format-tiles #back-to-top {
1550
  display: none;
1564
  display: none;
Línea 1551... Línea 1565...
1551
}
1565
}
Línea 1562... Línea 1576...
1562
 
1576
 
1563
.format-tiles ul.tiles#multi_section_tiles,
1577
.format-tiles ul.tiles#multi_section_tiles,
1564
.format-tiles.course-3.jsenabled ul.tiles,
1578
.format-tiles.course-3.jsenabled ul.tiles,
1565
.format-tiles.course-5.jsenabled ul.tiles {
1579
.format-tiles.course-5.jsenabled ul.tiles {
-
 
1580
  max-width: 100% !important;
-
 
1581
  position: relative;
-
 
1582
  z-index: 5;
-
 
1583
}
-
 
1584
 
-
 
1585
#format_tiles_overlay {
1566
  max-width: 100% !important;
1586
  z-index: 4;
Línea 1567... Línea 1587...
1567
}
1587
}
1568
 
1588
 
1569
.format-tiles .course-content li.section ul.format-tiles-cm-list {
1589
.format-tiles .course-content li.section ul.format-tiles-cm-list {
-
 
1590
  @include media-breakpoint-up(md) {
Línea 1570... Línea 1591...
1570
  margin: 0;
1591
    margin: -10px;
1571
  padding: 10px;
1592
  }
1572
 
1593
 
1573
  li.activity {
1594
  @include media-breakpoint-between(xs, sm) {
Línea 1574... Línea 1595...
1574
    padding: 16px 0;
1595
    margin: 0;
1575
  }
1596
  }
Línea 1581... Línea 1602...
1581
}
1602
}
Línea 1582... Línea 1603...
1582
 
1603
 
1583
.format_tiles_section_content {
1604
.format_tiles_section_content {
1584
  .summary {
1605
  .summary {
-
 
1606
    margin: 20px;
-
 
1607
 
-
 
1608
    &:empty {
-
 
1609
      display: none;
1585
    margin: 20px;
1610
    }
1586
  }
1611
  }
Línea 1587... Línea 1612...
1587
}
1612
}
1588
 
1613
 
Línea 1595... Línea 1620...
1595
  top: 10px;
1620
  top: 10px;
1596
  right: 10px;
1621
  right: 10px;
1597
}
1622
}
Línea 1598... Línea 1623...
1598
 
1623
 
1599
#section-zero-container {
-
 
1600
  padding: 10px;
1624
#section-zero-container {
1601
  margin-bottom: 30px;
-
 
1602
  border-radius: $border-radius;
-
 
1603
  border: 1px solid $border-color;
-
 
1604
 
-
 
1605
  .theme-dark & {
-
 
1606
    border-color: $dm-border-color;
-
 
1607
  }
1625
  margin-bottom: 30px;
Línea 1608... Línea 1626...
1608
}
1626
}
1609
 
1627
 
1610
.format-tiles .navigation-arrows {
1628
.format-tiles .navigation-arrows {
Línea 1614... Línea 1632...
1614
.format-tiles .completioncheckbox .icon {
1632
.format-tiles .completioncheckbox .icon {
1615
  top: 0;
1633
  top: 0;
1616
}
1634
}
Línea 1617... Línea 1635...
1617
 
1635
 
1618
.format-tiles .drawer-toggler {
1636
.format-tiles .drawer-toggler {
1619
  z-index: 1;
1637
  z-index: 2;
Línea 1620... Línea 1638...
1620
}
1638
}
1621
 
1639
 
1622
.format-tiles ul.tiles .tile-top {
1640
.format-tiles ul.tiles .tile-top {
1623
  display: flex;
1641
  display: flex;
Línea 1624... Línea 1642...
1624
  justify-content: space-between;
1642
  justify-content: space-between;
1625
}
1643
}
1626
 
1644
 
1627
.format-tiles .tileiconcontainer,
-
 
1628
.format-tiles .tileiconcontainer img,
1645
.format-tiles .tileiconcontainer,
1629
.format-tiles .tileiconcontainer .icon {
1646
.format-tiles .tileiconcontainer img,
1630
  margin-top: 12px;
1647
.format-tiles .tileiconcontainer .icon {
1631
  display: inline-flex;
1648
  display: inline-flex;
1632
  justify-content: center;
1649
  justify-content: center;
Línea 1638... Línea 1655...
1638
.format-tiles li.tile:not(.phototile) .tileallcomplete {
1655
.format-tiles li.tile:not(.phototile) .tileallcomplete {
1639
  margin-top: 13px;
1656
  margin-top: 13px;
1640
  margin-right: 20px;
1657
  margin-right: 20px;
1641
}
1658
}
Línea 1642... Línea 1659...
1642
 
1659
 
-
 
1660
.format-tiles .course-content li.activity.subtile {
-
 
1661
  padding: 16px 20px;
-
 
1662
}
1643
.format-tiles .course-content li.activity.subtile,
1663
 
1644
.format-tiles .course-content li.section ul.format-tiles-cm-list li.activity {
1664
.format-tiles .course-content li.section ul.format-tiles-cm-list li.activity {
1645
  padding: 0 0 5px;
-
 
1646
  border: 0;
1665
  padding: 1px 20px;
Línea 1647... Línea 1666...
1647
}
1666
}
1648
 
1667
 
1649
.format-tiles .subtile .completioncheckbox {
1668
.format-tiles .subtile .completioncheckbox {
Línea 1654... Línea 1673...
1654
.format-tiles li.activity.subtile a {
1673
.format-tiles li.activity.subtile a {
1655
  text-align: left;
1674
  text-align: left;
1656
}
1675
}
Línea 1657... Línea 1676...
1657
 
1676
 
1658
li.activity .tileiconcontainer,
1677
li.activity .tileiconcontainer,
1659
li.activity .tileiconcontainer .tile-icon .icon
-
 
1660
{
1678
li.activity .tileiconcontainer .tile-icon .icon {
1661
  margin: 0;
1679
  margin: 0;
1662
  padding: 0;
1680
  padding: 0;
1663
  width: 45px;
1681
  width: 45px;
1664
  height: 45px;
1682
  height: 45px;
Línea 1665... Línea 1683...
1665
}
1683
}
-
 
1684
 
-
 
1685
.format-tiles #section-0 {
-
 
1686
  h3 {
-
 
1687
    margin: 0;
-
 
1688
    padding: 0 20px;
-
 
1689
    font-size: 1.125rem; // 18px.
1666
 
1690
  }
1667
.format-tiles #section-0 {
1691
 
1668
  .summary {
1692
  .summary {
1669
    padding: 16px 20px;
1693
    padding: 16px 20px;
Línea -... Línea 1694...
-
 
1694
  }
-
 
1695
}
-
 
1696
 
-
 
1697
.format-tiles .course-content .current::before {
1670
  }
1698
  border: 0;
1671
}
1699
}
1672
 
1700
 
1673
// Line: 35
1701
// Line: 35
Línea 1681... Línea 1709...
1681
  background-color: $container-bg;
1709
  background-color: $container-bg;
1682
  max-width: calc(100% - 15px) !important;
1710
  max-width: calc(100% - 15px) !important;
1683
}
1711
}
Línea 1684... Línea 1712...
1684
 
1712
 
1685
.theme-dark.format-tiles .course-content ul li.section.main {
1713
.theme-dark.format-tiles .course-content ul li.section.main {
1686
  background-color: $dm-container-bg;
1714
  background-color: $dm-container-bg !important;
Línea 1687... Línea 1715...
1687
}
1715
}
1688
 
1716
 
1689
// Line: 216
1717
// Line: 216
Línea 1706... Línea 1734...
1706
  box-shadow: none;
1734
  box-shadow: none;
Línea 1707... Línea 1735...
1707
 
1735
 
1708
  font-size: 18px;
1736
  font-size: 18px;
Línea -... Línea 1737...
-
 
1737
}
-
 
1738
 
-
 
1739
.format-tiles .sectionbutton {
-
 
1740
  text-decoration: none;
1709
}
1741
}
1710
 
1742
 
1711
.format-tiles .buttonhidesec0.open .sec-zero-open-icon {
1743
.format-tiles .buttonhidesec0.open .sec-zero-open-icon {
1712
  color: #ca0d0d;
1744
  color: #ca0d0d;
1713
  background: $red-200;
1745
  background: $red-200;
Línea 1720... Línea 1752...
1720
 
1752
 
1721
  display: inline-flex;
1753
  display: inline-flex;
1722
  align-items: center;
1754
  align-items: center;
Línea 1723... Línea -...
1723
  justify-content: center;
-
 
1724
 
-
 
1725
  .theme-dark & {
-
 
1726
    filter: invert(1);
-
 
1727
  }
1755
  justify-content: center;
1728
 
1756
 
1729
  .icon {
1757
  .icon {
1730
    width: 14px;
1758
    width: 14px;
1731
    height: 14px;
1759
    height: 14px;
Línea 1757... Línea 1785...
1757
.format-tiles a.sectionbutton,
1785
.format-tiles a.sectionbutton,
1758
.format-tiles a.sectionbutton:hover {
1786
.format-tiles a.sectionbutton:hover {
1759
  box-shadow: none !important;
1787
  box-shadow: none !important;
1760
}
1788
}
Línea 1761... Línea -...
1761
 
-
 
1762
 
1789
 
1763
// Line: 454
1790
// Line: 454
1764
.format-tiles .sectionbuttons {
1791
.format-tiles .sectionbuttons {
1765
  top: 10px;
1792
  top: 10px;
-
 
1793
  right: 10px;
-
 
1794
  background-color: $container-bg;
1766
  right: 10px;
1795
  border-radius: 60px;
-
 
1796
  margin: 0;
-
 
1797
}
-
 
1798
 
-
 
1799
.theme-dark.format-tiles .sectionbuttons {
1767
  margin-right: 0;
1800
  background-color: $dm-container-bg;
Línea 1768... Línea 1801...
1768
}
1801
}
1769
 
1802
 
1770
// Line: 676
1803
// Line: 676
Línea 1782... Línea 1815...
1782
  align-items: center;
1815
  align-items: center;
1783
}
1816
}
Línea 1784... Línea 1817...
1784
 
1817
 
1785
// Line: 850
1818
// Line: 850
-
 
1819
.format-tiles .sectiontitle::after {
-
 
1820
  position: absolute;
-
 
1821
  height: 10px;
-
 
1822
  width: 10px;
-
 
1823
  position: absolute;
-
 
1824
  left: 0;
1786
.format-tiles .sectiontitle::after {
1825
  top: 0;
-
 
1826
  border-radius: 10px;
-
 
1827
}
-
 
1828
 
-
 
1829
.format-tiles .sectiontitle:focus {
1787
  border-radius: $btn-border-radius;
1830
  outline: none;
Línea 1788... Línea 1831...
1788
}
1831
}
1789
 
1832
 
1790
.format-tiles .sectiontitle::after,
1833
.format-tiles .sectiontitle::after,
Línea 1795... Línea 1838...
1795
.format-tiles .section .activity.subtile .contentafterlink {
1838
.format-tiles .section .activity.subtile .contentafterlink {
1796
  left: 20px;
1839
  left: 20px;
1797
  justify-content: flex-start;
1840
  justify-content: flex-start;
1798
}
1841
}
Línea 1799... Línea -...
1799
 
-
 
1800
 
1842
 
1801
// Line: 1088
1843
// Line: 1088
1802
.format-tiles .subtiles {
1844
.format-tiles .subtiles {
1803
  width: 100%;
1845
  width: 100%;
1804
  margin: 8px;
1846
  margin: 8px;
Línea 1860... Línea 1902...
1860
.format-tiles .progress-indic {
1902
.format-tiles .progress-indic {
1861
  font-size: $font-size-sm;
1903
  font-size: $font-size-sm;
1862
}
1904
}
Línea 1863... Línea 1905...
1863
 
1905
 
-
 
1906
// Line: 1929
-
 
1907
.format-tiles .sectiontitle,
-
 
1908
.format-tiles .sectiontitle h2 {
-
 
1909
  font-size: 18px;
-
 
1910
}
1864
// Line: 1929
1911
 
1865
.format-tiles .sectiontitle h2 {
1912
.format-tiles .sectiontitle h2 {
1866
  font-size: 30px;
1913
  margin-bottom: 0;
1867
  font-weight: $headings-font-weight;
1914
  font-weight: $headings-font-weight;
1868
  line-height: $headings-line-height;
1915
  line-height: $headings-line-height;
1869
  color: $headings-color;
1916
  color: $headings-color;
Línea 1873... Línea 1920...
1873
  color: $dm-headings-color;
1920
  color: $dm-headings-color;
1874
}
1921
}
Línea 1875... Línea 1922...
1875
 
1922
 
1876
// Line: 1985
1923
// Line: 1985
1877
.format-tiles ul.tiles .tile h3 {
-
 
1878
  font-size: 1rem;
-
 
1879
  font-weight: $font-weight-bold;
1924
.format-tiles ul.tiles .tile h3 {
-
 
1925
  margin-bottom: 0;
-
 
1926
  font-size: 1rem; // 16px.
-
 
1927
  font-weight: $font-weight-bold;
-
 
1928
}
-
 
1929
 
-
 
1930
.format-tiles li.tile .availabilityinfo {
-
 
1931
  position: relative;
-
 
1932
  bottom: 20px;
-
 
1933
  padding: 6px;
-
 
1934
}
-
 
1935
 
-
 
1936
.format-tiles ul.tiles .tile .tile-textinner.longtitle h3 {
-
 
1937
  font-size: 14px;
-
 
1938
}
-
 
1939
 
-
 
1940
.format-tiles .course-content ul.tiles .tile.phototile.tilestyle-1 .photo-tile-text.longtitle h3 {
-
 
1941
  display: block;
-
 
1942
  font-size: 14px;
-
 
1943
  line-height: 1.4;
1880
  margin-bottom: 0;
1944
  text-align: left;
Línea 1881... Línea 1945...
1881
}
1945
}
1882
 
1946
 
1883
.format-tiles li.activity.subtile .activityname h5 {
1947
.format-tiles li.activity.subtile .activityname h5 {
Línea -... Línea 1948...
-
 
1948
  font-weight: $font-weight-bold;
1884
  font-weight: $font-weight-bold;
1949
}
-
 
1950
 
-
 
1951
// Universe Theme.
-
 
1952
.format-tiles-tile-open {
-
 
1953
 
-
 
1954
  #topBar,
-
 
1955
  .secondary-navigation,
-
 
1956
  #nav-drawer,
1885
}
1957
  .drawer.drawer-right,
-
 
1958
  .drawer-course-index,
-
 
1959
  .drawer-toggler {
-
 
1960
    z-index: 1 !important;
-
 
1961
  }
-
 
1962
 
-
 
1963
  #topBar,
-
 
1964
  #page-wrapper:before {
-
 
1965
    display: none;
-
 
1966
  }
-
 
1967
}
-
 
1968
 
-
 
1969
.format-tiles .loginfo {
-
 
1970
  color: $body-color;
-
 
1971
}
-
 
1972
 
1886
 
1973
.format-tiles .pagesechead {
Línea 1887... Línea 1974...
1887
.format-tiles li.activity .activityiconcontainer {
1974
  display: inline-flex;
1888
  background-color: transparent !important;
1975
  align-items: center;
1889
}
1976
}
Línea -... Línea 1977...
-
 
1977
 
-
 
1978
.format-tiles #abovetiles.sec-zero-closed {
-
 
1979
  width: 100%;
-
 
1980
}
1890
 
1981
 
-
 
1982
.theme-dark.format-tiles #page .course-content ul li.section.main {
-
 
1983
  background-color: $dm-gray-100 !important;
-
 
1984
}
-
 
1985
 
-
 
1986
.format-tiles .course-content .section {
-
 
1987
  background: $container-bg;
-
 
1988
}
-
 
1989
 
-
 
1990
.theme-dark.format-tiles .course-content .section {
-
 
1991
  background: $dm-container-bg;
-
 
1992
}
-
 
1993
 
-
 
1994
.theme-dark.format-tiles .course-content .section .activity:hover {
-
 
1995
  background-color: transparent;
-
 
1996
}
-
 
1997
 
-
 
1998
.format-tiles ul.tiles .tile.selected,
-
 
1999
.format-tiles ul.tiles .section.state-visible {
-
 
2000
  box-shadow: rgba(0, 0, 0, 0.36) 0 9px 16px, rgba(0, 0, 0, 0.2) 0 2px 3px !important;
-
 
2001
}
-
 
2002
 
-
 
2003
.theme-dark.format-tiles .course-content ul.tiles .tile.tilestyle-1,
-
 
2004
.theme-dark.format-tiles .course-content ul.tiles .tile.tilestyle-2,
-
 
2005
.theme-dark.format-tiles .modal-header:focus,
-
 
2006
.theme-dark.format-tiles .resourcecontent:focus,
-
 
2007
.theme-dark.format-tiles li.activity.subtile {
-
 
2008
  background-color: $dm-gray-100;
-
 
2009
  box-shadow: rgba(255, 255, 255, 0.12) 0 1px 3px,
-
 
2010
    rgba(255, 255, 255, 0.24) 0 1px 2px;
-
 
2011
}
-
 
2012
 
-
 
2013
.theme-dark.format-tiles ul.tiles .tile h3 {
-
 
2014
  color: $dm-body-color;
-
 
2015
}
-
 
2016
 
-
 
2017
.theme-dark #format_tiles_overlay {
-
 
2018
  background-color: rgba(255, 255, 255, 0.2) !important;
-
 
2019
}
-
 
2020
 
-
 
2021
.format-tiles .course-content ul.tiles .tile.phototile {
-
 
2022
  background-color: #f3f8fc !important;
-
 
2023
}
-
 
2024
 
-
 
2025
.theme-dark.format-tiles.format-tiles-tile-open .tile.phototile:not(.selected):not(:hover) {
-
 
2026
  filter: brightness(30%) contrast(100%);
-
 
2027
}
-
 
2028
 
-
 
2029
.format-tiles .tileiconcontainer .icon.fa {
-
 
2030
  font-size: 45px;
-
 
2031
}
-
 
2032
 
-
 
2033
@media screen and (max-width: 600px) {
-
 
2034
  .format-tiles ul.tiles .tile .tile-text {
1891
.format-tiles #abovetiles.sec-zero-closed {
2035
    height: 105px;
-
 
2036
    padding-top: 0px;
1892
  width: 100%;
2037
  }
Línea 1893... Línea 2038...
1893
}
2038
 
-
 
2039
  .format-tiles .tile a {
-
 
2040
    padding: 5px !important;
-
 
2041
  }
-
 
2042
}
-
 
2043
 
-
 
2044
//---- InteliCard
-
 
2045
.dashboard-products-box .nav-tabs {
-
 
2046
  width: 100%;
1894
 
2047
}
Línea 1895... Línea 2048...
1895
.format-tiles .rui-activity-dates {
2048
 
1896
  margin: 10px 0 10px 42px;
2049
.intellicart-menu .nav-tabs .nav-link:hover {
1897
}
2050
  color: #fff !important;
1898
 
2051
}
1899
//---- InteliCard
2052
 
Línea 1900... Línea 2053...
1900
.popover-region-intellicart {
2053
.popover-region-intellicart {
1901
 
2054
 
1902
  .rui-tooltip--bottom:hover:after,
2055
  .rui-tooltip--bottom:hover:after,
1903
  .rui-tooltip--bottom:hover:before {
2056
  .rui-tooltip--bottom:hover:before {
Línea 1904... Línea 2057...
1904
    display: none;
2057
    display: none;
1905
  }
-
 
1906
}
-
 
1907
 
-
 
1908
// Brickfield
-
 
1909
.local-bfaltformat-course-page-icon {
-
 
1910
  padding-top: 0px !important;
-
 
1911
}
2058
  }
Línea 1912... Línea 2059...
1912
 
2059
}
1913
// OpenForum
2060
 
1914
#page .hsuforum-tools a {
2061
// Brickfield
1915
  @extend .btn-outline-secondary;
2062
.local_bfaltformat-button_span button {
1916
  @extend .btn;
2063
  top: 0px !important;
Línea 1917... Línea 2064...
1917
  @extend .btn-sm;
2064
}
1918
}
2065
 
1919
 
2066
// OpenForum
1920
@media (min-width: 768px) {
2067
@media (min-width: 768px) {
1921
 
2068
 
Línea 1922... Línea 2069...
1922
  li.hsuforum-post,
2069
  li.hsuforum-post,
Línea 1939... Línea 2086...
1939
.hsuforum-form .hsuforum-textarea {
2086
.hsuforum-form .hsuforum-textarea {
1940
  background: none !important;
2087
  background: none !important;
1941
}
2088
}
Línea 1942... Línea 2089...
1942
 
2089
 
1943
.hsuforum-thread {
-
 
1944
 
2090
.hsuforum-thread {
1945
  .attachments {
2091
  .attachments {
1946
    flex-direction: row !important;
2092
    flex-direction: row !important;
-
 
2093
    display: flex;
Línea 1947... Línea 2094...
1947
    display: flex;
2094
    gap: 5px;
1948
 
2095
 
1949
    a .icon {
2096
    a .icon {
1950
      margin: 0;
2097
      margin: 0 5px;
1951
      border: none;
2098
      border: none;
Línea 1952... Línea 2099...
1952
      padding: 0 !important;
2099
      padding: 0 !important;
Línea 1963... Línea 2110...
1963
    margin-right: 5px;
2110
    margin-right: 5px;
1964
    padding-top: 1em !important;
2111
    padding-top: 1em !important;
1965
  }
2112
  }
Línea 1966... Línea 2113...
1966
 
2113
 
1967
  .forum-post-rating a {
2114
  .forum-post-rating a {
1968
    border: none !important
2115
    border: none !important;
Línea 1969... Línea 2116...
1969
  }
2116
  }
1970
 
2117
 
1971
  .hsuforum-post:before {
2118
  .hsuforum-post:before {
Línea 1978... Línea 2125...
1978
    justify-content: end;
2125
    justify-content: end;
1979
    gap: 5px;
2126
    gap: 5px;
1980
  }
2127
  }
Línea 1981... Línea 2128...
1981
 
2128
 
1982
  .hsuforum-reply-link {
2129
  .hsuforum-reply-link {
1983
    background-color: $primary-color-600 !important;
2130
    background-color: var(--main-theme-color) !important;
1984
    border: 1px solid transparent !important;
2131
    border: 1px solid transparent !important;
1985
    color: $primary-color-100 !important;
2132
    color: var(--primary-color-100) !important;
Línea 1986... Línea 2133...
1986
  }
2133
  }
1987
 
2134
 
1988
  .userinitials {
2135
  .userinitials {
1989
    vertical-align: middle;
2136
    vertical-align: middle;
1990
    display: inline-flex;
2137
    display: inline-flex;
1991
    border-radius: 50%;
2138
    border-radius: 50%;
Línea 1992... Línea 2139...
1992
    margin-right: .25rem;
2139
    margin-right: 0.25rem;
1993
  }
2140
  }
1994
 
2141
 
1995
  .forum-post-rating.processed {
2142
  .forum-post-rating.processed {
Línea -... Línea 2143...
-
 
2143
    padding-top: 5px;
-
 
2144
  }
-
 
2145
}
-
 
2146
 
-
 
2147
#page .hsuforum-tools a:before {
-
 
2148
  display: none;
-
 
2149
}
-
 
2150
 
1996
    padding-top: 5px
2151
.invisiblefieldset #search {
1997
  }
2152
  width: auto
1998
}
2153
}
1999
 
2154
 
2000
// Rapid Grader UI
2155
// Rapid Grader UI
Línea 2043... Línea 2198...
2043
 
2198
 
2044
    .edg-grader-breadcrumbs {
2199
    .edg-grader-breadcrumbs {
2045
      overflow-x: auto;
2200
      overflow-x: auto;
2046
    }
2201
    }
-
 
2202
  }
-
 
2203
 
-
 
2204
  li.breadcrumb-item {
-
 
2205
    a {
-
 
2206
      color: $gray-600 !important;
-
 
2207
    }
-
 
2208
 
-
 
2209
    &:before {
-
 
2210
      color: $gray-600 !important;
-
 
2211
    }
-
 
2212
  }
-
 
2213
 
-
 
2214
  .edg-grader-course-title {
-
 
2215
    color: $headings-color !important;
-
 
2216
  }
-
 
2217
 
-
 
2218
  .edg-grader-page-header {
-
 
2219
    background-color: var(--primary-color-100) !important;
-
 
2220
    border-bottom: 1px solid $gray-300;
2047
  }
2221
  }
Línea 2048... Línea 2222...
2048
}
2222
}
2049
 
2223
 
2050
// Module Section navigation https://moodle.org/plugins/block_course_modulenavigation
2224
// Module Section navigation https://moodle.org/plugins/block_course_modulenavigation
2051
.block.block_course_modulenavigation .section-group {
2225
.block.block_course_modulenavigation .section-group {
Línea 2052... Línea 2226...
2052
  margin-bottom: 0;
2226
  margin-bottom: 0;
2053
}
2227
}
2054
 
2228
 
Línea 2055... Línea 2229...
2055
.block.block_course_modulenavigation .section {
2229
.block.block_course_modulenavigation .section {
2056
  border: none
2230
  border: none;
2057
}
2231
}
Línea 2073... Línea 2247...
2073
  }
2247
  }
Línea 2074... Línea 2248...
2074
 
2248
 
2075
  a {
2249
  a {
2076
    color: $body-color;
2250
    color: $body-color;
2077
  }
-
 
2078
 
2251
  }
Línea 2079... Línea 2252...
2079
}
2252
}
2080
 
2253
 
2081
.block.block_course_modulenavigation .section-default>.module-navigation-section-heading {
2254
.block.block_course_modulenavigation .section-default>.module-navigation-section-heading {
Línea 2115... Línea 2288...
2115
 
2288
 
2116
.block.block_course_modulenavigation .section-group .section {
2289
.block.block_course_modulenavigation .section-group .section {
2117
  border-radius: $btn-border-radius;
2290
  border-radius: $btn-border-radius;
Línea 2118... Línea -...
2118
}
-
 
2119
 
-
 
2120
 
2291
}
2121
 
2292
 
2122
// Edwiser Plugin
2293
// Edwiser Plugin
2123
body#page-course-view-remuiformat .container-fluid #region-main {
2294
body#page-course-view-remuiformat {
-
 
2295
  #page .activityiconcontainer {
Línea 2124... Línea -...
2124
  background-color: transparent !important;
-
 
2125
}
-
 
2126
 
-
 
2127
body#page-course-view-remuiformat .card-section-rightnav a,
-
 
2128
body#page-course-view-remuiformat .card-section-leftnav a {
-
 
2129
  color: $body-color;
-
 
2130
}
-
 
2131
 
-
 
2132
body#page-course-view-remuiformat.theme-dark .card-section-rightnav a,
-
 
2133
body#page-course-view-remuiformat.theme-dark .card-section-leftnav a {
-
 
2134
  color: $dm-body-color;
-
 
2135
}
-
 
2136
 
-
 
2137
body#page-course-view-remuiformat #page .activityiconcontainer {
-
 
2138
  display: flex;
-
 
2139
  align-items: flex-start;
-
 
2140
  align-self: center;
2296
    width: 36px;
2141
  justify-content: flex-start;
-
 
2142
  width: auto;
-
 
2143
  height: auto;
-
 
2144
}
2297
    height: 36px;
2145
 
-
 
2146
body#page-course-view-remuiformat .rui-availabilityinfo {
-
 
2147
  padding: 0;
-
 
2148
  background-color: transparent;
-
 
2149
}
2298
 
2150
 
-
 
2151
body#page-course-view-remuiformat .course-content .sections {
-
 
2152
  margin-top: 20px;
-
 
2153
}
-
 
2154
 
-
 
2155
body#page-course-view-remuiformat .remui-format-card.single-section-format .general-single-card,
-
 
2156
body#page-course-view-remuiformat .remui-format-list.one-section-format .activities-list {
-
 
2157
  background-color: transparent;
-
 
2158
  box-shadow: none;
-
 
2159
  padding: 0 !important;
-
 
2160
}
-
 
2161
 
-
 
2162
body#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details .general-single-card {
-
 
2163
  flex-wrap: wrap;
-
 
2164
}
-
 
2165
 
-
 
2166
body#page-course-view-remuiformat .remui-format-list.one-section-format .activities-list {
-
 
2167
  margin-top: 30px;
-
 
2168
}
-
 
2169
 
-
 
2170
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity {
-
 
2171
  margin: 2px !important;
-
 
2172
  padding: 1rem !important;
-
 
2173
  border-radius: $btn-border-radius;
-
 
2174
  border: 1px solid $border-color !important;
-
 
2175
}
-
 
2176
 
-
 
2177
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .section-header a {
-
 
2178
  &:before {
-
 
2179
    display: none;
-
 
2180
  }
-
 
2181
}
-
 
2182
 
2299
    img {
2183
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .sectionname {
-
 
2184
  font-size: $font-size-md;
-
 
2185
  line-height: 1.5;
-
 
2186
}
-
 
2187
 
-
 
2188
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .section-activities-summary .item {
-
 
2189
  padding: 3px 10px 3px 0;
-
 
2190
  font-size: $font-size-xs;
-
 
2191
}
-
 
2192
 
-
 
2193
body#page-course-view-remuiformat .remui-format-list .sections .section .sectionname {
-
 
2194
  a {
-
 
2195
    color: inherit;
-
 
2196
 
2300
      padding: 2px;
2197
    &:before {
2301
      width: 24px;
2198
      background-color: $body-color;
-
 
2199
    }
-
 
2200
  }
-
 
2201
}
-
 
2202
 
-
 
2203
body#page-course-view-remuiformat .remui-format-list #section-0 #teachers-carousel {
-
 
2204
  width: 200px;
-
 
2205
}
-
 
2206
 
-
 
2207
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-control.left,
-
 
2208
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-control.right,
-
 
2209
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-control-prev,
-
 
2210
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-control-next {
-
 
2211
  width: 25px !important;
-
 
2212
}
-
 
2213
 
-
 
Línea 2214... Línea -...
2214
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-inner {
-
 
2215
  margin: 0 auto;
2302
      height: 24px;
2216
}
-
 
2217
 
-
 
2218
body#page-course-view-remuiformat:not(.editing) .remui-format-list .sections .section .sectionname .panel-title .float-right {
-
 
2219
  padding-right: 20px;
-
 
2220
}
2303
    }
2221
 
-
 
2222
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .wdm-section-summary {
-
 
2223
  font-size: $font-size-sm;
-
 
2224
  color: $body-color-secondary;
-
 
2225
}
2304
  }
2226
 
-
 
2227
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .section-activities-summary {
-
 
2228
  font-size: $font-size-xs;
-
 
2229
  color: $gray-600;
2305
 
2230
 
-
 
2231
  li {
-
 
2232
    font-size: $font-size-xs;
-
 
2233
  }
-
 
2234
}
-
 
Línea 2235... Línea 2306...
2235
 
2306
  .card-section-rightnav,
2236
body#page-course-view-remuiformat .general-section-activities .activity .actions,
2307
  .card-section-leftnav {
2237
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity {
-
 
2238
  margin: 0 !important;
2308
    background-color: $primary-color-600;
2239
 
2309
  }
2240
  .rui-completion-info,
-
 
2241
  .rui-contentafterlink,
-
 
2242
  .resourcelinkdetails {
-
 
2243
    margin-left: 0 !important;
-
 
2244
  }
-
 
2245
}
-
 
2246
 
-
 
Línea 2247... Línea 2310...
2247
body#page-course-view-remuiformat .general-section-activities .activity .actions {
2310
 
-
 
2311
  .course-content .sections #section-0 .general-section .activities-wrapper .general-section-activities .activity .activitytitle {
2248
  margin-top: 10px;
2312
    width: auto;
2249
  display: flex;
2313
    margin: 5px 0;
2250
  position: relative;
-
 
2251
  justify-content: flex-start;
-
 
2252
 
-
 
2253
  .rui-completion-info--manual {
-
 
2254
    position: relative;
-
 
2255
  }
-
 
Línea 2256... Línea -...
2256
}
-
 
2257
 
-
 
2258
body#page-course-view-remuiformat .sectionbadges,
2314
  }
2259
body#page-course-view-remuiformat .sectionbadges .badge {
-
 
2260
  margin-left: 0 !important;
-
 
2261
}
-
 
2262
 
-
 
2263
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .activitieshead,
2315
 
2264
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities {
2316
  .remui-format-card.single-section-format .activity-cards .activity .activitytitle,
2265
  padding: 0;
2317
  .remui-format-card.single-section-format .activity-cards.section .activity .activitytitle {
Línea 2266... Línea -...
2266
}
-
 
2267
 
-
 
2268
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
2318
    margin-top: 5px;
2269
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity {
2319
  }
2270
  padding: 5px;
-
 
2271
  margin: 0;
-
 
2272
}
2320
 
Línea -... Línea 2321...
-
 
2321
  .contentwithoutlink p,
2273
 
2322
  .contentafterlink p {
2274
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
2323
    margin: 0 !important;
2275
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
2324
  }
2276
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card {
-
 
Línea 2277... Línea -...
2277
  padding: 1rem !important;
-
 
2278
  border-radius: $btn-border-radius;
-
 
2279
  border: 1px solid $border-color !important;
-
 
2280
  box-shadow: none;
-
 
2281
 
-
 
2282
  span.autocompletion img {
-
 
2283
    margin-top: 5px;
-
 
2284
  }
-
 
2285
}
2325
 
2286
 
2326
  .course-content .sections .badge.bg-secondary.text-dark {
2287
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
-
 
2288
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity>div,
2327
    color: $white !important;
-
 
2328
  }
2289
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
2329
 
Línea 2290... Línea 2330...
2290
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
2330
  .remui-format-card.single-section-format .activity-cards .activity,
2291
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card,
2331
  .remui-format-card.single-section-format .activity-cards.section .activity {
2292
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .activities-wrapper .general-section-activities .activity:not(.modtype_label),
2332
    border: 0;
2293
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
2333
  }
2294
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
2334
 
2295
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card {
2335
  .remui-format-card.all-section-format .section .sectionname {
2296
  background-color: $dm-gray-100;
-
 
2297
  border-color: $dm-border-color !important;
2336
    font-size: 18px;
2298
  color: $dm-body-color;
2337
    line-height: 24px;
2299
}
2338
  }
2300
 
2339
}
2301
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format .section .sectionname,
2340
 
2302
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format .section .sectionname a,
2341
body#page-course-view-remuiformat {
-
 
2342
  .activity .description .course-description-item,
2303
.theme-dark#page-course-view-remuiformat .remui-format-card.all-section-format .section .wdm-section-summary .no-overflow,
2343
  .activity .description .activity-dates,
Línea 2304... Línea 2344...
2304
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-title,
2344
  .activity .activity-grid .course-description-item,
2305
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .activities-wrapper .activitieshead,
-
 
2306
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-details .coursedetails .details .activities-title,
-
 
2307
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-details .generaldetails .generalsectioninfo .coursesummary,
-
 
Línea -... Línea 2345...
-
 
2345
  .activity .activity-grid .activity-dates,
2308
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-details .coursedetails .details .section-activities-summary,
2346
  .activity .activity-item:not(.activityinline),
2309
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details .general-single-card .header-progresbar-wrapper .section-title,
2347
  .remui-format-list .sections .section:not(#section-0),
2310
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details div.no-overflow,
2348
  .remui-format-card.single-section-format .activity-cards .activity>div,
Línea -... Línea 2349...
-
 
2349
  .remui-format-card.single-section-format .activity-cards.section .activity>div,
-
 
2350
  .remui-format-card.all-section-format .section .single-card,
-
 
2351
  .course-content .sections #section-0 .general-section .activities-wrapper .general-section-activities .activity:not(.modtype_label) {
-
 
2352
    border-radius: $btn-border-radius!important;
-
 
2353
  }
-
 
2354
}
-
 
2355
 
-
 
2356
body#page-course-view-remuiformat.theme-dark {
-
 
2357
 
-
 
2358
  .instancename,
2311
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .activity-content,
2359
  .rui-instancename {
-
 
2360
    font-size: $font-size-md;
2312
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity .activity-content {
2361
  }
2313
  color: $dm-body-color;
2362
 
Línea -... Línea 2363...
-
 
2363
  .activity .description .course-description-item,
-
 
2364
  .activity .description .activity-dates,
-
 
2365
  .activity .activity-grid .course-description-item,
2314
}
2366
  .activity .activity-grid .activity-dates,
2315
 
2367
  .activity .activity-item:not(.activityinline),
-
 
2368
  .remui-format-list .sections .section:not(#section-0),
-
 
2369
  .remui-format-card.single-section-format .activity-cards .activity>div,
-
 
2370
  .remui-format-card.single-section-format .activity-cards.section .activity>div,
-
 
2371
  .remui-format-card.all-section-format .section .single-card,
-
 
2372
  .course-content .sections #section-0 .general-section .activities-wrapper .general-section-activities .activity:not(.modtype_label) {
-
 
2373
    background-color: $dm-container-bg;
2316
.theme-dark#page-course-view-remuiformat .activity .description .course-description-item {
2374
    border-color: $dm-border-color;
-
 
2375
    color: $dm-body-color;
-
 
2376
  }
-
 
2377
 
2317
  background-color: $dm-gray-100;
2378
  .remui-format-list .sections .section .course-section-header .sectionheading,
2318
  color: $dm-body-color;
2379
  .remui-format-list .summary,
2319
}
-
 
Línea -... Línea 2380...
-
 
2380
  .remui-format-list .course-section-summary-wrapper,
2320
 
2381
  .remui-format-card.single-section-format .activity-cards .activity .activity-content,
2321
.theme-dark#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details {
2382
  .remui-format-card.single-section-format .activity-cards.section .activity .activity-content,
2322
  border-color: $dm-border-color;
2383
  .remui-format-card.all-section-format .section .section-action-container .progress-text,
2323
}
-
 
2324
 
2384
  .remui-format-card.all-section-format .section .wdm-section-summary .no-overflow,
Línea 2325... Línea 2385...
2325
body#page-course-view-remuiformat .row {
2385
  .remui-format-card.all-section-format .section .sectionname,
-
 
2386
  .remui-format-card.all-section-format .section .sectionname a,
2326
  margin-top: 30px;
2387
  .remui-format-card.single-section-format .sections .section .section-details div.no-overflow,
2327
}
-
 
2328
 
-
 
2329
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
-
 
2330
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary a {
-
 
2331
  &:before {
-
 
2332
    display: none;
-
 
2333
  }
-
 
2334
}
-
 
2335
 
-
 
2336
#page-course-view-remuiformat .rui-completion-info--manual {
-
 
2337
  left: auto;
-
 
2338
  top: 14px;
2388
  .remui-format-card.single-section-format .sections .section .section-details .general-single-card .header-progresbar-wrapper .section-title,
2339
  right: 14px;
-
 
2340
}
2389
  .progress-bar-warpper .progress-text,
2341
 
-
 
2342
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .activitieshead {
-
 
2343
  padding: 0;
-
 
2344
}
-
 
2345
 
-
 
2346
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card {
-
 
2347
  min-height: 150px;
-
 
2348
}
-
 
2349
 
-
 
2350
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .single-card {
-
 
2351
  min-height: 120px;
-
 
Línea 2352... Línea -...
2352
}
-
 
2353
 
-
 
2354
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .completion-container {
2390
  .course-content .sections #section-0 .general-section .activities-wrapper .activitieshead,
2355
  top: 40px;
2391
  .course-content .sections #section-0 .general-section .section-title,
2356
  padding: 0 !important;
2392
  .course-content .sections #section-0 .general-section .section-details .generaldetails .generalsectioninfo .coursesummary {
2357
  right: 20px;
-
 
2358
}
2393
    color: $dm-body-color;
2359
 
2394
  }
Línea 2360... Línea -...
2360
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .wdm-mod-name {
-
 
2361
  font-size: $font-size-xs;
2395
 
2362
  font-weight: $font-weight-medium;
2396
  .remui-format-list.one-section-format .activities-list ul.section,
2363
  margin-bottom: 1rem;
2397
  .remui-format-card.single-section-format .sections .section .section-details {
2364
}
2398
    border-color: $dm-border-color!important;
2365
 
2399
  }
Línea 2366... Línea -...
2366
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity {
-
 
2367
  border-bottom: 0;
2400
}
2368
}
2401
 
2369
 
2402
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .toggle-row-column,
Línea 2370... Línea 2403...
2370
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title a,
2403
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity .toggle-row-column {
-
 
2404
  padding: 0;
2371
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary a {
2405
  width: 40px;
-
 
2406
  height: 40px;
2372
  &:hover {
2407
 
2373
    &::before {
2408
  img {
-
 
2409
    width: 14px;
2374
      display: none;
2410
    height: 14px;
Línea 2375... Línea 2411...
2375
    }
2411
  }
2376
  }
2412
}
2377
}
-
 
2378
 
2413
 
2379
 
2414
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .editing_move,
2380
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary img {
2415
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity .editing_move {
Línea -... Línea 2416...
-
 
2416
  width: 40px;
2381
  margin: 0 0 0.5rem 0;
2417
  height: 40px;
2382
  width: 40px;
2418
}
2383
  height: 40px;
2419
 
2384
}
2420
body#page-course-view-remuiformat.editing .remui-format-card.single-section-format .activity-cards .actions {
Línea 2385... Línea 2421...
2385
 
2421
  justify-content: space-between;
2386
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
2422
}
2387
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary a {
2423
 
Línea 2388... Línea 2424...
2388
  text-align: left;
2424
body#page-course-view-remuiformat .remui-format-list {
2389
}
2425
  .card-title {
2390
 
2426
    text-transform: none;
Línea 2391... Línea 2427...
2391
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary>a,
2427
  }
2392
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title.nosummary div {
2428
  .sections .section:not(#section-0) {
2393
  justify-content: flex-start;
-
 
2394
  align-items: flex-start;
2429
    margin-bottom: 0;
2395
}
-
 
2396
 
-
 
2397
body#page-course-view-remuiformat .container-fluid #region-main .card,
-
 
2398
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .general-section {
-
 
2399
  background-color: $body-bg;
-
 
2400
  border: 1px solid $border-color;
-
 
2401
  border-radius: $btn-border-radius;
-
 
2402
}
-
 
2403
 
-
 
2404
body#page-course-view-remuiformat .course-content .card {
-
 
2405
  padding: 0;
-
 
2406
  margin-bottom: 10px !important;
-
 
2407
}
-
 
2408
 
-
 
2409
body#page-course-view-remuiformat .container-fluid #region-main .card.block_html {
-
 
2410
  border: none;
-
 
2411
}
-
 
2412
 
-
 
2413
body#page-course-view-remuiformat .container-fluid #region-main .card>.card-body:first-of-type {
-
 
2414
  background-color: transparent;
-
 
2415
}
-
 
2416
 
2430
  }
Línea 2417... Línea 2431...
2417
body#page-course-view-remuiformat #section-0 .progress {
2431
}
2418
  margin-top: 5px;
2432
 
-
 
2433
body#page-course-view-remuiformat .remui-format-list .activities-list ul.section .activity .activity-basis:has([data-region="completion-info"]),
2419
  margin-bottom: 5px !important;
2434
body#page-course-view-remuiformat .remui-format-list .card-footer ul.section .activity .activity-basis:has([data-region="completion-info"]),
2420
  border-radius: $btn-border-radius;
2435
body#page-course-view-remuiformat .remui-format-list .activities-list ul.section .activity .activity-item:not(:has(.activity-grid))>*:not(.activity-basis):not(.editing_move) {
2421
  overflow: hidden;
-
 
2422
}
-
 
2423
 
-
 
2424
.wdm-generalsectiontitle {
-
 
2425
  font-size: 1.25rem;
2436
  margin: 0!important;
Línea 2426... Línea 2437...
2426
  font-weight: $font-weight-medium;
2437
}
2427
}
2438
 
2428
 
2439
body#page-course-view-remuiformat .remui-format-list .activities-list ul.section .activity .activity-basis>div.flex-column,
2429
body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section:not(#section-0)>div,
2440
body#page-course-view-remuiformat .remui-format-list .card-footer ul.section .activity .activity-basis>div.flex-column {
Línea -... Línea 2441...
-
 
2441
  flex-direction: row!important;
2430
body#page-course-view-remuiformat .remui-format-list.one-section-format.all-section .sections .section:not(#section-0)>div {
2442
  gap: 24px;
2431
  box-shadow: none;
2443
}
2432
  background-color: transparent;
2444
 
2433
  border: 0;
-
 
2434
}
2445
body#page-course-view-remuiformat .activity .activity-item:not(.activityinline) {
2435
 
2446
  padding: 10px;
2436
body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section:not(#section-0)>div {
2447
}
2437
  padding: 0 !important;
2448
 
2438
}
-
 
-
 
2449
body#page-course-view-remuiformat .contentwithoutlink, body#page-course-view-remuiformat .contentafterlink {
Línea 2439... Línea -...
2439
 
-
 
-
 
2450
  width: auto;
2440
.theme-dark#page-course-view-remuiformat .course-content .sections #section-0 .general-section .showactivity {
2451
}
2441
  color: $dm-body-color;
2452
 
Línea -... Línea 2453...
-
 
2453
body#page-course-view-remuiformat header.hasbackground.design-1 {
2442
}
2454
  margin-bottom: 30px;
2443
 
2455
  border-radius: $btn-border-radius;
2444
body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section .toggle-icon {
2456
}
2445
  position: absolute;
2457
 
2446
  right: 0;
2458
body#page-course-view-remuiformat {
2447
}
2459
  .rui-course-cover,
Línea 2448... Línea -...
2448
 
-
 
2449
body#page-course-view-remuiformat .remui-format-list.all-section-format ul.sections li.section .toggle-icon::before {
-
 
2450
  font-size: 18px;
-
 
2451
  color: $gray-800;
-
 
2452
}
-
 
2453
 
-
 
2454
body#page-course-view-remuiformat .remui-format-list #section-0 .course-cover-image {
-
 
2455
  padding: 2rem !important;
-
 
2456
  border-radius: $btn-border-radius;
-
 
2457
}
-
 
2458
 
-
 
2459
body#page-course-view-remuiformat .remui-format-list .sections .section .card-footer {
-
 
2460
  padding: 0 !important;
-
 
2461
}
-
 
2462
 
-
 
2463
body#page-course-view-remuiformat .remui-format-list .activities-list ul.section .activity .activitytitle,
-
 
2464
body#page-course-view-remuiformat .remui-format-list .card-footer ul.section .activity .activitytitle,
-
 
2465
body#page-course-view-remuiformat .activity .activitytitle .media-body {
-
 
2466
  gap: 0;
2460
  .nosummary:empty {
2467
}
-
 
2468
 
-
 
2469
body#page-course-view-remuiformat .remui-format-list.one-section-format .one-section-format-details-page-wrapper .section .course-section-summary-wrapper {
-
 
2470
  padding: 24px 24px 0;
-
 
2471
}
2461
    display: none;
2472
 
2462
  }
Línea 2473... Línea -...
2473
body#page-course-view-remuiformat .remui-format-list .summary,
-
 
2474
body#page-course-view-remuiformat .remui-format-list .course-section-summary-wrapper {
2463
}
2475
  .no-overflow {
-
 
2476
    margin-top: 10px;
-
 
2477
  }
-
 
2478
}
-
 
2479
 
-
 
2480
body#page-course-view-remuiformat .remui-format-card.single-section-format .sections .section .section-details,
-
 
2481
body#page-course-view-remuiformat .activity .description .course-description-item,
2464
 
2482
body#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0),
-
 
2483
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
-
 
2484
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity>div,
-
 
2485
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
-
 
2486
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
-
 
2487
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card,
-
 
2488
body#page-course-view-remuiformat .course-content .sections #section-0 .general-section .activities-wrapper .general-section-activities .activity:not(.modtype_label),
-
 
2489
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity>div,
2465
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity:hover,
Línea 2490... Línea -...
2490
body#page-course-view-remuiformat .remui-format-card.all-section-format #section-0 .general-section-activities .activity>div,
-
 
-
 
2466
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards.section .activity:hover {
2491
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card,
2467
  border-radius: $btn-border-radius;
2492
body#page-course-view-remuiformat .remui-format-list.one-section-format .activities-list ul.section,
2468
}
2493
body#page-course-view-remuiformat .remui-format-list.one-section-format .activities-list ul.section .activity {
-
 
2494
  border-color: $border-color;
2469
 
Línea 2495... Línea 2470...
2495
}
2470
// Static Pages
2496
 
2471
#page-admin-local-staticpage-settings_pagelist {
-
 
2472
  .main-content {
2497
body#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0),
2473
    ul li {
Línea -... Línea 2474...
-
 
2474
      list-style: decimal;
2498
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0) {
2475
      padding: 30px;
2499
  background-color: transparent;
2476
      border-radius: $btn-border-radius;
2500
}
-
 
2501
 
2477
      margin-bottom: 30px;
Línea 2502... Línea 2478...
2502
.theme-dark#page-course-view-remuiformat .remui-format-list.one-section-format .activities-list ul.section .activity {
2478
      border: 1px solid $border-color;
2503
  border-color: $dm-border-color;
2479
 
2504
}
2480
      p {
Línea 2505... Línea 2481...
2505
 
2481
        margin: 10px 0;
2506
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .title a,
2482
      }
2507
body#page-course-view-remuiformat .general-section-activities .activityinstance .instancename,
-
 
2508
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .instancename {
-
 
2509
  width: 100%;
-
 
2510
  margin-top: 0.5rem;
-
 
2511
  display: flex;
2483
 
2512
  flex-wrap: wrap;
-
 
2513
 
-
 
2514
  font-size: $font-size-sm;
-
 
2515
  line-height: 1.3;
2484
      &::marker {
2516
  text-align: left;
-
 
2517
 
2485
        font-size: 2rem;
2518
  .instancename {
-
 
2519
    display: block;
-
 
2520
    margin-top: 0.5rem;
2486
        font-weight: $font-weight-bold;
2521
  }
-
 
2522
}
-
 
2523
 
-
 
2524
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .completion-container.manual-completion {
-
 
2525
  .rui-completion-info--manual {
-
 
2526
    position: relative;
-
 
2527
  }
-
 
Línea 2528... Línea -...
2528
}
-
 
2529
 
-
 
2530
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity {
2487
      }
2531
  width: calc(25% - 4px);
2488
    }
2532
}
-
 
2533
 
-
 
2534
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity .activityinstance {
-
 
2535
  display: block !important;
-
 
2536
  text-align: left;
-
 
2537
}
-
 
2538
 
-
 
2539
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity .activityinstance>a {
2489
  }
2540
  display: flex;
-
 
Línea 2541... Línea -...
2541
  flex-wrap: wrap;
-
 
2542
 
-
 
2543
  .rui-instancename {
-
 
2544
    margin-top: .35rem;
2490
}
2545
  }
-
 
2546
}
-
 
2547
 
-
 
2548
body#page-course-view-remuiformat .remui-format-list #section-0 .summary {
-
 
2549
  min-height: auto;
-
 
2550
}
-
 
2551
 
-
 
2552
body#page-course-view-remuiformat .general-section-activities .activity .activityinstance {
-
 
2553
  text-align: left;
-
 
2554
 
-
 
2555
  .aalink {
-
 
2556
    display: flex;
-
 
2557
    align-items: center;
-
 
2558
  }
-
 
2559
}
-
 
2560
 
-
 
2561
body#page-course-view-remuiformat .general-section-activities .activityinstance img,
-
 
2562
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity .activityinstance .iconlarge.activityicon {
-
 
2563
  width: 40px !important;
-
 
2564
  height: 40px !important;
-
 
2565
}
-
 
2566
 
-
 
2567
body#page-course-view-remuiformat .remui-format-card.single-section-format .activity-cards .activity .activity-content,
-
 
2568
body#page-course-view-remuiformat .general-section-activities .activity .contentafterlink,
-
 
2569
body#page-course-view-remuiformat .section-summary-activities {
-
 
2570
  text-align: left !important;
-
 
2571
  font-size: $font-size-xs;
-
 
2572
  font-weight: $font-weight-normal;
-
 
2573
  line-height: 1.5;
-
 
2574
  color: $gray-600;
-
 
2575
 
2491
 
2576
  &:empty {
2492
.theme-dark#page-admin-local-staticpage-settings_pagelist .main-content ul li {
2577
    display: none;
2493
  border-color: $dm-border-color;
2578
  }
2494
}
2579
}
2495
 
Línea 2580... Línea -...
2580
 
-
 
2581
body#page-course-view-remuiformat .contentwithoutlink,
-
 
2582
body#page-course-view-remuiformat .contentafterlink {
-
 
2583
  width: auto;
-
 
2584
  max-height: max-content;
-
 
2585
}
-
 
2586
 
-
 
2587
body#page-course-view-remuiformat li.activity form.togglecompletion .btn {
-
 
2588
  position: absolute;
-
 
2589
  right: 0;
-
 
2590
  top: 0;
-
 
2591
}
-
 
2592
 
2496
#page-filter-embedquestion-showquestion #page {
2593
body#page-course-view-remuiformat .remui-format-list #section-0 .general-section-activities .activity .actions {
-
 
2594
  position: relative;
-
 
2595
  right: auto;
-
 
2596
  top: 5px;
-
 
2597
  justify-content: flex-start;
-
 
2598
}
2497
  height: unset !important;
2599
 
2498
}
2600
body#page-course-view-remuiformat .general-section-activities .activity {
-
 
2601
  border-bottom: 0;
-
 
2602
  text-align: left;
-
 
2603
}
2499
 
2604
 
-
 
2605
body#page-course-view-remuiformat .general-section-activities .activity:first-of-type {
-
 
2606
  margin-left: 0;
-
 
2607
}
-
 
2608
 
-
 
2609
body#page-course-view-remuiformat .remui-format-list #section-0 .carousel-inner {
2500
// Turnitintool.
Línea 2610... Línea 2501...
2610
  width: 105px;
2501
#page-mod-turnitintooltwo-view .table-responsive {
2611
 
2502
  overflow: inherit;
2612
  a {
2503
}
Línea -... Línea 2504...
-
 
2504
 
2613
    margin: 3px;
2505
.mod_turnitintooltwo_part_details a.editable-click:hover:before {
2614
 
2506
  width: 0 !important;
-
 
2507
  left: 100% !important;
2615
    &:before {
2508
}
Línea 2616... Línea 2509...
2616
      display: none;
2509
 
2617
    }
2510
// Equella Module.
2618
  }
2511
#page-mod-equella-mod:has(#equellacontainer) .rui-topbar-wrapper {
2619
}
2512
  z-index: 4030 !important;
-
 
2513
}
-
 
2514
 
-
 
2515
// Block tagged course search.
-
 
2516
.block-taggedcoursesearch-searchform {
Línea 2620... Línea -...
2620
 
-
 
2621
body#page-course-view-remuiformat .section-modchooser:hover {
-
 
2622
  background-color: transparent;
-
 
2623
  border: 0;
2517
  #fitem_id_tags {
2624
}
2518
 
Línea 2625... Línea 2519...
2625
 
2519
    .col-md-3,
-
 
2520
    .col-md-9 {
-
 
2521
      flex: 0 0 100%;
2626
body#page-course-view-remuiformat .section-modchooser .section-modchooser-link {
2522
      max-width: 100%;
2627
  box-shadow: none !important;
-
 
Línea 2628... Línea -...
2628
  border: 0 !important;
-
 
2629
  color: $gray-900 !important;
2523
    }
2630
}
-
 
2631
 
-
 
2632
body#page-course-view-remuiformat .section-modchooser .section-modchooser-link *,
-
 
2633
body#page-course-view-remuiformat .section-modchooser .section-modchooser-link a:hover {
-
 
2634
  color: inherit !important;
2524
  }
-
 
2525
 
2635
}
2526
  .col-form-label {
Línea 2636... Línea 2527...
2636
 
2527
    text-align: left !important;
-
 
2528
  }
-
 
2529
 
-
 
2530
  #fitem_id_submitbutton {
2637
body#page-course-view-remuiformat .course-content .sections .wdm-add-new-section {
2531
    .col-md-3 {
2638
  width: 100%;
-
 
Línea 2639... Línea -...
2639
  padding: .35rem 1.7rem .35rem .75rem !important;
-
 
2640
  font-size: $font-size-xs;
2532
      display: none;
2641
}
-
 
2642
 
-
 
2643
#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0) {
-
 
2644
  border-color: $border-color;
-
 
2645
}
-
 
2646
 
2533
    }
2647
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section:not(#section-0) {
-
 
2648
  background-color: $dm-gray-100;
-
 
2649
  border-color: $dm-border-color !important;
-
 
2650
}
-
 
2651
 
-
 
2652
body#page-course-view-remuiformat .remui-format-list .sections .section .course-section-header .sectionheading {
-
 
2653
  font-size: $font-size-base;
-
 
2654
}
-
 
2655
 
-
 
2656
body#page-course-view-remuiformat .remui-format-list .summary {
-
 
2657
  font-size: $font-size-sm;
-
 
2658
}
-
 
2659
 
-
 
2660
body#page-course-view-remuiformat .remui-format-list .activities-list ul.section li:not(:last-child),
-
 
2661
body#page-course-view-remuiformat .remui-format-list .card-footer ul.section li:not(:last-child) {
-
 
2662
  border: 0;
-
 
2663
}
-
 
2664
 
-
 
2665
body#page-course-view-remuiformat .remui-format-list .sections .section .content .panel-title,
-
 
2666
body#page-course-view-remuiformat .remui-format-list .sections .section .content h3 a,
-
 
2667
body#page-course-view-remuiformat .progress-bar-warpper .progress-text {
-
 
2668
  color: $body-color;
-
 
2669
}
-
 
2670
 
-
 
2671
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section .content .course-section-summary-wrapper .no-overflow {
-
 
2672
  color: $dm-body-color-secondary
-
 
2673
}
-
 
2674
 
-
 
2675
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section .course-section-header .sectionheading,
-
 
2676
.theme-dark#page-course-view-remuiformat .remui-format-list .summary,
-
 
2677
.theme-dark#page-course-view-remuiformat .remui-format-list .course-section-summary-wrapper,
-
 
2678
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section .content .panel-title,
-
 
2679
.theme-dark#page-course-view-remuiformat .remui-format-list .sections .section .content h3 a,
-
 
2680
.theme-dark#page-course-view-remuiformat .progress-bar-warpper .progress-text {
-
 
2681
  color: $dm-body-color;
-
 
2682
}
-
 
2683
 
-
 
2684
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .single-card .content {
-
 
2685
  gap: 10px;
-
 
2686
}
-
 
Línea 2687... Línea -...
2687
 
-
 
2688
body#page-course-view-remuiformat .remui-format-card.all-section-format .section .wdm-section-summary .no-overflow {
-
 
2689
  font-size: $font-size-xs;
2534
  }
2690
  line-height: 1.5;
2535
}
2691
}
2536
 
2692
 
-
 
2693
body#page-course-view-remuiformat .activity .activity-item:not(.activityinline) {
2537
body#page-filter-embedquestion-showquestion .que .filter_embedquestion-fill-link button {
-
 
2538
  padding: $btn-padding-y $btn-padding-x !important;
2694
  padding: 10px;
2539
  font-size: $btn-font-size !important;