Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 564... Línea 564...
564
 
564
 
565
/* Icon styles */
565
/* Icon styles */
566
img.activityicon {
566
img.activityicon {
567
    height: 30px;
567
    height: 30px;
568
    width: 30px;
-
 
569
 
-
 
570
    .theme-dark & {
-
 
571
        filter: invert(1);
-
 
572
    }
-
 
573
 
-
 
574
    // @include media-breakpoint-up(lg) {
-
 
575
    //     height: 40px;
-
 
576
    //     width: 40px;
-
 
577
    // }
-
 
578
 
-
 
579
    // @include media-breakpoint-between(xs,sm) {
-
 
580
    //     height: 30px;
-
 
581
    //     width: 30px;
-
 
582
    // }
568
    width: 30px;
Línea 583... Línea 569...
583
}
569
}
584
 
570
 
585
.headermain {
571
.headermain {
Línea 628... Línea 614...
628
    overflow: auto;
614
    overflow: auto;
629
    @include thin-scrolls($scroll-bg-track);
615
    @include thin-scrolls($scroll-bg-track);
Línea 630... Línea 616...
630
 
616
 
631
    .gradingtable & {
617
    .gradingtable & {
-
 
618
        min-height: 220px;
632
        min-height: 220px;
619
        overflow: initial;
Línea 633... Línea 620...
633
    }
620
    }
634
 
621
 
635
    .block & {
622
    .block & {
Línea 641... Línea 628...
641
    }
628
    }
642
}
629
}
Línea 643... Línea 630...
643
 
630
 
644
.userlist {
631
.userlist {
645
    .no-overflow {
632
    .no-overflow {
646
        overflow: auto;
633
        overflow: initial;
Línea 647... Línea 634...
647
        @include thin-scrolls($scroll-bg-track);
634
        @include thin-scrolls($scroll-bg-track);
648
 
635
 
649
        .theme-dark & {
636
        .theme-dark & {
Línea 1133... Línea 1120...
1133
        color: $dm-body-color-secondary;
1120
        color: $dm-body-color-secondary;
1134
    }
1121
    }
Línea 1135... Línea 1122...
1135
 
1122
 
1136
    .drawer & {
1123
    .drawer & {
1137
        max-width: 100%;
1124
        max-width: 100%;
Línea 1138... Línea 1125...
1138
        margin-left: 53px;
1125
        margin-left: 43px;
1139
 
1126
 
1140
        position: relative;
1127
        position: relative;
Línea 1416... Línea 1403...
1416
    display: flex;
1403
    display: flex;
1417
    justify-content: center;
1404
    justify-content: center;
1418
    align-items: center;
1405
    align-items: center;
Línea 1419... Línea 1406...
1419
 
1406
 
-
 
1407
    .icon {
-
 
1408
        display: flex;
-
 
1409
        justify-content: center;
1420
    .icon {
1410
        align-items: center;
1421
        font-size: 30px;
1411
        font-size: 16px;
1422
        width: 30px;
1412
        width: 30px;
1423
        height: 30px;
1413
        height: 30px;
1424
    }
1414
    }
Línea 1479... Línea 1469...
1479
                position: absolute;
1469
                position: absolute;
1480
                top: 3px;
1470
                top: 3px;
1481
                left: 3px;
1471
                left: 3px;
Línea 1482... Línea 1472...
1482
 
1472
 
1483
                background: $blue-400;
1473
                background: $blue-400;
1484
                background: linear-gradient(90deg, rgba($primary-color-400, 1) 70%, rgba($primary-color-200, 1) 100%);
1474
                background: linear-gradient(90deg, rgba($primary-color-400, 1) 70%, rgba(var(--primary-color-100), 1) 100%);
Línea 1485... Línea 1475...
1485
                border-radius: 10px;
1475
                border-radius: 10px;
1486
 
1476
 
1487
                max-width: calc(100% - 6px);
1477
                max-width: calc(100% - 6px);
Línea 2424... Línea 2414...
2424
.modchoosercontainer.noscroll {
2414
.modchoosercontainer.noscroll {
2425
    overflow-y: hidden;
2415
    overflow-y: hidden;
2426
}
2416
}
Línea 2427... Línea 2417...
2427
 
2417
 
2428
.optionaction.text-primary {
2418
.optionaction.text-primary {
2429
    background-color: $primary-color-100;
2419
    background-color: var(--primary-color-100);
Línea 2430... Línea 2420...
2430
    color: $primary-color-600 !important;
2420
    color: var(--main-theme-color) !important;
2431
 
2421
 
2432
    .theme-dark & {
2422
    .theme-dark & {
2433
        background-color: $primary-color-600;
2423
        background-color: var(--main-theme-color);
Línea 2434... Línea 2424...
2434
        color: $primary-color-200 !important;
2424
        color: var(--primary-color-100) !important;
2435
    }
2425
    }
2436
 
2426
 
Línea 2437... Línea 2427...
2437
    &:hover {
2427
    &:hover {
2438
        background-color: $primary-color-600;
2428
        background-color: var(--main-theme-color);
2439
        color: $primary-color-100 !important;
2429
        color: var(--primary-color-100) !important;
2440
 
2430
 
2441
        .theme-dark & {
2431
        .theme-dark & {
2442
            background-color: $primary-color-400;
2432
            background-color: var(--primary-color-400);
Línea 2443... Línea 2433...
2443
            color: $primary-color-200 !important;
2433
            color: var(--primary-color-100) !important;
Línea 2907... Línea 2897...
2907
            max-height: 75px;
2897
            max-height: 75px;
2908
        }
2898
        }
2909
    }
2899
    }
2910
}
2900
}
Línea -... Línea 2901...
-
 
2901
 
-
 
2902
.my-action-buttons {
-
 
2903
    display: inline-flex;
-
 
2904
    gap: 5px;
-
 
2905
}
Línea 2911... Línea 2906...
2911
 
2906
 
2912
 
2907
 
2913
ul.dragdrop-keyboard-drag {
2908
ul.dragdrop-keyboard-drag {
Línea 4479... Línea 4474...
4479
        top: calc(50% - 20px);
4474
        top: calc(50% - 20px);
4480
        left: calc(50% - 20px);
4475
        left: calc(50% - 20px);
4481
    }
4476
    }
Línea 4482... Línea 4477...
4482
 
4477
 
4483
    &:hover {
4478
    &:hover {
4484
        background-color: rgba($primary-color-300, 0.7);
4479
        background-color: rgba(var(--primary-color-300), 0.7);
4485
    }
4480
    }
Línea 4486... Línea 4481...
4486
}
4481
}
4487
 
4482
 
Línea 5124... Línea 5119...
5124
        z-index: 99;
5119
        z-index: 99;
5125
    }
5120
    }
5126
}
5121
}
Línea 5127... Línea 5122...
5127
 
5122
 
5128
body.mce-content-body {
5123
body.mce-content-body {
-
 
5124
    background-color: $body-bg;
5129
    background-color: $container-bg;
5125
    height: calc(100% - 16px);
Línea 5130... Línea 5126...
5130
}
5126
}
5131
 
5127
 
5132
body.mce-content-body.theme-dark {
5128
body.mce-content-body.theme-dark {
Línea 5133... Línea 5129...
5133
    background-color: $dm-container-bg;
5129
    background-color: $dm-body-bg;
5134
}
5130
}
5135
 
5131
 
Línea 5143... Línea 5139...
5143
 
5139
 
5144
// Moodle 4.2 Editor
5140
// Moodle 4.2 Editor
5145
.jsenabled .tox-shadowhost.tox-fullscreen,
5141
.jsenabled .tox-shadowhost.tox-fullscreen,
5146
.jsenabled .tox.tox-tinymce.tox-fullscreen,
5142
.jsenabled .tox.tox-tinymce.tox-fullscreen,
5147
.jsenabled .tox-tinymce-aux {
5143
.jsenabled .tox-tinymce-aux {
-
 
5144
    z-index: 10009 !important;
-
 
5145
}
-
 
5146
 
-
 
5147
.tox-fullscreen {
-
 
5148
    #topBar {
-
 
5149
        z-index: 0;
-
 
5150
    }
-
 
5151
}
-
 
5152
 
-
 
5153
.tox-tinymce-aux {
5148
    z-index: 9999 !important;
5154
    z-index: 10000 !important;
Línea 5149... Línea 5155...
5149
}
5155
}
5150
 
5156
 
5151
.tox-tinymce {
5157
.tox-tinymce {
Línea 5152... Línea 5158...
5152
    min-height: 320px;
5158
    min-height: 400px;
5153
}
5159
}
5154
 
5160
 
Línea 5234... Línea 5240...
5234
.gradesearchdropdown,
5240
.gradesearchdropdown,
5235
.groupsearchdropdown {
5241
.groupsearchdropdown {
5236
    max-width: 350px;
5242
    max-width: 350px;
Línea 5237... Línea 5243...
5237
 
5243
 
-
 
5244
    .searchresultitemscontainer {
5238
    .searchresultitemscontainer {
5245
        padding: .5rem;
5239
        max-height: 170px;
5246
        max-height: 170px;
Línea 5240... Línea 5247...
5240
        overflow: auto;
5247
        overflow: auto;
5241
 
5248
 
5242
        /* stylelint-disable declaration-no-important */
5249
        /* stylelint-disable declaration-no-important */
5243
        img {
-
 
5244
            height: 48px !important;
5250
        img {
5245
            width: 48px !important;
5251
            margin: 0!important;
5246
        }
5252
        }
Línea 5247... Línea 5253...
5247
    }
5253
    }
Línea 5268... Línea 5274...
5268
    .editing & {
5274
    .editing & {
5269
        display: block;
5275
        display: block;
5270
    }
5276
    }
Línea 5271... Línea 5277...
5271
 
5277
 
5272
    &.active {
5278
    &.active {
5273
        background-color: $primary-color-600;
5279
        background-color: var(--main-theme-color);
5274
        color: var(--primary-color-100);
5280
        color: var(--primary-color-100);
Línea 5275... Línea 5281...
5275
    }
5281
    }
5276
 
5282
 
5277
    .theme-dark & {
5283
    .theme-dark & {
5278
        background-color: $dm-gray-300;
5284
        background-color: $dm-gray-300;
5279
        color: $dm-gray-800;
-
 
5280
    }
5285
        color: $dm-gray-800;
-
 
5286
    }
-
 
5287
}
-
 
5288
 
-
 
5289
.attachments {
-
 
5290
    margin: 10px 0;
-
 
5291
 
-
 
5292
    a {
-
 
5293
        max-width: 80%;
-
 
5294
        width: max-content;
-
 
5295
        word-break: break-word;
-
 
5296
 
-
 
5297
        padding: 10px 16px 10px 10px;
-
 
5298
        display: flex;
-
 
5299
        align-items: center;
-
 
5300
        font-weight: $font-weight-medium;
-
 
5301
        font-size: $font-size-sm;
-
 
5302
        gap: 10px;
-
 
5303
 
-
 
5304
        color: $body-color;
-
 
5305
        background-color: $gray-100;
-
 
5306
        border-radius: $btn-border-radius;
-
 
5307
 
-
 
5308
        .theme-dark & {
-
 
5309
            color: $dm-body-color;
-
 
5310
            background-color: $dm-gray-100;
-
 
5311
        }
-
 
5312
 
-
 
5313
        &:before {
-
 
5314
            display: none;
-
 
5315
        }
-
 
5316
 
-
 
5317
        &:hover {
-
 
5318
            color: var(--main-theme-color);
-
 
5319
            background-color: var(--primary-color-100);
-
 
5320
 
-
 
5321
            .theme-dark & {
-
 
5322
                color: $body-color;
-
 
5323
                background-color: $gray-300;
-
 
5324
            }
-
 
5325
        }
-
 
5326
 
-
 
5327
        img {
-
 
5328
            background-color: #fff;
-
 
5329
            padding: 3px;
-
 
5330
            border-radius: $btn-border-radius;
-
 
5331
 
-
 
5332
            .theme-dark & {
-
 
5333
                filter: invert(1);
-
 
5334
            }
-
 
5335
        }
-
 
5336
    }
-
 
5337
}
-
 
5338
 
-
 
5339
.path-mod-glossary .attachments {
-
 
5340
    display: flex;
-
 
5341
    flex-wrap: wrap;
-
 
5342
 
-
 
5343
    a {
-
 
5344
        padding: 0;
-
 
5345
        background-color: transparent;
-
 
5346
    }
-
 
5347
}
-
 
5348
 
-
 
5349
// Enrollment Page.
-
 
5350
#page-enrol-index {
-
 
5351
    .rui-course-card {
-
 
5352
        padding: 0;
-
 
5353
 
-
 
5354
        .rui-custom-field-contaner {
-
 
5355
            margin: 0;
-
 
5356
            display: none;
-
 
5357
            visibility: hidden;
-
 
5358
        }
-
 
5359
    }
-
 
5360
 
-
 
5361
    .box.py-3.generalbox {
-
 
5362
 
-
 
5363
        div.mdl-align,
-
 
5364
        form,
-
 
5365
        div[align="center"] {
-
 
5366
            margin-bottom: -33px;
-
 
5367
            border: 1px solid $border-color;
-
 
5368
            padding: 20px;
-
 
5369
            border-radius: $btn-border-radius;
-
 
5370
            text-align: left !important;
-
 
5371
 
-
 
5372
            position: relative;
-
 
5373
 
-
 
5374
            form {
-
 
5375
                margin: 0;
-
 
5376
                border: 0;
-
 
5377
                padding: 0;
-
 
5378
            }
-
 
5379
 
-
 
5380
            .form-group {
-
 
5381
                padding: 0 !important;
-
 
5382
                margin: 0 !important;
-
 
5383
                width: auto;
-
 
5384
            }
-
 
5385
 
-
 
5386
            .col-md-3,
-
 
5387
            .col-md-9 {
-
 
5388
                flex: 0 0 100% !important;
-
 
5389
                max-width: 100% !important;
-
 
5390
                text-align: left !important;
-
 
5391
 
-
 
5392
                input {
-
 
5393
                    width: 100%;
-
 
5394
                }
-
 
5395
 
-
 
5396
                .col-form-label {
-
 
5397
                    margin: 10px 20px !important;
-
 
5398
                }
-
 
5399
            }
-
 
5400
 
-
 
5401
            p {
-
 
5402
                margin-bottom: 0;
-
 
5403
 
-
 
5404
                &:nth-child(1) {
-
 
5405
                    margin-bottom: 10px;
-
 
5406
                }
-
 
5407
 
-
 
5408
                img {
-
 
5409
                    position: absolute;
-
 
5410
                    right: 20px;
-
 
5411
                    top: 58px;
-
 
5412
                }
-
 
5413
 
-
 
5414
                &:nth-child(2) {
-
 
5415
                    font-size: 1.25rem;
-
 
5416
                }
-
 
5417
 
-
 
5418
                &:nth-child(5) {
-
 
5419
                    font-size: $font-size-xs;
-
 
5420
                    color: $body-color-light;
-
 
5421
                }
-
 
5422
            }
-
 
5423
        }
-
 
5424
    }
-
 
5425
 
-
 
5426
    #notice {
-
 
5427
        margin-top: 30px;
-
 
5428
    }
-
 
5429
 
-
 
5430
    .main-content {
-
 
5431
        .rui-main-content-title--h2 {
-
 
5432
            display: block;
-
 
5433
            font-size: $font-size-sm;
-
 
5434
            font-weight: $font-weight-medium;
-
 
5435
            color: $body-color-light;
-
 
5436
    
-
 
5437
            @include media-breakpoint-up(xl) {
-
 
5438
                font-size: 1rem;
-
 
5439
            }
-
 
5440
    
-
 
5441
            @include media-breakpoint-down(lg) {
-
 
5442
                font-size: $font-size-md;
-
 
5443
            }
-
 
5444
    
-
 
5445
            .theme-dark & {
-
 
5446
                color: $dm-body-color-light;
-
 
5447
            }
-
 
5448
        }
-
 
5449
 
-
 
5450
        .rui-title-container:first-of-type {
-
 
5451
            margin-top: 8px;
-
 
5452
            font-size: 1.25rem;
-
 
5453
        }
-
 
5454
    }
-
 
5455
 
-
 
5456
    .box.py-3.generalbox.info {
-
 
5457
        padding: 0!important;
-
 
5458
 
-
 
5459
        .rui-course-card-body {
-
 
5460
            display: none;
-
 
5461
            visibility: hidden;
-
 
5462
        }
-
 
5463
 
-
 
5464
        .form-control-static {
-
 
5465
            width: 100%;
-
 
5466
        }
-
 
5467
 
-
 
5468
        .rui-course-card-wrapper {
-
 
5469
            margin-bottom: 0;
-
 
5470
        }
-
 
5471
    }
-
 
5472
 
-
 
5473
    .main-content [type="submit"] {
-
 
5474
        width: 100%;
-
 
5475
        margin-top: 10px;
-
 
5476
        border: 0;
-
 
5477
    }
-
 
5478
}
-
 
5479
 
-
 
5480
.theme-dark#page-enrol-index {
-
 
5481
    .box.py-3.generalbox {
-
 
5482
 
-
 
5483
        form,
-
 
5484
        div[align="center"] {
-
 
5485
            border-color: $dm-border-color;
-
 
5486
        }
-
 
5487
    }
-
 
5488
}
-
 
5489
 
-
 
5490
.ai-course-summarise-controls {
-
 
5491
    margin-bottom: 30px;
-
 
5492
  }
-
 
5493
  
-
 
5494
  .ai-course-summarise-controls.pt-3 {
-
 
5495
    padding-top: 0 !important;
-
 
5496
  }
-
 
5497
  
-
 
5498
  .tiny_aiplacement_modal #id_introeditor_tiny_aiplacement_generatebutton,
-
 
5499
  .ai-course-summarise-controls .btn {
-
 
5500
    padding-left: 8px;
-
 
5501
    background-image: conic-gradient(from 20deg, rgb(242, 162, 162) 18deg, rgb(212, 247, 235) 68deg, rgba(108, 199, 221, 1) 151deg, $container-bg 263deg, rgba(122, 197, 216, 1) 295deg, rgba(223, 168, 168, 1) 360deg);
-
 
5502
    transition: background-image 500ms;
-
 
5503
    background-size: 170% auto;
-
 
5504
    border: 0;
-
 
5505
    color: $body-color !important;
-
 
5506
    transition: all 350ms ease-in-out;
-
 
5507
  
-
 
5508
    &:hover {
-
 
5509
      color: $body-color !important;
-
 
5510
  
-
 
5511
      img {
-
 
5512
        filter: invert(1);
-
 
5513
      }
-
 
5514
    }
-
 
5515
  }
-
 
5516
  
-
 
5517
  .ai-course-summarise-controls .btn {
-
 
5518
    &:hover {
-
 
5519
      transform: scale(1.05);
-
 
5520
    }
-
 
5521
  }
-
 
5522
  
-
 
5523
  .ai-drawer {
-
 
5524
    @include media-breakpoint-up(md) {
-
 
5525
      top: 96px;
-
 
5526
  
-
 
5527
      bottom: 96px;
-
 
5528
      background-color: transparent;
-
 
5529
  
-
 
5530
      &.show {
-
 
5531
        right: 16px;
-
 
5532
      }
-
 
5533
    }
-
 
5534
    
-
 
5535
    .theme-dark & {
-
 
5536
      background-color: transparent;
-
 
5537
    }
-
 
5538
  
-
 
5539
    &:before {
-
 
5540
      content: "";
-
 
5541
      width: calc(100% - 6px);
-
 
5542
      height: calc(100% - 6px);
-
 
5543
      position: absolute;
-
 
5544
      background-color: $container-bg;
-
 
5545
      border-radius: $btn-border-radius;
-
 
5546
      z-index: 2;
-
 
5547
      margin: 3px;
-
 
5548
  
-
 
5549
      .theme-dark & {
-
 
5550
        background-color: $dm-container-bg;
-
 
5551
      }
-
 
5552
    }
-
 
5553
  
-
 
5554
    &:after {
-
 
5555
      content: "";
-
 
5556
      position: absolute;
-
 
5557
      inset: 0;
-
 
5558
      transform: translate3d(0, 0, -1px);
-
 
5559
      background: conic-gradient(from 20deg, rgb(242, 162, 162) 18deg, rgb(212, 247, 235) 68deg, rgba(108, 199, 221, 1) 151deg, rgb(189, 151, 255) 263deg, rgba(122, 197, 216, 1) 295deg, rgba(223, 168, 168, 1) 360deg);
-
 
5560
      filter: blur(90px);
-
 
5561
      z-index: 1;
-
 
5562
      left: 60px;
-
 
5563
    }
-
 
5564
  
-
 
5565
    .ai-drawer-header {
-
 
5566
      padding-right: 5px;
-
 
5567
    }
-
 
5568
  
-
 
5569
    .ai-drawer-header,
-
 
5570
    .ai-drawer-body {
-
 
5571
      position: relative;
-
 
5572
      z-index: 3;
-
 
5573
    }
-
 
5574
  }
-
 
5575
  
-
 
5576
  .ai-drawer-button {
-
 
5577
    width: 40px;
-
 
5578
    height: 40px;
-
 
5579
    padding: 0;
-
 
5580
  
-
 
5581
    background-color: $gray-900;
-
 
5582
    border: 1px solid transparent;
-
 
5583
    color: $gray-100;
-
 
5584
  
-
 
5585
    .theme-dark & {
-
 
5586
      background-color: $black;
-
 
5587
      color: $white;
-
 
5588
    }
-
 
5589
  
-
 
5590
    .icon {
-
 
5591
      font-size: 18px;
-
 
5592
      line-height: 20px!important;
-
 
5593
    }
-
 
5594
  
-
 
5595
    &:hover {
-
 
5596
      background-color: $gray-700;
-
 
5597
      border: 1px solid transparent;
-
 
5598
      color: $gray-100;
-
 
5599
  
-
 
5600
      .theme-dark & {
-
 
5601
        background-color: $gray-900;
-
 
5602
        color: $gray-100;
-
 
5603
      }
-
 
5604
    }
-
 
5605
  }
-
 
5606
  
-
 
5607
  .tiny-aiplacement-aspect-ratio-container {
-
 
5608
    .btn {
-
 
5609
      font-size: 11px;
-
 
5610
    }
5281
}
5611
  }